Documentation Index
Fetch the complete documentation index at: https://developers.techwolf.ai/llms.txt
Use this file to discover all available pages before exploring further.
Adding Skill Clusters
The essential first step of any flow with the Skill Engine API is creating the Entities within the system. For example, to create a Skill Cluster you can simply submit aPOST request
to /taxonomy/skill_clusters:
PATCH
request to /taxonomy/skill_clusters/CP-001. More information can be found at
the endpoint specification
.
The lifecycle of each Entity is managed explicitly, meaning that you cannot
overwrite an existing Entity with a POST message. To update an Entity, you can
execute a PATCH call at its specific endpoint.