Documentation Index
Fetch the complete documentation index at: https://docs.auvy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Skills API
Skills are versioned markdown documents with optional tool links (Connect integration + tool scope). They live on the vault/document lane withkind: skill and are brain-scoped when brain_id is set.
Requires API key auth. Brain-scoped lists and mutations need X-Brain-Id (or brain_id in body on create).
List
limit, offset, brain_id, sortBy (created_at | updated_at | name), sortDirection.
Get
Create
Update
Delete
SDK namespace
auvy.skills — see SDK resources (skills row).
Related
- Neurons — attach skills to agent config
- Connect SDK — integration ids for
tool_links