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.
| Method | POST |
| Path | /api/zeq/agent/skills/synthesise |
| Auth | public (no key) |
| Group | Agents · Zeq Agent |
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.