Skip to main content

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.

MethodPOST
Path/api/zeq/agent/mesh/:master_id/publish
Authpublic (no key)
GroupAgents · 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.