Ellipsis API
The Ellipsis REST API lives at https://api.ellipsis.dev. Create an API key in the dashboard and send it as a bearer token.
The Ellipsis REST API starts, searches, and streams sessions, invokes and manages automations and environments, runs code reviews, and reads your organization's settings from your own scripts and services. It is the same public API the Agent CLI uses. Every endpoint returns JSON, and every request is authenticated with a bearer token.
Endpoint map
The reference documents every endpoint, generated from the same OpenAPI specification the SDKs are built from. The spec itself is published at /openapi.v1.json. Beyond the endpoints below, Sessions is the shape of the object most of them return, and Sessions › From scripts is the end-to-end walkthrough.