POST /api/zeq/agent/mesh/:master_id/publish
| Method | POST |
| Path | /api/zeq/agent/mesh/:master_id/publish |
| Group | Zeq Agent |
| Auth | Authorization: Bearer zeq_ak_<key> (API key) — or an authenticated session |
| Source | shared/api-core/src/routes/zeqAgent.ts |
Call it
curl -X POST https://zeqsdk.com/api/zeq/agent/mesh/:master_id/publish \
-H "Authorization: Bearer zeq_ak_<key>" \
-H "Content-Type: application/json" \
-d '{"agent_id":"…","proof_digest":"…","status":null,"zeqond":0,"role":"…","payload":null}'
Pass an
zeq_ak_API key as a Bearer token (as shown above), or call it from an authenticated session.
Reference
- Group: Zeq Agent
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.