Key concepts
- API keys are created and managed through the Dashboard or these endpoints
- The raw key (
tp_live_...) is returned only once at creation time — store it securely - Keys are SHA-256 hashed before storage and cannot be retrieved later
- Each key is scoped to one organization with configurable permissions and agent access
Data model
Available permissions
Endpoints
List API keys
Create API key
Update API key
Revoke API key
204 No Content
Permanently deletes the key. Any requests using this key will immediately receive 401 Unauthorized.
Key rotation workflow
- Create a new key with the same permissions
- Update your integration to use the new key
- Verify the integration works
- Delete the old key
Related resources
- Authentication — How API key auth works
- Settings — Dashboard key management UI