Initialize the company agent (async)
Agents
Initialize the company agent (async)
Spawns the provisioning worker asynchronously and returns 202 immediately.
Poll GET /companies//agent until status flips from
initializing to active (success) or provisioning_failed (retry).
Worker typically completes in 3–8 minutes.
PUT
Initialize the company agent (async)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
CRM company (account) ID.
Required string length:
1 - 64Body
application/json
Currently no body fields are honored. Reserved for v2.
Response
Provisioning started.
Polymorphic agent-state envelope. See AgentState for status semantics.
Available options:
active, initializing, provisioning_failed