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
Response
Successful retrieval of agent data
The unique identifier for the AI agent
Example:
"agent_12345"
The type of agent
Example:
"browser-using"
Current status of the AI agent
Example:
"active"
Date and time the agent was created
Example:
"2025-01-01T12:34:56.000Z"
Date and time the agent was last updated
Example:
"2025-02-02T09:00:00.000Z"
Additional metadata about the agent
Example:
{
"notes": "This is a high-privilege AI agent."
}