https://api.ara.so/v3. An ara_ API key is bound to
the Ara workspace where it was created.
Get an API key
- Sign in to Ara and open your workspace.
- Open Settings → Developers.
- Under API keys for CI, select Generate key.
- Choose the narrowest scopes and an expiration, then copy the key.
Verify the key
Set the key in your shell and call/v3/self:
Try the API
List connected repositories
Requiresrepos:read.
Start a session
Requiresrun. Replace acme/web with a repository connected to the workspace.
session_id. Session creation is asynchronous.
Read the session
Requiressessions:read.
Common scopes
Use the narrowest scopes that work. Secret values are write-only and can never
be read back through the API.

