Agent
Create agent job
Creates a new agent job that runs in the background. The job processes the prompt asynchronously — poll the get job endpoint to track progress. If the agent edits files successfully, a pull request is automatically created.
Get agent job
Retrieves the current status and details of an agent job. Poll this endpoint to track job progress.
Send follow-up message
Sends a follow-up message to an existing agent job. The message is processed asynchronously — poll the get job endpoint to track progress.