Get startedSign in

Create queued prompt

POST/v1/api/ai/workbenches/jobs/{id}/prompts
Parameters
Responses
ParameterTypeDescription
idrequiredstring
dequeable_atrequiredstringWhen the prompt becomes eligible to dequeue
modesobjectMode-specific options for a workbench job
promptrequiredstringThe prompt to send when dequeued
Response samples
200
{
  "consumed_at": "string",
  "dequeable_at": "string",
  "id": "string",
  "inserted_at": "string",
  "modes": {
    "coding": {
      "approval": false,
      "babysit": false
    },
    "model": {
      "model": "string",
      "provider": "openai"
    },
    "plan": false,
    "verification": false
  },
  "prompt": "string",
  "updated_at": "string",
  "user_id": "string",
  "workbench_job_id": "string"
}