Skip to main content

POST /api/agent/:zid/skills/attach

MethodPOST
Path/api/agent/:zid/skills/attach
GroupAgent Protocol State
Authauthenticated session
Sourceshared/api-core/src/routes/agentProtocolState.ts

Call it

curl -X POST https://zeqsdk.com/api/agent/:zid/skills/attach \
-H "Content-Type: application/json" \
-d '{}'

Requires an authenticated session — sign in first; the session is sent automatically by the browser/SDK.

Reference