Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cubestack.app/llms.txt

Use this file to discover all available pages before exploring further.

Auth Endpoints

Endpoints for managing authentication and API keys.

Validate API Key

Check if an API key is valid and retrieve associated project info.
X-Api-Key
string
required
Your API key
GET /api/v1/{project}/auth/validate

Response

{
  "valid": true,
  "project": "my-project",
  "permissions": ["read", "write"]
}