Back to Knowledge Base

API Keys

Access TARE programmatically via our REST API.

Developers can automate workflows or integrate TARE with other tools using API keys.

Security Warning

API keys are scoped to specific capabilities and identities. Use heavily scoped, expiring service principals with tenant constraints and explicit non-human actor identities. Never commit them to public repositories.

Generating a Key

  1. Navigate to Settings > Developer.
  2. Click Create New Key.
  3. Give it a descriptive name (e.g., "Zapier Integration").
  4. Copy the key immediately. You will not be able to see it again.

Usage Example

curl -X GET https://api.tareops.com/v1/experiments \
  -H "Authorization: Bearer YOUR_SCOPED_SERVICE_KEY_HERE" \
  -H "Content-Type: application/json"