AI Agent
Create an agent
post/companies/{company}/agents
Path parameters
companyinteger required
Request body
Response
Agent creation happens asynchronously. This response contains batch information that can be used to check progress.
You can listen to the agent-create-completed event on the companies@{company} channel. Progress updates are broadcast as agent-create-progress on the same channel. The event payload will be an AgentCreateResult.
Example response
{
"createdAt": "2023-01-01 01:01:01",
"cancelledAt": "2023-01-01 01:01:01",
"finishedAt": "2023-01-01 01:01:01"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.