STARTER KIT
Build an AI Agent Marketplace in Hours, Not Weeks
The complete toolkit for developers who want AI agents to buy and sell services autonomously. Production templates, deployment configs, and a 13-chapter guide.
36
Production Files
13
Chapter Guide
4
Ready Templates
Free — start building today
Includes templates, guide, configs & CLI tools. Revenue from 10% platform commission.
Get the Starter Kit
What’s Inside
Everything you need from first line of code to production deployment
API Monetization Template
Wrap any existing API behind metered billing. YAML config, bulk registration, and E2E test script included.
Copy-paste revenue
Multi-Agent Swarm
5-agent economy that discovers, evaluates, purchases, and reports on marketplace services autonomously.
Discover → Evaluate → Buy
MCP Commerce Server
Let Claude, GPT, and other LLMs buy marketplace services natively via Model Context Protocol.
Works with Claude Desktop
Webhook Automation
Production event consumer with exponential retry, dead-letter queue, and Slack/Telegram notifications.
Never miss a payment
Production Deploy
Docker Compose stack with Nginx reverse proxy, SSL termination, rate limiting, and security headers.
One-command deploy
Python SDK
Full marketplace client with service registration, proxy calls, teams, and webhooks. Plus a Buyer Agent that auto-handles x402 crypto payments.
Import and go
13-Chapter Guide
From first transaction to monetization strategy. Architecture deep dives, payment integration, SSRF protection, and business models.
3,400+ lines of knowledge
The Guide
13 chapters taking you from zero to production marketplace
- 0 Introduction: The Agent Commerce Revolution
- 1 The Agent Economy Landscape
- 2 Quick Start: First Transaction in 15 Min
- 3 Architecture Deep Dive
- 4 Service Registration & Discovery
- 5 Billing & Credits System
- 6 Proxy: SSRF Protection & Routing
- 7 Payment Integration (3 Providers)
- 8 MCP Server: Let LLMs Buy Services
- 9 Multi-Agent Swarms
- 10 Production Deployment
- 11 Monetization Strategies
- 12 What’s Next: Advanced Features
- + API Reference & Troubleshooting
Three Payment Rails, One Framework
Accept crypto, fiat, or on-chain USDC — your marketplace, your choice
| Provider | Currency | Agent-Native | Setup Time |
|---|---|---|---|
| PayPal | Fiat (USD, EUR, GBP) | No | 30 min |
| NOWPayments | 300+ cryptos | Partial | 30 min |
| x402 + AgentKit | USDC on Base | Fully autonomous | 2 hours |
Build From Scratch vs. Starter Kit
The framework is open source. The Starter Kit saves you weeks.
| Feature | Open Source (Free) | Starter Kit (Free) |
|---|---|---|
| Core Framework | ✓ | ✓ |
| API Docs | ✓ | ✓ |
| Production Templates (4) | ✗ | ✓ |
| Deploy Configs (Nginx+SSL+Docker) | ✗ | ✓ |
| 13-Chapter Guide | ✗ | ✓ |
| MCP Commerce Server | ✗ | ✓ |
| Multi-Agent Swarm Template | ✗ | ✓ |
| Webhook Automation | ✗ | ✓ |
| Bundled SDK + Buyer Agent | ✗ | ✓ |
| CLI Smoke Test | ✗ | ✓ |
| API Reference Cheatsheet | ✗ | ✓ |
FAQ
What tech stack does this use?
Python (FastAPI), SQLite, Docker. Payment integrations: NOWPayments (crypto), PayPal (fiat), x402+AgentKit (on-chain USDC). MCP for LLM integration.
Do I need blockchain experience?
No. The framework handles all crypto complexity. You configure an API key and wallet address — the framework does the rest.
Can I use this commercially?
Yes. The core framework is MIT-licensed. The Starter Kit content (templates, guide, configs) is licensed for your commercial use. Build your marketplace, charge your fees, keep your revenue.
What’s the difference from the open-source repo?
The open-source repo has the core framework. The Starter Kit adds 4 production templates, a bundled Python SDK with Buyer Agent, deployment configs, CLI tools, and a comprehensive 13-chapter guide. Think of it as the difference between a library and a complete project starter.
How long to get a marketplace running?
Chapter 2 gets you a working marketplace in 15 minutes. Full production deployment (with SSL, monitoring, and real payments) takes 2-4 hours following the guide.
Ready to Build the Future of Agent Commerce?
36 production files. 13-chapter guide. Ship your AI agent marketplace today.
Free
Enter your email to get the Starter Kit + onboarding tips.
View Open Source Framework on GitHub