Skip to Content
API ReferenceAdmin API

Admin API (removed)

The former /admin/v1 routes and X-Admin-Token authentication have been removed. Use the unified API reference under /v1 with scoped X-API-Key instead.

Former routeReplacement
GET /admin/v1/statusGET /v1/status (status:read)
GET/PATCH /admin/v1/settingsGET/PATCH /v1/settings
GET /admin/v1/promptsGET /v1/prompts?state=all
GET /admin/v1/messagesGET /v1/messages
POST /admin/v1/messages/sendPOST /v1/messages/send

Manage keys in the Admin UI Settings page or via POST /v1/keys/new.