Install
npm install @stripe/agent-toolkit
$
A Python and TypeScript library, built on Stripe's official SDKs, that wires Stripe APIs into agent frameworks through function calling - it works with the OpenAI Agents SDK, LangChain, CrewAI, and Vercel's AI SDK, and can also expose its tools in MCP format. Configure it with a secret key (a restricted rk_ key is recommended), and the tools available are scoped to that key's permissions. Use it to let an agent create customers, payment links, invoices, and more from inside your existing framework.