Skip to main content
POST
Create Tracer Job

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
query
string
required

Research question

Required string length: 1 - 10000
repositories
string[] | null

Repositories in owner/repo format

context
string | null

Additional context

Maximum string length: 5000
model
enum<string> | null

Optional model override (claude-haiku-4-5-20251001, claude-opus-4-7, claude-opus-4-7). Must match mode when both are provided.

Available options:
claude-haiku-4-5-20251001,
claude-opus-4-7
mode
enum<string> | null

Tracer mode: tracer-fast (Haiku) or tracer-deep (Opus). Defaults to tracer-deep. When mode and model are both provided, they must agree.

Available options:
tracer-fast,
tracer-deep

Response

Successful Response