Get an agent
Retrieve the full configuration object for a single agent.string
required
The ID of the agent to retrieve.
conversation_config object, metadata, and any knowledge base or tool attachments.
Update an agent
Apply a partial update to an existing agent. Only the fields you include in the request body are changed.string
required
The ID of the agent to update.
object
Partial conversation config. Provide only the fields you want to change.
List agents
Return all agents in your account.object[]
required
Array of agent summary objects. Each entry includes
agent_id, name, tags, and creation timestamps.boolean
required
Indicates whether additional pages of results are available.
Delete an agent
Permanently delete an agent. This action cannot be undone.string
required
The ID of the agent to delete.

