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.json programmatically (CI integration) |
Rate limits
API requests are rate-limited separately from review limits. During the private beta, API limits are set per account rather than by a public tier. Every response carries the current window state in headers: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.Read next
Endpoints
The reviews and findings endpoints (private beta).
Webhooks
Outbound webhook events Sigilix can fire on your endpoints.

