Default Tenant
Back to Settings

API Keys

Issue scoped, revocable API keys for CI jobs, integrations, and programmatic access. Keys are hashed with SHA-256 before storage — we cannot recover them later.

0 keys

How to authenticate with your key

Send the key in the X-API-Key header, or as a bearer token in Authorization.

curl https://api.orchestraai.dev/api/v1/analytics/overview \
  -H "X-API-Key: oa_YOUR_KEY_HERE"