Reference
Changelog
What we shipped and what's next. Dated entries below, roadmap further down.
Releases
- •Magic-link signup with dev-console fallback for emails.
- •Two-step setup wizard: KYB form + Stripe SetupIntent save-payment-method.
- •Single-platform Connect account holds per-user Stripe Issuing cardholders.
- •Policy primitive: default + per-card override with approval-required gate.
- •POST /v1/cards with setup_required structured error and first-blocked-request email trigger.
- •GET/POST card management, balance, policy, approvals endpoints.
- •Stripe webhook handler with signature verification and idempotency.
- •MCP stdio server exposing 5 tools (create_card, list_cards, get_card, close_card, check_balance).
- •Day-0 proof script validating end-to-end Stripe Issuing + Treasury FA flow.
- •pnpm workspace with apps/web, apps/mcp-server, packages/db, packages/stripe, packages/shared.
- •Drizzle schema (14 tables) + migrations.
- •CardProvider interface + Stripe implementation with Connect routing.
- •v1 scope and prototype archived as superseded.
Roadmap
v0.2 — polish + launch
- •Landing page visual refresh with clearer value prop
- •Dashboard authorization history (observability)
- •Weekly email spend summary
- •Public launch on HN / Product Hunt / Reddit
v1 — multi-use cards + richer policy
- •Multi-use virtual cards with monthly caps (solves recurring-payment pain)
- •MCC merchant-category restrictions
- •Per-agent sub-budgets
- •Outbound webhooks for your own backend
- •CSV export for accounting
v2 — true wallet + A2A
- •Pre-funded balance (Treasury FA or BaaS alt)
- •A2A Agent Card publishing of payment capabilities
- •Slack / WhatsApp / iMessage approval channels
- •SOC2 attestation