POST
/
v1
/
organizations
/
{org_id}
/
setup-commands
/
generate
Generate Setup Commands
curl --request POST \
  --url https://api.codegen.com/v1/organizations/{org_id}/setup-commands/generate \
  --header 'Content-Type: application/json' \
  --data '{
  "repo_id": 123,
  "prompt": "<string>",
  "trigger_source": "setup-commands"
}'
{
  "agent_run_id": 123,
  "status": "<string>",
  "url": "<string>"
}

Headers

authorization
any

Path Parameters

org_id
integer
required

Body

application/json

Input for generating setup commands.

Response

200
application/json

Successful Response

Response for setup commands generation.