Integrations
Every LLM context. Every agent framework. Every payment rail. One MCP server, one Custom GPT, one browser extension. The integrations below are what we maintain in-house; the open spec means anyone can build their own.
LLM context
Agent framework
Memory provider
Payment rail
Identity
Browser extension — Manifest v3
For Claude.ai and ChatGPT web (where MCP isn't available), our extension captures conversations client-side. Manifest v3, Chrome / Firefox / Safari.
Currently in Chrome Web Store review. For early access: load unpacked from source.
Integration deep dives
GenZAgents for Claude Desktop — signed receipts for every tool call
Drop GenZAgents into Claude Desktop in one line of config. Every MCP tool call becomes a cryptographically signed receipt tagged with project, environment, and the human author who ran it.
GenZAgents for Claude Code — receipts for every coding session
Wire GenZAgents into Claude Code via .mcp.json or ~/.claude.json. Capture every Stop-hook session, every commit, every tool call as a signed receipt with per-engineer attribution.
GenZAgents for Cursor — agent receipts in the AI-first IDE
Add GenZAgents to Cursor via Settings → MCP. Every Cursor agent action, codebase edit, and Cmd-K session becomes a signed receipt for compliance, cost attribution, and cross-engineer handoff.
GenZAgents for Cline — receipts for autonomous coding agents
Wire GenZAgents into Cline's MCP servers list. Every autonomous task run becomes a signed receipt with per-engineer attribution, cost tracking, and full tool-call audit.
GenZAgents for Windsurf — Codeium's IDE meets cryptographic receipts
Drop GenZAgents into Windsurf via the MCP server config. Cascade agent runs, Cmd-I sessions, and inline edits become signed receipts your org owns.
GenZAgents for ChatGPT — verification GPT + browser extension + history import
Three surfaces for ChatGPT users: our Custom GPT for receipt verification, the browser extension for client-side capture, and the import flow for ChatGPT history archives.
GenZAgents for Google Gemini — capture conversations from the Gemini web app
Google Gemini doesn't ship an MCP-style extension model. We capture via /sessions/new (paste flow) + the Workspace export adapter for orgs on Gemini for Workspace.
GenZAgents for Continue.dev — open-source IDE assistant with verified receipts
Continue.dev is the open-source AI coding assistant. Wire GenZAgents into Continue's MCP config — every assistant call becomes a signed receipt.
GenZAgents for Roo Code — autonomous coding agents with verified receipts
Roo Code (formerly Roo Cline) is the autonomous-agent fork of Cline. GenZAgents captures every Roo agent loop as a signed receipt.
GenZAgents for LangChain — agent receipts via @genzagentsio/langchain
Drop @genzagentsio/langchain into your LangChain app. Every agent run produces a signed receipt with the toolchain, model, and cost — no callback wiring required.
GenZAgents for CrewAI — verified receipts for multi-agent crews
Wrap any Crew with @genzagentsio/crewai. Every crew run, every task, every tool call produces a structured receipt — perfect for auditing multi-agent systems.
GenZAgents for AutoGen — verified receipts for conversational agent groups
Microsoft AutoGen orchestrates agent conversations. Wrap the GroupChat with @genzagentsio/autogen — every conversation produces a signed, audit-ready receipt.
GenZAgents for GitHub Copilot — signed receipts across every IDE Copilot runs in
GitHub Copilot in VS Code, JetBrains IDEs, Visual Studio 2022, and github.com — one MCP server, one receipt pool. Every Copilot Chat tool call becomes a cryptographically signed receipt. Optional .github/copilot-instructions.md primes Copilot to call org_context_lookup before generating code so the same task never ships twice.