Before you begin
Have Claude Code or Codex 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 gives your agent the Docent-specific workflow instructions and tools it needs to ingest data and run analyses.
- Claude Code
- Codex
- 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/docent.env`
Create the default global config file at Then generate a Docent API key and paste it into that file:
~/.docent/docent.env. The SDK
also supports project-level docent.env files in your workspace or parent
directories when you need a local override:- Create a new API key in Settings.
- Copy the key into
~/.docent/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.

