Create an unpaid run
create_runCreates no payment. Save clientToken and idempotencyKey first. Registry/autonomy fields are caller claims only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| discovery | No | Optional caller claims. MCP transport does not prove Registry discovery or autonomous intent. | |
| clientToken | Yes | Private run capability: generate and save 32 random bytes before creating a run. Never put it in a URL or public trace. | |
| termsVersion | Yes | ||
| idempotencyKey | Yes | Persist 8–128 safe characters before calling. Reuse the key with the identical request after a timeout. |