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
- Navigate to Settings > Developer.
- Click Create New Key.
- Give it a descriptive name (e.g., "Zapier Integration").
- 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"
