Skip to main content

Quickstart

Authenticate

Every request uses the X-API-Key header:
Keep the API key server-side. The key determines tenant scope for kit visibility and run access.

List accessible kits

Example empty response:

Start a run

External start success could not be completed with any tested key. Treat the example request as the intended contract and the success schema in the API reference as inferred until the access-control gap is fixed.

Poll status

Example completed status:

Fetch results

Top-level result shape:

Live validation snapshot

These runs were started internally in RTS Builder and then retrieved through the external status and results endpoints on March 28, 2026 Pacific / March 29, 2026 UTC:

Important caveat

In live testing, the intended public flow was only partially available:
  • External status and results worked for runs owned by the same tenant.
  • External list and start did not automatically work with a newly created team API key, even after the kit was marked exposed.
Observed responses:
Treat this as a current access-control dependency: a valid key must be explicitly allowed to see the exposed kit, or the backend currently needs an additional grant step that is not exposed in the UI.