POST /api/zeq/agent/spawn
against the user's daily quota BEFORE spawn. Reject 402 if over. • IDEMPOTENCY: optional Idempotency-Key header — same key + same canonical body within 1h returns the same agent_id. Critical for retries a
| Method | POST |
| Path | /api/zeq/agent/spawn |
| Auth | public (no key) |
| Group | Agents · Zeq Agent |
Request
curl -X POST https://zeqsdk.com/api/zeq/agent/spawn \
-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.