Programmatic access to the Epalith pipeline. Submit builds, check status, and retrieve audit reports — all through a REST API.
All API requests require an API key passed as a bearer token in the Authorization header. Keys are generated per user in the dashboard under Settings → API Keys. Keys are scoped to your account and can be rotated at any time.
During early access: 60 requests/minute per key. Limits will be configurable by plan tier at general availability.
API is versioned via URL prefix (/api/v1/). Breaking changes will be versioned. Deprecation notices will be sent 90 days in advance.
Every API call is logged as a pipeline event. You can retrieve your API activity history for compliance review.
Configure webhooks to receive run completion and audit report notifications via POST to your endpoint.
Want early API access? Reach out and tell us what you're building.
Request access →