{ "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "dodopayments", "version": "0.5.1", "description": "Dodo Payments tools for AI coding agents, including integration agent skills and the Dodo Payments API and docs MCP servers.", "author": { "name": "Dodo Payments", "email": "support@dodopayments.com" }, "homepage": "https://docs.dodopayments.com", "repository": "https://github.com/dodopayments/dodo-agent-plugin", "license": "MIT", "keywords": [ "dodopayments", "payments", "billing", "subscriptions", "mcp", "skills" ], "extensions": { "com.openai": { "interface": { "composerIcon": "./assets/icon.svg", "displayName": "Dodo Payments", "shortDescription": "Payments, billing, subscriptions - integrated into Codex.", "longDescription": "Official Dodo Payments plugin. Bundles seventeen integration skills (checkout, subscriptions, mobile checkout, webhooks, framework adapters, usage-based billing, credits, license keys, products, discounts, localized pricing, customers, refunds and disputes, billing SDK, Better Auth, testing and go-live, best practices) plus two MCP servers: a live API server and a documentation search server.", "developerName": "Dodo Payments", "category": "Developer Tools", "defaultPrompt": [ "Set up Dodo Payments webhook handlers in my Next.js app.", "Create a subscription checkout session with a 14-day trial.", "Implement usage-based billing with meters and events." ] } }, "dev.kiro": { "displayName": "Dodo Payments", "category": "Developer Tools", "description": "Seventeen Dodo Payments integration skills plus the API and documentation MCP servers." } } }