The Sigilix API is in private beta. This page documents the authentication model; endpoints will land in subsequent releases.Documentation Index
Fetch the complete documentation index at: https://docs.sigilix.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
All API requests use a personal access token (PAT) in theAuthorization header:
Scopes
PATs have four scopes:| Scope | Endpoints |
|---|---|
reviews:read | List and fetch past reviews |
findings:read | Fetch individual findings + suggested patches |
webhooks:write | Configure outbound webhooks for review.completed events |
config:write | Modify sigilix.yaml programmatically (CI integration) |
Rate limits
API requests are rate-limited separately from review limits:| Tier | API requests / hour |
|---|---|
| Free | 100 |
| Pro | 1,000 |
| Max | 10,000 |
Retry-After header.
OAuth2 (coming)
For server-to-server integrations (e.g., a third-party platform integrating with Sigilix on behalf of customer orgs), an OAuth2 flow is on the roadmap. Estimated: Q2 2026.Read next
Endpoints
The reviews and findings endpoints (private beta).
Webhooks
Outbound webhook events Sigilix can fire on your endpoints.

