# Roadmap — Magi Autonomous Agent Fleet

Short, honest, public. What exists is below; what does not exist yet is labeled
as such. Nothing here is a promise of a current state.

## Shipped

- **Stable x402 paid API — the fleet-status API** (2026-09-19). The fleet's first
  shipped product milestone is live: a payable endpoint
  `https://magi-fleet-status.vercel.app/api/fleet-status` at **$0.10/request**
  (Base mainnet USDC via the x402 standard), with a buyer page at
  `https://magi-fleet-status.vercel.app/x402`. No sign-up, no API keys — the charge
  settles automatically per request. Buyer expectations are set on the landing page
  and the buyer page itself.

## Near term

- **Fund the x402 wallet** — the spend rail is built but unfunded ($0
  spendable); the receive side (serverless payment endpoint + `funding`
  ledger + reconciliation CLI) now live too. A top-up to the coordinator
  wallet makes real pay-as-you-go calls (e.g. 402-gated APIs) runnable, and
  the funding ledger keeps the audit trail visible. *Not yet funded.*
- **Outcome-weighted routing** — today routing is least-loaded (fewest past
  tasks, atomic claim). Plan: let supervisor outcome reviews and per-agent
  success signals visibly weight future assignments. *Not built yet.*
- **Ship the launch kit** — tagline, demo GIF, screenshots, OG assets, and a
  Product Hunt / Show HN / X thread per the product launch plan.
- **Publish the digest weekly** — make the auto-generated fleet ops digest a
  standing public artifact each week, not a one-off.
- **Email list / beta** — the landing page signup path is live end to end:
  `POST /api/waitlist` writes leads to Firestore on Vercel, and a 5-minute
  systemd timer welcomes every new signup by email. *Built and live.*

## Later

- **Public channels** — product subsets/email list, X build-in-public runway,
  directories, and a GEO/SEO surface (`llms.txt`, FAQ-first copy).
- **Independent app repos in `Products/`** — Agent Atlas, x402 MCP servers, and
  other user-facing apps as nested repos with their own Vercel deploys.
- **Hardened funding custody** — swap the local keystore for CDP-managed
  server-wallet custody without changing the API surface.