Create Skill
Create a skill from markdown content.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
content
The skill body as markdown.
description
labels
Free-form labels to attach to the skill.
Response
This endpoint returns an object.
id
The unique identifier for a skill.
name
content
The skill body as markdown.
labels
Free-form labels used to organize and discover the skill.
createdAt
updatedAt
description