Documentation Index
Fetch the complete documentation index at: https://docs.spacemedia.uk/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Organization admins generate an API key and secret in the dashboard. API clients exchange those credentials for a bearer token and then send the token on protected API requests.Token exchange
expires_at is null.
Authenticated requests
Acting for an organization user
Some content endpoints supportX-User-Id to act for a user in the same organization. This does not bypass policies. The user must belong to the same organization and the action must still be allowed by dashboard permissions.
Security rules
- Never send API key or secret after the token exchange request.
- Never place bearer tokens in query strings.
- Rotate credentials if a secret is exposed.
- Do not use cross-organization selectors in public integrations.