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 |
Platform API Keys
| 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 |

