SETUP GUIDE

Start with one real agent session.

Install AgentPM where your coding agents run. Then use the app and skill to search what happened, inspect the evidence, and carry the right context forward.

// first run

Get data flowing.

Start from the Add data dialog. The command routes captured sessions back to the right org automatically.

01

Create an org

Start with the workspace that should own the captured sessions.

02

Open Add data

Copy the install command that is already scoped to that org.

03

Run it where agents work

Install on the laptop, dev box, or server where coding agents run.

curl -fsSL https://agentpm.dev/install.sh | bash

04

Confirm activity

Check the machine heartbeat and captured sessions in AgentPM.

Add data install command

// coding skill

Load the AgentPM skill into your coding agent.

Once AgentPM is collecting sessions, install the bundled skill so your agent can ask AgentPM for prior decisions, open work, risks, and daily progress before it starts changing code.

install skill

$ agentpm skill install

installed skill=agentpm-conversations

Prompts to try in your coding agent

Pick up a thread

You

Check AgentPM for the Codex conversation
where I was working on the checkout refactor.

What was the last real state before that session ended?

Agent

I'll recover the prior conversation,
including decisions, open tasks, and the last known blocker.

Avoid repeated debugging

You

Before debugging the auth callback again,
check AgentPM for earlier Claude and Codex sessions.

What did we already rule out?

Agent

I'll look for prior investigations
so we do not repeat solved paths.

Recover a decision

You

Check AgentPM for why the previous agent
moved checkout state out of the page component.

Was that a user decision, shortcut, or bug fix?

Agent

I'll find the source conversation
and recover the reasoning before editing.

Prepare a PR

You

Before I open this PR,
check AgentPM for the conversations behind this branch.

What was verified, skipped, and worth reviewing?

Agent

I'll build the PR context from the actual sessions,
not just the diff.

// review the work

Move from the conversation list to the evidence.

After a few sessions, start with Conversations. Search for the feature, project, or decision you care about. Then open the conversation and use each product view for a different kind of evidence.

01 / conversations

Find the session you need

Open Conversations, search by project, repo, phrase, or feature, then jump into the session that has the context.

Find the session you need

02 / insights

Start from the signal

Use Insights to filter decisions, outcomes, risks, artifacts, config changes, state changes, and advice with links back to exact turns.

Start from the signal

03 / notebook

Read the full record

Use Notebook when you need the raw thread: prompts, agent responses, tool calls, terminal output, edits, retries, tokens, and cost.

Read the full record

04 / tools

Inspect commands and tool activity

Use Tools to understand where work happened: shell commands, reads, edits, writes, Git operations, and tool-result evidence.

Inspect commands and tool activity

05 / daily digest

Review the day across projects

Use Daily Digest to see what moved forward, which projects were active, what advice surfaced, and what follow-up deserves attention.

Review the day across projects

// ready

Make your past agent work searchable in minutes.

Import existing conversations or capture new sessions as they happen. AgentPM turns agent history into decisions, outcomes, open work, and context future agents can use.