POST /api/zeq/agent/mesh/:master_id/publish
POST /mesh/:master_id/publish — child posts its ZeqProof Used by collaborative-agent runs to publish into the mesh. Idempotent per (master_id, agent_id) — re-posting overwrites the previous entry.
| Method | POST |
| Path | /api/zeq/agent/mesh/:master_id/publish |
| Auth | public (no key) |
| Group | Agents · Zeq Agent |
Request
curl -X POST https://zeqsdk.com/api/zeq/agent/mesh/YOUR_MASTER_ID/publish \
-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.