Skip to main content

API Keys

Create API keys from Settings → API Keys in the dashboard. Include the key in every request:
curl -H "Authorization: Bearer your-api-key" \
  https://api.orka.sh/v1/agents

Key Management

  • Keys are scoped to a single workspace
  • You can create multiple keys per workspace
  • Revoke compromised keys immediately from the dashboard
Never expose API keys in client-side code or public repositories.