v1
latestOpenAPI 3.1.02026-07-22304756.7 KBBox
Prompt Box
Queue a natural-language work item for Codex or Claude Code inside the box. Observe progress with GET /boxes/{boxId}/events.
post/boxes/{boxId}/prompt
Path parameters
boxIdstring required
Public Box id returned by create/list/get box calls.
Request body
Example request
{
"provider": "codex",
"model": "gpt-5.4",
"reasoningEffort": "medium",
"prompt": "Work on the selected repo, run tests, fix failures, commit the result, and report any hosted preview URL."
}Response
Prompt queued.
Example response
{
"ok": true
}