Skip to main content
POST
/
v1
/
projects
/
{projectId}
/
runs
Start a test run created by the codegen agent
curl --request POST \
  --url https://api.stably.ai/v1/projects/{projectId}/runs \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{
  "runGroupName": "<string>",
  "envOverrides": {}
}'
{
  "runId": "<string>"
}

Authorizations

authorization
string
header
required

Path Parameters

projectId
string
required

Body

application/json
runGroupName
envOverrides
object

Response

200 - application/json

Default Response

runId
string
required

ID to use for polling the run status and results