Use cases by system10 use cases

What a business can build on WhatsApp with AI, inside Meta's rules

WhatsApp leads my research into how people search for AI agents, and since October 2025 the first thing buyers ask is whether a bot is still allowed. Meta's AI Providers clause, binding on existing accounts from 15 January 2026, bars companies whose general-purpose assistant is the product. It does not bar a shop, clinic or distributor answering questions about its own orders and bookings, where the AI is incidental to a real service, and the Business Solution Terms let you run OpenAI or Anthropic models behind your bot as service providers.

Europe moved twice on top of that. Meta first let general-purpose assistants back into the EEA for a per-message fee, then on 9 June 2026 the European Commission's interim measures ordered free access restored until its final decision. None of this changes anything for a business bot, which was never the target.

Since 1 July 2025 WhatsApp charges per message, and replies inside the 24-hour customer service window are free, so an agent answering incoming questions costs mostly model usage. Builds in this hub include order status across WhatsApp and email, waitlist offers for a clinic, orders that arrive as WhatsApp photos and maintenance requests with an emergency path.

What to build around WhatsApp

The Cloud API rules that shape every WhatsApp build

  • The 24-hour window sets the architecture

    Free-form messages are allowed only within 24 hours of the customer's last message. A case that waits on a supplier or a doctor needs an approved template to reopen the conversation, so I design the templates with the agent, not after it.

  • Templates are reviewed and priced by category

    Meta approves every template and classifies it as utility, marketing or authentication, which sets its price. A delivery update carrying a discount code reads as marketing, so transactional templates stay transactional.

  • Opt-in and a person are policy, not polish

    The Business Messaging Policy requires opt-in and 'prompt, clear, and direct escalation paths' whenever automation replies. The handover, in the chat or by phone, ships in the first version, with the thread and the agent's lookups attached.

  • Webhooks repeat, media links expire

    Messages and receipts arrive as webhooks that can be retried or delayed, so each is processed once, keyed on its message ID. Photos, PDFs and voice notes come as media IDs with short-lived download URLs, so the build copies them into your storage on arrival.

What to buy for WhatsApp, and when an agent needs building

  • Buy when the answers are static

    Opening hours, prices and a booking link are well served by the bot builders that providers such as respond.io, Twilio and Infobip sell. A custom build does not pay for FAQ traffic.

  • Build when the answer lives in another system

    Where is my order, can I move my appointment, is this part in stock: each needs a lookup in Shopify, the practice software or the ERP, plus a rule about what the customer may change. That is where a scoped agent with tool access earns its cost.

  • Scope it to your business

    The agent answers about your services and declines everything else. That keeps it on the allowed side of the AI Providers clause, and stops people using your number as a free assistant on your model bill.

  • Keep sensitive detail out of the chat

    Balances, diagnoses and ID documents stay out of the thread. The agent links to an authenticated page instead, and the privacy notice names Meta as the processor carrying the messages.

  • No official MCP server

    Meta publishes no official MCP server for WhatsApp; the two dozen WhatsApp entries in the MCP registry are community projects, and I would not connect one to the number your customers trust.

Frequently asked questions

Is a WhatsApp AI agent allowed after January 2026?

Yes, if it serves your own business. Meta's AI Providers clause targets companies whose product is a general-purpose assistant offered to anyone. Order tracking, bookings, support, lead qualification and notifications stay allowed while the AI is ancillary to a real service. Keep the bot on topic, collect opt-in, and offer a clear route to a person.

How much does it cost to run an AI agent on WhatsApp?

Two parts: Meta's message fees and model usage. Replies inside the 24-hour service window are free from Meta, and so are utility templates sent inside it. You pay per template for marketing, authentication and out-of-window utility messages, at rates set per country. Model costs scale with conversations and lookups, and I estimate them from your real volume before building.

Can AI answer WhatsApp messages for my business automatically?

Yes, through the WhatsApp Business Platform (the Cloud API), not the phone app. The agent reads each message, looks up the order, booking or account it concerns, and replies within the 24-hour window. In the EU it must say it is an AI, which Article 50 of the AI Act has required since 2 August 2026, and it hands over whenever the customer asks or the case falls outside its rules.

Do I need a BSP, or can I connect to the Cloud API directly?

Either works. Meta hosts the Cloud API, so a custom agent can connect directly through your own Meta business account and number. A Business Solution Provider adds a shared inbox, onboarding help and support, which suits teams that also answer by hand. If you already use one, I build on top of it rather than moving your number.

Also browse: Customer support · E-commerce · Hospitality · Shopify · all use cases