Dexter
Dexter
Docs

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.

Dexter Lab

Live at lab.dexter.cash

How It Works

  1. Connect your Solana wallet
  2. Describe the API you want to build in the chat (e.g. "Build a joke API that charges $0.01 per request")
  3. AI generates the code, endpoints, and pricing config
  4. Click Deploy — Lab builds a Docker container and routes it to {resourceId}.dexter.cash
  5. Post-deploy tests run automatically (health, x402 response, header validation, paid settlement)
  6. 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

LayerWhat
FrontendRemix on Cloudflare Workers
AIClaude Opus (code generation + test evaluation)
DeploymentDocker containers with Traefik routing
Paymentsx402 v2, USDC on Solana, Dexter facilitator
IdentityERC-8004 on-chain resource identity
Base imageNode.js + Express + TypeScript + @dexterai/x402

On this page