Skip to main content

POST /api/zeq/agent/prd/:slug/send

(gives us the full BYOK pipeline, ZQT charging, tripwires, and chain commit for free). On success: status flips to 'built', build_run_id is recorded, and the response carries the deployed page summary.

MethodPOST
Path/api/zeq/agent/prd/:slug/send
Authpublic (no key)
GroupAgents · Prd Routes

Request

curl -X POST https://zeqsdk.com/api/zeq/agent/prd/YOUR_MACHINE/send \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description

Generated from the node's own route registry (GET /api/endpoints) — this path is live.