cURL
curl --request POST \ --url https://api.veryfront.com/projects/{project_reference}/skills \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "name": "<string>", "description": "<string>", "allowed_tools": [ "<string>" ], "sections": { "Summary": "<string>", "Usage": "<string>", "Examples": "<string>", "Notes": "<string>" } } '
{ "id": "<string>", "name": "<string>", "description": "<string>", "source_path": "<string>", "sections": { "Summary": "<string>", "Usage": "<string>", "Examples": "<string>", "Notes": "<string>" }, "source": "<string>", "edit_mode": "structured", "source_only_reasons": [ "<string>" ], "allowed_tools": [ "<string>" ] }
Creates a structured skill document in the selected source target.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Show child attributes
Created project skill document
structured
source_only