Hanzo
OpenapiExec

Programmatic tool calling (not served here)

Answers 501. This address belongs to a DIFFERENT protocol from /v1/exec: the server suspends a program on each tool call, returns the pending calls with a…

POST /v1/exec/programmatic

Addresshttps://api.hanzo.ai/v1/exec/programmatic
MethodPOST
Operationpost_exec_programmatic
AuthAuthorization: Bearer $HANZO_API_KEY

Answers 501. This address belongs to a DIFFERENT protocol from /v1/exec: the server suspends a program on each tool call, returns the pending calls with a continuation token, and resumes when the client posts results back. Serving it means implementing suspension and resumption, so it refuses in the open rather than answering with a shape the caller's parser cannot read.

Request

The document declares no body for POST /v1/exec/programmatic. The handler is typed in cloud but its shape is not yet emitted, so the fields are not listed here — ask the MCP door's describe for post_exec_programmatic, which answers from the running route.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo exec programmatic

Exec API · All Hanzo APIs · Interactive reference

How is this guide?

On this page