Skip to main content

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.

This guide will help you install the Docent SDK, add the Docent plugin to your coding agent, and generate an API key.

Before you begin

Have Claude Code installed.

Instructions

1

Create your Docent account

Create an account at docent.transluce.org and sign in.
2

Install the Docent SDK

The SDK lets generated scripts call Docent from your project. We recommend using uv.Install it in your project:
cd your-project
uv init && uv add docent-python
3

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.
4

Add your API key to `docent.env`

Create a docent.env file in your workspace:
cat <<'EOF' > docent.env
DOCENT_API_KEY=<YOUR_API_KEY>
DOCENT_DOMAIN=docent.transluce.org
EOF
Then generate a Docent API key and paste it into that file:
  1. Create a new API key in Settings.
  2. Copy the key into docent.env as the value of DOCENT_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.