This guide will help you install the Docent SDK, add the Docent plugin to your coding agent, and generate an API key.Documentation Index
Fetch the complete documentation index at: https://docs.transluce.org/llms.txt
Use this file to discover all available pages before exploring further.
Before you begin
Have Claude Code installed.Instructions
Create your Docent account
Create an account at docent.transluce.org and sign in.
Install the Docent SDK
The SDK lets generated scripts call Docent from your project. We recommend using
uv.Install it in your project:Install the coding agent plugin
The coding agent plugin adds the
/docent command and gives your agent the Docent-specific workflow instructions it needs to ingest data and run analyses.- Claude Code (Recommended)
- Other IDEs
Add the Transluce marketplace, then install the Docent plugin:Restart Claude Code after installation. Type
/ inside your Claude Code session to verify that /docent is available.To update later, run claude plugin update docent@transluce-plugins.Add your API key to `docent.env`
Create a Then generate a Docent API key and paste it into that file:
docent.env file in your workspace:- Create a new API key in Settings.
- Copy the key into
docent.envas the value ofDOCENT_API_KEY.
Next steps
Run your first analysis
Identify model failures and compare performance on our sample Terminal-Bench data.
Ingest your data
Load your own agent runs into Docent so you can analyze them.

