Browse docs
On this page

API Keys

API keys are team-scoped credentials for programmatic access.

Lifecycle

  • Create from API Keys in the dashboard.
  • Use via Authorization: Bearer <API_KEY>.
  • Rotate regularly and remove unused keys.

Expiration and Usage Tracking

API keys support:

  • optional expiration configuration
  • last-used tracking for tracking unused tokens

Current State

The UI for API key management is available. Full management and resource APIs are documented in API Reference.

Related