Skip to content

Limits

The Change column says what it takes to move a limit:

ChangeMeaning
settingChange it in the app, no restart
fixedNot configurable from the app. Ask us if one of these is blocking you
LimitValueChange
Trial grant1,000,000 tokensfixed

Counted as input plus output tokens across the whole workspace, with no per-model weighting. Only workspaces on the trial have a ledger at all; everyone else is unmetered. Exhaustion answers 402 with trial_credits_exhausted.

LimitValueChange
Concurrent runs per workspace5fixed
Attempts per run, code and build work12setting
Attempts per run, everything else8setting
Wall clock per run, code and build work90 minutessetting
Wall clock per run, everything else30 minutessetting

The concurrency cap counts runs that are assigned or in_progress. A sixth run waits in pending rather than failing, so a burst queues instead of erroring.

The attempt and wall-clock numbers are the shipped defaults of the budget resolved for a run. Every one of them is overridable per workspace, per task type, and per run under Settings, then Budgets. A run that passes its wall clock finalizes inconclusive with the reason wall_clock_exceeded.

LimitValueChange
Live app sessions per meeting5fixed
Image pasted or uploaded into a meeting10 MBfixed

Asking for a sixth live session answers 409 with TUNNEL_SESSION_LIMIT. End a session to free a slot.

LimitValueChange
Company profile reference file25 MBfixed
Stored file, at the upload endpoint50 MBfixed
Profile image asset, at the upload endpoint26 MBfixed
Any JSON request body10 MBfixed

The reference limit is checked in the browser before the upload starts, so an oversized file is refused immediately rather than after the transfer. The endpoint ceilings sit above it as a backstop.

LimitValueChange
Results shown20fixed
Recent selections remembered5fixed

Twenty is a hard cap on the combined list, which is why a two-character query is a poor filter: type enough to be specific.

  • Budgets: the spend ceilings, and raising one mid-run.
  • Trial credits: what happens when the grant runs out.
  • Error codes: the answer each limit returns when it bites.