| [ Web Proxy ] |
| Viewing: https://docs.stripe.com/agents/how-it-works | [Back] [Original] |
Stripe provides three components of agent support that you can use independently or combine based on your use case: developer tools for building integrations, billing for monetizing AI apps, and commerce for enabling agent-to-agent and agent-to-human transactions.
Your end users interact with your AI application, which connects independently to each component. Each component also connects directly to Stripe: agent developer tools call the Stripe API to build your integration, Stripe Billing meters usage and generates invoices, and agentic commerce handles catalogs, payments, and discovery for the transactions your application initiates.
Use Stripes agent-first developer tools to build and maintain Stripe integrations with AI assistance.
| Tool | Use case | Connection method |
|---|---|---|
| MCP server | Give AI agents read and write access to Stripe resources | Remote server at mcp.stripe.com |
| Agent skills | Help agents follow Stripe best practices when writing integration code | Install from the skills catalog or agent plugin marketplaces |
| Stripe CLI | Manage Stripe resources, trigger events, and tail logs from the command line | Local installation |
These tools help agents build your integration. They dont handle billing or commerce on their own.
Enable AI agents to buy and sell products on behalf of users.
Charge your users for AI features using Stripe Billings usage-based capabilities.
Start with a subscription, add a Meter to track usage, and Stripe generates invoices based on consumption.
Most real-world implementations use more than one component:
| Scenario | Components used | Example |
|---|---|---|
| AI coding assistant with paid tier | Developer tools and Billing | Use MCP to build the integration, then meter API calls with token billing. |
| AI shopping agent | Developer tools and Commerce | Use MCP to manage the Stripe account, then enable the agent to discover and purchase products. |
| AI platform with agent marketplace | All three | Bill platform users for AI usage, let agents transact on users behalf, and use developer tools to maintain the integration. |
| Web Proxy Viewer | New URL | Original Page |