Why Integrate Walleot?
Zero-friction billing
Users don’t leave the chat or experience.
Per-call or subscription
Charge $0.01, $0.10, $1 — up to you.
No payments stack needed
No Stripe, PCI, invoicing on your end.
More serious users
If they pay, they care about the feature.
Walleot handles security
Walleot manages limits, auth, and alerts for users.
MCP-native UX
Payments feel like part of the capability, not a checkout.
How It Works
1
Add two lines of code:
- Initialize Walleot with your API key
- Set the price with
@price(0.1, "USD")
2
Walleot handles the rest:
- New user? → 2-click registration
- Under threshold? → Auto-approved
- Over threshold? → 2FA ping sent to user
3
Test and go live easily
Sandbox mode and test keys make integration fast and risk-free.
4
Payouts to personal or business accounts
Start accepting payments from clients as soon as next day.
Code Example
from mcp.server.fastmcp import FastMCP, Context
from walleot import Walleot, price
mcp = FastMCP("My AI agent")
Walleot(mcp, apiKey = os.getenv("WALLEOT_API_KEY"))
@mcp.tool()
@price(0.1, "USD")
def your_function(prompt: str, ctx: Context):
# Your agent's logic goes here...
return {
"content": [{
"type": "text",
"text": "Here is your result",
}]
}Secure, Scalable, Dev-First
REST + Webhook + SDKs (Node, Python)
Test keys and sandbox wallets for easy development
Clear error codes & comprehensive logging
24h dispute hold period for enhanced transaction safety
Real-World Use Cases
| Capability | Price | Trigger |
|---|---|---|
| PDF parser | $0.02/request | API call |
| GPT-fine-tuned plugin | $1/month | Subscription |
| Travel planner agent | $0.10/request | Complex query |
| Image generator | $0.05/request | High-res only |
Add Walleot. Start Earning.
Just a couple of extra lines of code. No billing headaches. Seamless payments for truly useful AI.