Discover what is available
If an ID does not appear in
template list, it is not available to your current environment.
Inspect the current schema
- required and optional fields;
- exact field keys and labels;
- allowed values and examples;
- the current template version.
Recommended workbook flow
Programmatic JSON or JSONL flow
For programmatic input, keep validation, estimation, and execution separate:validate and precheck do not create a run. execute creates the run and returns its runId. It also accepts an optional --callback-url <https-url>.
The former combined
run submit command is legacy and hidden. Use run validate, run precheck, and run execute for new integrations. --idempotency-key remains a deprecated alias for --client-request-id and should not be used in new scripts.