Dexter Lab
Dexter Lab lets you create paid x402 APIs by describing what you want in plain English. An AI builds the code, deploys it as a Docker container, runs verification tests, and publishes it to the marketplace — all from a chat interface.

Live at lab.dexter.cash
How It Works
- Connect your Solana wallet
- Describe the API you want to build in the chat (e.g. "Build a joke API that charges $0.01 per request")
- AI generates the code, endpoints, and pricing config
- Click Deploy — Lab builds a Docker container and routes it to
{resourceId}.dexter.cash - Post-deploy tests run automatically (health, x402 response, header validation, paid settlement)
- If tests pass, the resource goes live in the marketplace
Revenue split: 70% to creator, 30% platform. Payouts run automatically at noon and midnight ET.
Tech Stack
| Layer | What |
|---|---|
| Frontend | Remix on Cloudflare Workers |
| AI | Claude Opus (code generation + test evaluation) |
| Deployment | Docker containers with Traefik routing |
| Payments | x402 v2, USDC on Solana, Dexter facilitator |
| Identity | ERC-8004 on-chain resource identity |
| Base image | Node.js + Express + TypeScript + @dexterai/x402 |