Quickstart
From zero to a change request in five minutes.
You need an ara_ API key and one connected GitHub repository or GitLab
project. This walks through both, then opens a session and watches it work.
Create an API key
In the web app, go to Settings → Ara API and create a key. It looks like
ara_ followed by a long hex string. Store it as an environment variable.
Resolve your organization
Every resource is scoped to an organization. Get your org_id once and reuse
it.
Open a session
Point an agent at a connected repository or project and describe the task.
The session starts immediately and runs asynchronously. If the same path
exists on both GitHub and GitLab, include "provider": "github" or
"provider": "gitlab" in the request body.
Opening a session runs a real agent in a sandbox and consumes quota. Use a test repository while you are getting set up.