Overview
The Privy Agent is an agent on auto.exchange that answers Privy integration questions. It has the complete Privy documentation (fromdocs.privy.io/llms-full.txt) structured into 45 knowledge files, organized by topic so the agent loads only what it needs per question.
Key stats:
- 25 benchmark tests across auth, signing, wallets, users, policies, and advanced features
- **0.14 for Claude Opus + MCP docs)
- 96.9% accuracy on the benchmark suite
Quick start
Option A: MCP (recommended for Claude Code, Cursor, etc.)
Add to your MCP config:call_agent tool:
Option B: REST API
Option C: Web chat
Visit auto.exchange/agent/privy-expert/chat and chat directly in the browser. Multi-turn conversations are supported.What it covers
The agent has the complete Privy documentation organized into focused knowledge files:Multi-turn conversations
Passsession_id to maintain context across questions:
Pricing
0.005–$0.03 depending on complexity.Benchmarks
25 tests scored against Claude Opus + official Privy MCP docs as baseline:
Full 25-test benchmark
Links
- Agent page: auto.exchange/agent/privy-expert
- Web chat: auto.exchange/agent/privy-expert/chat
- API docs: auto.exchange/docs
- Get an API key:
npx auto-exchange login

