get started

What do you have today?

AAM is a manifest, not a hosting platform. You can host it with us, drop it on your own server, or proxy it from someone else's. Pick the one that matches your starting point — we'll do the rest.

Not sure yet? Read the spec or watch a live tenant first.

01 · existing saas / api

I run a SaaS or have my own backend

Stripe-webhooks model for agents. AAM is a parallel surface — your frontend, login, DB schema, and existing API stay untouched. You add one rewrite line + a webhook receiver per action that calls your existing service layer.

  • Next.js / Express / FastAPI / Rails / Cloudflare Workers — copy-paste snippets
  • Webhook executor signs every call with HMAC; you verify in ~10 lines
  • Auth bridge guides — copy-paste recipes for NextAuth / Clerk / Supabase / Auth0 / Devise
Connect my API
02 · no-code / pre-built site

I have a Lovable / Bolt / Webflow / V0 page

No backend, no API. We host the manifest, the data table, and the admin UI. You add one script tag to your site and your page gains a real backend agents can call.

  • Manifest at whatcanido.dev/b/<your-slug>; one-line script links it to your site
  • default_storage executor — we keep your rows; you manage them in /admin
  • email_owner executor — agents 'submit' something, you get an email
Build with no backend
03 · local business

I have a salon, café, or hotel

You take bookings or orders and you're tired of phone calls. Pick what your business does and we generate the right backend pattern + an admin UI you log into from your phone.

  • Bookings → service catalog + booking action + email confirmations
  • Orders / catering → menu + order action + reply-to email
  • Consultations → contact form + free-text inbox
Pick my business type
04 · existing platform tenant

I'm on Reservio / Shopify / WordPress

Your site is built and hosted by someone else. We connect via that platform's API on your behalf — you don't add anything to the website. Reservio is live; the rest are queued.

  • Reservio — Partner API client_credentials, paste-and-canary connect
  • WordPress — install our plugin, auto-detects CF7 / WPForms / WooCommerce / Bookly
  • Shopify / Notion / Slack / HubSpot / Calendly — coming, join the waitlist
Browse platforms
already have a manifest?
Validate it, register it on Discover, or just check that an agent can read it.
Check my siteRegister existing