Ingest Skill
Ingest a skill from inline SKILL.md markdown (no file upload needed).
JSON-native companion to POST /api/v1/remember (content_type=skills),
for no-code clients. Reuses the same skills ingestion pipeline.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
JSON body for ingesting a single skill from inline SKILL.md markdown.
Inline SKILL.md markdown to ingest as a Skill node.
Name/slug for the skill (defaults to 'skill').
Target dataset name (created if needed). Required unless dataset_id is given.
Target dataset UUID (alternative to dataset_name).
Response
Successful Response
The response is of type Response Ingest Skill Api V1 Skills Post · object.