Skip to main content
POST
Create a task

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
agent_type
enum<string>
required
Available options:
codex,
claude-code,
opencode,
cursor
interaction_mode
enum<string>
required
Available options:
default,
plan
model
string
required
Minimum string length: 1
project_id
string<uuid>
required
prompt
string
required
Minimum string length: 1
auto_fix_ci
boolean

Optional per-task override. Omit to inherit the fresh project default; explicit true or false overrides it.

auto_fix_pr_comments
boolean

Optional per-task override. Omit to inherit the fresh project default; explicit true or false overrides it.

auto_rebase
boolean

Optional per-task override. Omit to inherit the fresh project default; explicit true or false overrides it.

base_branch
string
Minimum string length: 1
context
object
post_pr_demo_video
boolean

Optional per-task override. Omit to inherit the fresh project default; explicit true or false overrides it.

post_pr_screenshots
boolean

Optional per-task override. Omit to inherit the fresh project default; explicit true or false overrides it.

reasoning_effort
enum<string> | null
Available options:
ultra,
max,
xhigh,
high,
medium,
low,
ultrathink,
ultracode,
none
vm_size
enum<string>
Available options:
small,
medium,
large

Response

Accepted

id
string<uuid>
required
name
string
required
Minimum string length: 1