Manage agent skills via the API
API, AI in TinesYou can now create, retrieve, update, delete, and list AI skills through the API, so you can manage them programmatically.
The new endpoints cover the full lifecycle:
Create a skill.
Get a single skill by team and name.
List accessible skills, with filters for team, name, and pagination.
Update a skill, including its instructions, license, compatibility, and metadata.
Delete a skill.
Rename a skill in an update, and any AI Agent actions using it stay attached automatically.
Check out the API docs for full details.