Documentation Index
Fetch the complete documentation index at: https://docs.shinzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Tokens
Token endpoints let you generate and manage the credentials used to authenticate with the Shinzo Platform.
Token Types
| Token Type | Purpose | Auth Scope |
|---|
| Ingest Token | Telemetry data ingestion from MCP servers | Write-only access to telemetry endpoints |
| Platform API Key | Programmatic access to agents, Spotlight, and management APIs | Full API access |
Endpoints
Ingest Tokens
| Method | Endpoint | Description |
|---|
POST | /auth/generate_ingest_token | Generate a new ingest token |
GET | /auth/fetch_ingest_tokens | List all ingest tokens |
POST | /auth/revoke_ingest_token/{tokenUuid} | Revoke an ingest token |
| Method | Endpoint | Description |
|---|
POST | /auth/platform_keys | Create a new platform API key |
GET | /auth/platform_keys | List all platform API keys |
DELETE | /auth/platform_keys/{keyUuid} | Delete a platform API key |
For details on authentication methods, see Authentication.