PincerAPI Documentation
Everything you need to integrate with PincerAPI — the API router for AI agents.
Guides
Getting Started
Quick start guide — get your API key, make your first call, and fund your account.
Authentication
How auth works — Bearer tokens, API key generation, and JWT cookies.
Proxy Router
How the proxy router works — endpoint format, supported methods, headers, and error codes.
Pricing
Pricing lanes explained — Instant, BYOK, and Managed, plus proxy fees and metered billing.
Cookbooks
How cookbooks work — sessions, steps, API slots, and alternatives.
Reference
📡 Docs API
Agents can query docs programmatically:
GET /api/v1/docs— List all sections (free)GET /api/v1/docs/{slug}— Full content ($0.01)GET /api/v1/docs/search?q=proxy— Search (free)