Start a run
API Reference
Start run
Start a new external RTS Builder run for an exposed kit slug.
POST
Start a run
Start run
Request body
The public contract expects aninputs object. The exact input names depend on the exposed kit’s runtime variables.
Success shape
The schema rendered above is therefore based on the internally verified builder run-start payload and is labeled as inferred in the OpenAPI document.Related schemas
Authorizations
Team-scoped RTS Builder API key.
Path Parameters
Kit slug shown in RTS Builder.
Example:
"external-api-docs-probe"
Body
application/json
Runtime variable values keyed by kit variable name.
Example:
{ "target": "example.com" }