Coding agents, visible to your team.

Open-source and self-hostable. Track sessions, share prompts, and link every conversation to the commit it produced.

AgentLogs session detail view

Features

Everything you need to understand what your agents are doing.

Track every session, share context across your team, and build a knowledge base of prompts that actually work.

Team Observability

Full visibility into your team's AI coding sessions. Track activity, measure productivity, and understand how your team uses AI tools.

Team Observability

Git Integration

See which session wrote which code. Works whenever your agent is the one committing.

Git Integration

Learn From Each Other

See what prompts your teammates are using and how they're solving problems. Build shared knowledge from real sessions.

Learn From Each Other

Open Source

Own your data. Self-host in minutes.

AgentLogs is MIT-licensed and deploys to Cloudflare Workers with a single command. Use our cloud or run it yourself. Your transcripts, your infrastructure.

Questions & Answers

Is AgentLogs really open-source?+

Yes. The entire codebase (CLI, web app, plugins) is MIT-licensed and on GitHub. You can self-host it on Cloudflare Workers with a single deploy command, or use our hosted version at agentlogs.ai.

How does AgentLogs capture my sessions?+

AgentLogs uses lightweight plugins for your coding agents. Install a plugin with a single command and it captures transcripts at the end of each session, automatically linking them to your git commits. No additional configuration needed.

How does AgentLogs protect my secrets and sensitive data?+

AgentLogs automatically scans all transcripts for secrets before uploading, using 1,600+ detection patterns covering API keys, tokens, passwords, and database credentials. Detected secrets are redacted entirely on your machine. They never leave your computer in plain text.

Who can see my transcripts?+

You control visibility for each transcript: Private (only you), Team (you and team members), or Public (anyone with the link). By default, transcripts from public repos are public, private repos are team-visible, and sessions without a detected repo are private. You can override this per repository.

Which coding agents are supported?+

AgentLogs supports Claude Code, Codex CLI, OpenCode, and Pi. Each has its own lightweight plugin, and we're actively adding support for more agents. Check our docs for the latest compatibility info.

How does AgentLogs compare to git-ai or agent-trace?+

Tools like git-ai and agent-trace focus on tracking AI attribution at the code level, recording which lines were AI-generated. AgentLogs focuses on the session and prompt level, capturing the full context of how code was created. We see these as complementary and plan to integrate them in the future. AgentLogs is the ideal platform for surfacing this kind of attribution data.