Documentation Index Fetch the complete documentation index at: https://docs.snorbe.deskrex.ai/llms.txt
Use this file to discover all available pages before exploring further.
API Reference
The Snorbe API lets you call Snorbe’s research agents programmatically from external applications and scripts.
Authentication
All API requests require an API key. You can create API keys from the API Keys page in the dashboard.
Include the API key in your request headers using one of these formats:
# Authorization header (recommended)
Authorization: Bearer snorbe_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Or x-api-key header
x-api-key: snorbe_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
API keys are shown only once when created. If you lose a key, create a new one.
Base URL
https://app.snorbe.deskrex.ai/api/v1
Interactive API Reference
A Scalar-powered UI is available for browsing, searching, and executing every endpoint from your browser.
Snorbe API Reference (Scalar UI)
Browse parameters, responses, and code samples for every endpoint
Use “Try it out” to send real requests with your own API key
Conforms to OpenAPI 3.1
OpenAPI JSON
The machine-readable API spec is available as OpenAPI JSON (the Scalar UI uses this spec under the hood).
curl "https://app.snorbe.deskrex.ai/api/v1/openapi.json"
To print only the available paths:
curl -s "https://app.snorbe.deskrex.ai/api/v1/openapi.json" | jq -r '.paths | keys[]'
Rate Limits
Each API key is limited to 100 requests per minute . Exceeding the limit returns 429 Too Many Requests.
Endpoints
Agent Execution
Endpoint Method Description /agent/runPOST Execute agent (non-streaming) /agent/run/streamPOST Execute agent (SSE streaming) /agent/run/stream/{runId}POST Resume agent run (SSE streaming) /agent/run/{runId}/statusGET Get execution status /agent/run/{runId}/resumePOST Resume agent run (non-streaming)
HITL (Human-in-the-Loop)
Endpoint Method Description /agent/run/{runId}/plan/answerPOST Answer plan review questions /agent/run/{runId}/plan/confirmPOST Confirm plan /agent/run/{runId}/plan/skipPOST Skip plan review /agent/run/{runId}/report/answerPOST Answer report review questions /agent/run/{runId}/report/confirmPOST Confirm report /agent/run/{runId}/matrix/answerPOST Answer matrix review questions /agent/run/{runId}/matrix/confirmPOST Confirm matrix
Workspace & Turns
Endpoint Method Description /workspaceGET Get workspace information associated with the API key /turn/listGET List turn history with pagination
Browser Control
Endpoint Method Description /browser/answer-questionPOST Answer a question asked by the browser agent /browser/spontaneous-inputPOST Send an extra instruction to an active browser session /browser/answer-question-with-filesPOST Answer a browser question with files /browser/spontaneous-input-with-filesPOST Send an extra browser instruction with files
Agent Management
Endpoint Method Description /agent/listGET List agents in a workspace
Secrets
Endpoint Method Description /secretPOST Register secrets such as API keys for agent execution
Graph Data
Endpoint Method Description /graph/workspaceGET Get workspace graph data /graph/entitiesGET List entities with filtering, search, and pagination /graph/edgesGET List edges (relationships) by entity IDs
Agent Skill
Page Description Agent Skill Install the Snorbe API skill for Claude Code / Cursor / Codex / Google Antigravity