API keys (recommended for applications)
Send your key in theX-API-Key header:
Authorization: Bearer header instead, Valkyrie accepts that too. Just set the
SDK’s api_key to your Valkyrie key.
Key prefixes
Create and revoke keys on the API Keys screen.
JWT bearer tokens (dashboard sessions)
People signed in to the dashboard authenticate with a session token (Authorization: Bearer <jwt>). This is handled for you by the web app; you don’t
normally use JWTs for programmatic access, use an API key instead.