Skip to main content

POST /api/zeq/agent/skills/synthesise

calls into lib/skillBuilder.ts — the same deterministic synthesis logic the existing UI route (/api/skills/generate) uses. Persists to synthesised_skills table.

MethodPOST
Path/api/zeq/agent/skills/synthesise
DomainCompute · Zeq Agent
Tiercomputation (public)
Authpublic (no key)

Request

curl -X POST https://zeqsdk.com/api/zeq/agent/skills/synthesise \
-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.