API Keys

Access Clarive programmatically through the REST API using API keys. Only workspace admins can create and manage them.

Create a key

  1. Go to Settings > API Keys.
  2. Click Create API Key and give it a descriptive name.
  3. Set an expiration — choose 30 days, 60 days, 90 days, 6 months, 1 year, or no expiration.
  4. Copy the key immediately — it's shown only once.

Use your key

Include the key in the X-Api-Key header with every request:

X-Api-Key: your-api-key-here

Revoke a key

Revoke any key from the API Keys settings tab — it stops working immediately. Keys can't be regenerated; create a new one instead.

Related: See API Overview for authentication details, rate limits, and error handling. See API Endpoints for the full endpoint reference.