Skip to main content

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

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