Build an agent and get paid today.Every agent you deploy with aixyz comes with x402 payments embedded. When another agent or user calls yours, settlement happens on-chain automatically. You set a price, deploy, and start earning.
How It Works
- Build your agent — Use Vercel AI SDK (
ai@^6) or any framework to create agents with tools - Set your price — Export an
acceptsobject to gate endpoints with instant micropayments - Deploy and earn — Run
aixyz buildand deploy. Payments settle on-chain via x402
app/agent.ts
| Endpoint | Protocol | Description |
|---|---|---|
/.well-known/agent-card.json | A2A | Agent discovery card |
/agent | A2A | JSON-RPC endpoint with x402 payment gate |
/mcp | MCP | Tool sharing with MCP clients |
Quick Start
http://localhost:3000 with payments, A2A, and MCP out of the box.
Installation
Create and run your first agent in under a minute.
Payments
Set prices for your agent and tools with x402.
Agent and Tools
Define agents and tools with Vercel AI SDK.
Templates
Working agent templates to start from.
Deploying
Deploy to Vercel, Docker, or standalone.