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.
| Method | POST |
| Path | /api/zeq/agent/prd/:slug/send |
| Auth | public (no key) |
| Group | Agents · 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.