Skip to content
Last updated

The companies object stores organizations and accounts. It is extensible but cannot be deleted.

Standard fields

FieldTypeBehavior
NamestringRequired, unique title and primary deduplication key.
DescriptionstringCompany description.
DomainstringUnique domain used for People auto-linking.
WebsitestringCompany website, synchronized with Domain.
IndustriesselectMulti-select industry classification.
Primary LocationstringMain company location.
Annual RevenueselectRevenue range.
Employee CountselectEmployee-count range.
Founding DatedateOnlyCompany founding date.
Total FundraisingnumberTotal fundraising amount in USD.
LinkedinstringLinkedIn profile URL.
InstagramstringInstagram profile URL.
FacebookstringFacebook profile URL.
XstringX profile URL.
AngelliststringAngelList profile URL.
Last InteractiondateRead-only value propagated from linked People's interactions.
Connection StrengthselectRead-only AI assessment: Strong, Medium, or Weak.
AvataravatarRead-only company logo populated by enrichment when available.

Use frontline object schema companies to inspect the current account schema.

Website and domain synchronization

You generally need to provide only one of these fields:

  • Setting Website derives Domain.
  • Setting Domain can populate Website as https://<domain>.

When a domain is available, Frontline can enrich empty company fields and link existing People whose email uses that domain.

Relations

A Company exposes reverse relations to its People, Deals, and Tickets. These relations are built in and should not be recreated.

The Company timeline includes its own activity and communication activity inherited from linked People. This inheritance is computed automatically; the People activity is not duplicated as Company activity records.

Profile behavior

Companies can receive AI-generated summaries, memories, connection-strength assessments, and profile insights. Last Interaction is maintained from the latest interaction among linked People.

Example

frontline object record create companies --data '{
  "Name": "Acme",
  "Domain": "acme.example"
}'

See People for Person-side auto-linking and deduplication.