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.
Get Workspace
Returns the default workspace for the user associated with the API key.REST API agent execution endpoints do not require
workspaceId — it is automatically resolved from the API key. Use this endpoint only when you need to reference the workspace information.Request
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | API key in Bearer snorbe_... format |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
workspaceId | string | Workspace ID |
workspaceName | string | Workspace name |
Examples
Error Responses
| HTTP Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Invalid, expired, or missing API key |
| 429 | TOO_MANY_REQUESTS | Rate limit exceeded |