AgentLogin
Update details for a specific AI agent
Modifies an AI agent’s information, such as status or metadata.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Bearer Token for admin authorization
Path Parameters
Unique identifier for the AI agent
Body
application/json
The new status for the AI agent
Example:
"suspended"
(Optional) Update the agent type if necessary
Example:
"custom-ai"
Additional metadata or information about the agent
Example:
{
"notes": "Updated due to new security policy."
}
Response
200
application/json
Successful update of agent data
The unique identifier for the AI agent
Example:
"agent_12345"
The type of agent
Example:
"custom-ai"
Current status of the AI agent
Example:
"suspended"
Updated metadata about the agent
Example:
{
"notes": "Updated due to new security policy."
}
Date and time the agent was last updated
Example:
"2025-02-15T12:00:00.000Z"