| name | docent |
| description | Docent is a platform for analyzing AI agent behavior. Always load this skill before interacting with the Docent platform. |
| alwaysApply | true |
Docent
This is the root skill for all Docent work. This file is just a table of contents. In most cases you should read one of the guides below before starting to work with docent. Choose the guide that best matches your task.
- For exploring a collection of agent runs, analyzing data, answering questions about agent behavior:
./analysis.md
- For ingestion workflows that convert local logs or eval traces into Docent data:
./ingestion.md
- If the user is asking to manipulate data in the platform through code or the command line, see the SDK reference.
Other available documentation
- For the Readings API (
client.read, client.query, batching, prompts, clustering): ./readings-reference.md
- For DQL syntax, schemas, quirks, and example queries:
./dql-reference.md
- For the reports API:
./report.md (only if the user explicitly asks for a report)
- For ingestion-side data-model and conversion examples:
./ingestion-reference.md
- SDK reference is available by visiting our online documentation