Skip to main content
POST
cURL
These APIs have now been deprecated.Please use the latest v2 APIs.

Authorizations

Authorization
string
header
required

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

Body

application/json

Creates a new agent

agent_config
object
required

Configuration of the agent

agent_prompts
object
required

Prompts to be provided to the agent. It can have multiple tasks of the form task_<task_id>

Response

agent status response

agent_id
string<uuid>
state
enum<string>
Available options:
created
Example:

"created"