Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/workspace/skill \ --header 'Content-Type: application/json' \ --header 'x-user-id: <x-user-id>' \ --data ' { "skill_path": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Add a skill to the session’s workspace from the given path.
Caller's user ID. Temporary header-based identity; will be replaced by JWT auth.
The request to add skill.
Successful Response