Skip to main content

Tokens

Token endpoints let you generate and manage the credentials used to authenticate with the Shinzo Platform.

Token Types

Token TypePurposeAuth Scope
Ingest TokenTelemetry data ingestion from MCP serversWrite-only access to telemetry endpoints
Platform API KeyProgrammatic access to agents, Spotlight, and management APIsFull API access

Endpoints

Ingest Tokens

MethodEndpointDescription
POST/auth/generate_ingest_tokenGenerate a new ingest token
GET/auth/fetch_ingest_tokensList all ingest tokens
POST/auth/revoke_ingest_token/{tokenUuid}Revoke an ingest token

Platform API Keys

MethodEndpointDescription
POST/auth/platform_keysCreate a new platform API key
GET/auth/platform_keysList all platform API keys
DELETE/auth/platform_keys/{keyUuid}Delete a platform API key
For details on authentication methods, see Authentication.