Skip to main content
PUT
Initialize the company agent (async)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

companyId
string
required

CRM company (account) ID.

Required string length: 1 - 64

Body

application/json

Currently no body fields are honored. Reserved for v2.

Response

Provisioning started.

Polymorphic agent-state envelope. See AgentState for status semantics.

company_id
string
required
status
enum<string>
required
Available options:
active,
initializing,
provisioning_failed
agent_id
string | null
created_at
string<date-time> | null
last_synced_at
string<date-time> | null
job_id
string | null
progress_stream_url
string
failed_at
string<date-time> | null
error
string | null
retry_with
string