marketplace

Connect the platforms you already use.

Most businesses run on five or six SaaS tools, not on a custom backend. Pick the one that owns your data — we'll generate AAM actions that call that platform's API on your behalf, with proper auth handoff and rate guards.

2 live1 beta9 on roadmap
Booking

Reservio

live

Czech reservation system. Real bookings on the merchant's calendar.

How it works

Paste your Reservio Partner API client_id + client_secret + business_id (issued by support@reservio.com). We mint short-lived access tokens via client_credentials and POST JSON:API bookings to /v2/businesses/<id>/bookings on every agent call. Reservio doesn't expose webhooks, so we poll /bookings?sort=-createdAt hourly and surface deltas in your audit log.

agent actions: book_appointment · list_services · list_resources
Connect Reservio
CMS

WordPress

beta

Auto-detects CF7, WPForms, WooCommerce, Bookly, MC4WP.

How it works

Install our plugin (manual ZIP upload until wp.org listing approves). It scans your site, detects every form / shop / booking integration you have, and exposes each as an AAM action. The manifest is served from your own WordPress domain at /.well-known/agent-actions.json. No external hosting needed.

agent actions: submit_form_* · place_woo_order · book_bookly_appointment
Install plugin
Payments

Stripe

live

Stripe Connect Express + on-behalf-of Checkout Sessions.

How it works

For paid actions on Stripe-merchant tenants. Studio walks the merchant through Connect onboarding once; thereafter every paid action mints a Checkout Session on their connected account with a 1% application fee. Money settles to their bank, not ours.

agent actions: pay_for_* · subscribe_to_*
Wire Stripe paid actions
Database

Notion

coming soon

Read & write rows in your Notion databases.

How it works

Connect via Notion's OAuth, pick which databases to expose, and every row becomes an AAM Resource with auto-generated list / get / create / update / delete actions. Schemas stay in sync — when you add a column in Notion, we re-fetch and update the manifest.

agent actions: list_<database> · create_<database>_row
Communication

Slack

coming soon

Agents post messages, file shortcuts, react.

How it works

Install our Slack app, choose channels, define which actions agents can take in your workspace. Useful for ops use cases: 'agent flagged a fraud signal' → message in #fraud, 'agent wants approval' → slash command in #approvals.

agent actions: post_message · react · open_modal
E-commerce

Shopify

coming soon

List products, place orders, manage inventory on the merchant's store.

How it works

OAuth into your store, pick which collections agents can browse, expose place_order with cart support. We sign every API call with your Shopify Partner credentials so the order is attributed correctly and your reporting stays clean.

agent actions: list_products · search_products · place_order
CRM

HubSpot

coming soon

Create contacts, log activities, pull deal data.

How it works

OAuth into HubSpot, pick which objects (contacts, deals, tickets) agents may touch. Useful for letting an outbound agent log notes back to your CRM after a call without you scripting Zapier.

agent actions: create_contact · log_call · list_deals
Scheduling

Calendly

coming soon

Agents schedule meetings against your real availability.

How it works

Connect via Calendly OAuth. Agents see your live availability and can book on event types you whitelist. We surface 'meeting booked by agent X for user Y' in your audit log so you can spot abuse.

agent actions: list_event_types · list_availability · schedule_meeting
Scheduling

Google Calendar

coming soon

Read free/busy, create events, check conflicts.

How it works

OAuth via Google. Agents only see free/busy unless you grant detailed scope. Useful for letting an agent verify availability before booking through another integration (Reservio, Calendly, your own API).

agent actions: list_free_busy · create_event
Database

Airtable

coming soon

Same idea as Notion — read/write rows in your bases.

How it works

Personal access token, pick bases, expose tables as AAM Resources. Best for power users who already run their business out of Airtable and want agents to read or update structured rows without API key sharing.

agent actions: list_<table> · update_<table>_row
Marketing

Mailchimp

coming soon

Add subscribers, trigger campaigns, pull list stats.

How it works

OAuth into Mailchimp. Agents add subscribers to specific lists with double-opt-in policies you set, or trigger pre-built campaigns. Useful for newsletter creators who want a public 'subscribe' agent action without exposing their API key.

agent actions: subscribe · list_campaigns · trigger_campaign
Support

Zendesk

coming soon

Open tickets, search the knowledge base.

How it works

OAuth into Zendesk. Agents can open tickets on the user's behalf, search your help center, or pull ticket status. Pairs well with an outbound 'where's my order?' agent that auto-creates a ticket when it can't resolve the question itself.

agent actions: create_ticket · search_kb · ticket_status
Don't see your platform? Most platforms with a public REST API can be wired through the generic OpenAPI importer today — bring the spec, pick the operations, ship the manifest. For platforms without an API (or with hostile rate limits), we email hello@whatcanido.dev and consider partnership work.