Insights ·
Meta’s Muse agent books, buys and calls businesses. Here is how to be ready for it
The short version
Muse, Meta’s personal AI agent, launched on September 8 and reached the top of Apple’s App Store within two weeks. It does not just answer questions: it books, buys, gets quotes and places phone calls on a user’s behalf. It reaches a business through three doors: a cloud browser that fills in your website’s forms, phone calls to your business line, and Meta AI Connectors that call your API directly. A business that wants Muse’s customers needs the website door open today, a phone line that can handle an agent caller, and an API ready for when connector publishing opens.
What Muse is and how fast it is growing
Meta launched Muse on September 8, 2026. It runs its own secure virtual computer and browser in the cloud, so it can work across websites the way a person would, and it connects to email, calendars, shopping and subscription accounts.
Adoption has been fast: 2.5 million downloads in its first two weeks and the number one spot on Apple’s App Store, ahead of every other AI assistant app. At its Connect event on September 23–24, Meta named shopping and travel partners including Shopify, Stripe, PayPal, Expedia, Best Buy, Walmart and Wayfair, and said it intends to make money by taking a small fee from transactions.
Door one: your website, through Muse’s cloud browser
When no integration exists, Muse opens your site in its own browser and works through it: it reads the page, fills in the quote or booking form, and asks the user to approve sensitive steps such as a purchase. Anything that trips up a careful human visitor trips up an agent faster.
One detail matters for how sites respond. Amazon blocked Muse between September 20 and 22, saying Muse does not identify itself as an AI agent while browsing. That means a site generally cannot tell a Muse session from a person, so the practical move is to make the ordinary flow easy to complete rather than to build a special path for one agent.
- Put services, service areas and starting prices in the HTML the server sends, not only in JavaScript-rendered widgets.
- Give every form field a real label and a sensible name. "Pickup ZIP code" is completable; an unlabeled input with a placeholder that disappears on focus often is not.
- Keep the first step of a quote short and free of hard gates. Save verification for the step where money or personal data changes hands.
- Publish your phone number, address and hours in LocalBusiness structured data, so an agent can fall back to calling when the form is not enough.
Door two: your phone line
Muse can phone a business to book an appointment, check stock or get a quote, and hands the user a transcript afterwards. Reuters reported that Meta is also testing a "human concierge" feature in which trained contractors place some of those calls; Meta said it will roll that out with proper disclosures.
For a service business, that means some inbound calls are now agents or agent-assisted people working from a script. The calls that go well are the ones where the business can state a price range, availability and the next step in one pass. An AI voice agent on the line handles those calls around the clock and can send a written quote the caller forwards to its user.
Door three: Meta AI Connectors
Meta has opened a developer preview for Meta AI Connectors, which turn an existing API into tools Muse can call during a conversation. Connectors accept REST APIs described with OpenAPI, GraphQL, and MCP-based onboarding, and use OAuth to link a user’s account. More than 1,500 developers applied in under a week. Access is being granted in waves, and publishing is described as coming in a later phase.
Retail already has a shortcut. Shopify announced on September 21 that agentic checkout with Shop Pay works in Muse on all Shopify stores. Service businesses have no equivalent yet, which is why a clean quote-and-booking API is worth building now.
A checklist for service businesses
In order of effort, smallest first.
- Make the quote page readable without JavaScript: services, areas served, how pricing works.
- Label every quote-form field, and put a direct answer under each common question on the page.
- Add LocalBusiness structured data with telephone, address and opening hours, and keep it consistent with the visible page.
- Put an agent-capable voice line on the published number, or route after-hours calls to one.
- Describe your quote and booking endpoints in an OpenAPI file and apply for the Meta AI Connectors preview.
Where SEOAST fits
SEOAST audits the first door. On any URL it checks whether the content exists before JavaScript runs, whether contact details are consistent and machine-readable, whether structured data matches the page, and whether questions on the page have direct answers. It does not operate Muse or test your site from inside it, and it does not review APIs or phone lines.
Questions
What is Meta Muse?
Muse is Meta’s personal AI agent, launched September 8, 2026. It carries out tasks for its users, such as booking, buying, getting quotes and calling businesses, using a cloud browser, phone calls and partner integrations.
Can Muse book or buy from my business?
It can try through your website today using its cloud browser, and it can phone you. Shopify stores get agentic checkout through Shop Pay. Other businesses can apply for the Meta AI Connectors developer preview to be called directly through an API.
How do I know if a visitor or caller is Muse?
Usually you cannot. Amazon said Muse does not identify itself as an AI agent while browsing, and Meta has not published a way for sites to verify Muse sessions. Design flows that work for any careful visitor, and keep verification for the payment step.
Should I block Muse?
That depends on whether you want sales that start in Muse. Amazon blocked it; Shopify built checkout for it. For most service businesses, being easy to book is worth more than keeping agents out.
Sources
- Everything new coming to Meta’s AI agent Muse — TechCrunch
- Meta’s Muse personal agent is a hit, as AI commerce starts to take off — CBS News
- Amazon Blocks Meta’s Muse AI Agent From Shopping on Amazon.com Over Bot Access — TechRepublic
- Meta is testing human callers behind its Muse AI agent, Reuters reports — The Next Web
- Shopify Brings Shop Pay Checkout Solution to Meta’s Muse AI Agent — PYMNTS
- Meta AI Connectors — Meta for Developers
- Meta AI gains momentum with Zuckerberg’s agent for the masses — Axios