Back to Docs
API Reference6 min read
API Authentication
Detailed guide on authenticating with the Gravitre API, including API keys, OAuth, and service accounts.
API Keys
API keys are the simplest way to authenticate. Create keys in your dashboard with specific scopes and expiration dates.
// Include your API key in the Authorization header
Authorization: Bearer gtr_live_abc123xyz...Scopes
API keys can be scoped to limit access: workflows:read, workflows:write, runs:read, runs:write, connectors:manage, admin:full.
Rate Limits
API requests are rate limited to 1000 requests per minute for standard plans and 10,000 for enterprise plans. Rate limit headers are included in all responses.