Api reference
Agents
Available Methods
Use the links below to view request/response examples and generated code for each method.
- GET/api/v1/agents
List workspace agents
- GET/api/v1/agents/{id}
Get workspace agent
- GET/api/v1/agents/{id}/chats
List agent chats
- GET/api/v1/agents/{id}/chats/{chatId}
Get agent chat
- POST/api/v1/agents/{id}/chats/{chatId}/messages
Send agent message
- POST/api/v1/agents
Create workspace agent
- PATCH/api/v1/agents/{id}
Update workspace agent
- DELETE/api/v1/agents/{id}
Delete workspace agent