API Reference
Bots
Create and manage bots. - 15 operations in this section.
OpenAPI reference
bots operations
Server-rendered operation index with methods, paths, scopes and schema downloads. It remains available even when the interactive client reference cannot be loaded by the browser.
Deep link: bots
| Method | Path | Operation | Scopes | Guide |
|---|---|---|---|---|
| GET | /bots | List bots listBots | bots:read | Open |
| POST | /bots | Create bot createBot | bots:write | Open |
| GET | /bots/{id} | Get bot details getBot | bots:read | Open |
| PATCH | /bots/{id} | Update bot updateBot | bots:write | Open |
| DELETE | /bots/{id} | Delete bot deleteBot | bots:write | Open |
| POST | /bots/{id}/publish | Publish bot publishBot | bots:write | Open |
| GET | /bots/{id}/versions | List bot versions listBotVersions | bots:read | Open |
| POST | /bots/{id}/versions | Create bot version createBotVersion | bots:write | Open |
| POST | /bots/{id}/versions/{run_id}/rollback | Rollback bot version rollbackBotVersion | bots:write | Open |
| POST | /bots/{id}/clone | Clone bot cloneBot | bots:write | Open |
| GET | /bots/{id}/tools | List bot tools listBotTools | bots:read | Open |
| POST | /bots/{id}/tools | Attach bot tool attachBotTool | bots:write | Open |
| GET | /bots/{id}/guardrails | Get bot guardrails getBotGuardrails | bots:read | Open |
| PATCH | /bots/{id}/guardrails | Update bot guardrails updateBotGuardrails | bots:write | Open |
| POST | /bots/{id}/messages | Send message to bot sendBotMessage | bots:write | Open |