Skip to main content
POST

Path Parameters

string
required
Repo ID

Request Body

string
required
Name of the predefined agent to run
object
required
Input parameters for the agent

Response

The agent returns a Server-Sent Events (SSE) stream with real-time updates from tool calls. The various event types indicate different stages of execution.

Event Types

event
Signals that the agent execution has begun
event
Contains agent reasoning, analysis, and text responses
event
Reports tool usage and execution results
event
Indicates code changes have been made to the repository
event
Reports build process status and results
event
Reports test execution status and results
event
Signals that changes have been deployed/visualizations updated
event
Reports errors that occurred during agent execution
event
Signals that the agent execution has completed successfully