From the CLI
The quick form takes just a title:--surfacenames the part of the product the report is about:cli(the default),api,web,sandbox,telemetry,annotations,docs, orother.--severity(critical,high,medium,low) marks a bug’s impact. Omit it for general feedback that is not a bug.--evidence(repeatable) attaches run, event, or artifact ids, linking the report to the exact telemetry you were looking at.--fingerprintsets a stable deduplication key (for examplecli/tail-resize-panic) so repeat reports of the same finding are grouped together.
stored for review, and the command still succeeds.
From the API
Agents and automation post the same shape toPOST /v1/feedback — an agent that hits a bug inside
its sandbox can report it with its own credential:
relayed: false means the report is stored but has not yet reached the team’s review channel —
never that it was lost.
Only title and surface are required. title caps at 300 characters; body, expected,
actual, and repro at 10,000 each; up to 50 evidence entries of at most 256 characters each.
The organization always comes from your credential, never from the request body.