Agent v1.0 APIs
Update agent
Update an agent
PUT
/
agent
/
{agent_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
agent_id
string
requiredBody
application/json
agent_config
object
requiredConfiguration of the agent
agent_prompts
object
requiredPrompts to be provided to the agent. It can have multiple tasks of the form task_<task_id>
Response
200 - application/json
agent_id
string
status
enum<string>
Available options:
updated
Was this page helpful?