roadmap

Where we are, where we're going.

Three columns of honest. Shipped is shipped — date attached. In progress means we're actively building it. Queued means we've scoped it but haven't started.

See /changelog for the per-commit history.

shipped11
  • AAM v0.1 working draft2025-12

    Manifest format, authorization handoff, action invocation, x402 USDC payment rail, Stripe Checkout adapter.

    Read the spec
  • Studio (chat-driven generator)2026-04

    Vibecode tenants in plain English. Synth via Kimi K2 with smart-default executor selection.

    Open Studio
  • AAM ID identity issuer2026-04

    Federated identity for agents acting on behalf of users. Own prod JWKS at whatcanido.dev/.well-known/aam-jwks.json.

    Identity protocol
  • Executor framework v1.12026-05-07

    Per-action runtime routing across default_storage / webhook / email_owner / stripe_checkout / reservio.

  • Reservio Partner API integration2026-05-07

    client_credentials, JSON:API booking, AES-GCM token encryption, hourly polling cron.

    Marketplace
  • Persona-first onboarding2026-05-08

    /start picker with 4 personas; pre-filled prompts + sub-template chips; replaces blank /studio/new as homepage CTA.

    Start here
  • Stack-specific deploy snippets2026-05-08

    Next.js / Express / FastAPI / Rails / Cloudflare / static / WordPress — copy-paste rewrite + body block per stack inside the Ship panel.

  • Auth bridge guide2026-05-08

    Copy-paste consent UI + token exchange recipes for NextAuth / Clerk / Supabase / Auth0 / Devise.

    Auth bridge
  • Marketplace + waitlists2026-05-08

    Connector directory with 12 cards (3 live, 9 waitlisted). Per-connector Firestore-backed signup capture.

    Marketplace
  • Pricing transparency2026-05-08

    Self-hosted SDK ($0 OSS) + 3 hosted tiers (Free / Pro / Scale) with explicit limits.

    Pricing
  • Discoverability checklist2026-05-08

    6-step post-deploy checklist surfaced in Ship panel: validator, link tag, body block, robots, sitemap, /discover registration.

in progress7
  • Open the GitHub repo publiclyMay 2026

    github.com/Tedysek01/aam-sdk currently runs as a private alpha monorepo (SDK + agent CLI + WordPress plugin + whatcanido + demo apps). Spec, LICENSE (MIT), SECURITY, CONTRIBUTING already in place; publishing the source code is next.

  • Real Notion connectorQ3 2026

    Notion OAuth, DB schema → AAM Resource mapping, list/create/update/delete actions auto-generated. Currently in design.

  • Browser extension (AAM detector)May 2026

    Chrome MV3 extension that highlights AAM-enabled sites in the address bar and offers one-click invoke for public actions.

  • @aam/auth-bridge npm packageMay 2026

    Extract the per-framework recipes from /guides/auth-bridge into a reusable React + middleware library.

  • Stripe Connect onboarding for Pro tier subscriptionsMay 2026

    Real Pro $29/mo billing wired through Stripe — currently the pricing page is read-only.

  • Custom domain mapping (CNAME)May–Jun 2026

    Pro tier feature: tenant manifest at your-domain.com/.well-known/agent-actions.json instead of whatcanido.dev/b/<slug>.

  • AAM Setup Bot (chat → GitHub PR)Q3 2026

    Conversational agent that interviews you for 5 min, generates the rewrite + webhook receivers, opens a PR against your GitHub.

queued9
  • Real Slack connectorAfter Notion

    OAuth, channel-scoped agent actions (post message, react, open modal). Waiting on Notion shipping first to validate the connector pattern.

  • Real Shopify connectorAfter Slack

    Shopify Partner OAuth + cart/checkout actions. Single biggest e-commerce surface area.

  • Real HubSpot connectorAfter Shopify

    Contact/deal/ticket CRUD on the merchant's portal. CRM agents are the most common B2B agent use case.

  • Cross-origin registry fallbackv0.2 spec

    Spec change: agents that hit example.com/.well-known/agent-actions.json and get 404 fall back to whatcanido.dev/api/registry/find?domain=example.com. Solves discovery for tenants that can't add HTML to their hosted site (Reservio merchants, locked Lovable sites).

  • v0.1 → v0.2 specQ3 2026

    Reservation of registry path, scoped revocation primitives, manifest content-type formalization, x402 settlement clarifications.

  • WordPress plugin on wp.orgExternal — SVN reviewer queue

    Built and submission-ready, blocked on wp.org SVN approval queue.

  • MCP bridge npm publishSoon

    Built (~150 lines), works against any AAM site. Awaiting changesets release flow setup.

  • Embedded interactive demo on homepagePolish queue

    Click-to-invoke a sample action without leaving the homepage. Currently homepage points at the Try-It panel inside Studio instead.

  • Public success metricsSoon

    Live tenant count, agent calls/day, connectors live — currently we know these privately.