API key authentication
For self-hosted hubs withAUTH_MODE=api-key, include the API key in the Authorization header:
AUTH_API_KEYS environment variable. Generate a key with:
OIDC authentication
For hubs withAUTH_MODE=oidc (including Griffin Cloud), include a JWT token from the configured OIDC provider:
organizationId and role claims that determine access scope.
Error responses
Unauthenticated requests return401: