DocumentationIntegrationsAPI Authentication
Integrations

API Authentication

How to generate and use Castor Flow API keys.


The Castor Flow API uses API keys for authentication. All requests must include your API key in the Authorization header.

Generating an API key

  1. Go to Settings → API
  2. Click "Generate New Key"
  3. Give the key a name (e.g. "Production" or "Zapier")
  4. Copy the key — it is only shown once

⚠️ Warning

Store your API key securely. Anyone with your key has full access to your Castor Flow account. If a key is compromised, revoke it immediately and generate a new one.

Using the key

Include the API key in the Authorization header of every request:

Authorization: Bearer YOUR_API_KEY

Key permissions

All keys have full access to your account data. Scoped keys (read-only, specific resources) are on the roadmap.