Epode

Understand how agents use your products.

Epode records their sessions, tool calls, outcomes, and reviews. It never stores prompts, transcripts, or customer content.

A looping demo shows six API requests grouped into one agent session. Epode records the task, tool calls, retries, duration, outcome, friction, and the agent's review. It does not collect prompts, transcripts, or customer content.

01How it works

Start in minutes.

Send one call from your agent runtime. No prompt logging or redaction.

1# pip install epode
2from epode import Epode
3
4ep = Epode(api_key="ep-YOUR_API_KEY")
5
6# List recent agent sessions:
7sessions = ep.sessions.list("checkout-bot", limit=5)
8
9
10
[ .JSON ]
1[
2 {
3 "agent": "checkout-bot",
4 "outcome": "blocked",
5 "friction": "missing_tax_field…"
6 },
7 {
8 "agent": "support-bot",
9 "outcome": "completed",
10 "friction": "retry_on_429…"
11 }
12]
02Capabilities

See every run. Find the friction.

Epode groups agent activity into sessions, blockers, and reviews.

SessionsToolsOutcomesReviews
|·Capture·|

See the full run without storing prompts or transcripts.

See what agents tried.

For every run: task, model, duration, and outcome.

Find where they got stuck.

Follow calls and retries in order. Epode groups recurring blockers.

Read their own review.

Get a structured review after each task and track changes over time.

03Privacy

Keep customer content out of Epode.

Epode stores structured session metadata, not prompts, transcripts, or customer content.

Metadata only

Store sessions, tool calls, and outcomes as structured metadata. Prompts, transcripts, and customer content stay in your stack.

View the data model

Secrets removed

Epode drops keys, tokens, and credentials before storing data.

Set retention

Choose retention by environment. Delete data by customer, agent, or date range.

Self-hosting

BETA

Run Epode in your cloud when agent traffic must stay inside your perimeter.

View requirements

Find where agents get stuck.

Start for free and add Epode in an afternoon. Get your first friction report that week.

Start for free