Platform Featuresapikeysdeveloper

API Key Management

Generate, manage, and revoke API keys for programmatic access

3 min min readFor: developers

API Key Management

Prerequisites

  • Growth or Enterprise plan required
  • Org Admin or Super Admin role
  • Generating a Key

    1. Navigate to API Keys in the sidebar 2. Click Generate New Key 3. Name your key (e.g., "Production", "Staging") 4. Copy the key immediately — it is shown only once

    Using Your Key

    Include the key in the Authorization header: ` Authorization: Bearer YOUR_API_KEY `

    Rate Limits

  • Growth: 100 requests/minute
  • Enterprise: 1,000 requests/minute
  • Revoking Keys

    Click Revoke next to any key. This takes effect immediately. Applications using the revoked key will receive 401 errors.

    Was this article helpful?