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 grant full access to your account. Treat them like passwords. 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.tare.io/v1/experiments \ -H "Authorization: Bearer YOUR_API_KEY_HERE" \ -H "Content-Type: application/json"
