> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Meta Muse

> Integrate Meta Muse with Bland: give your Muse agent its own phone number and let it call and text on your behalf

Muse is Meta's personal AI agent, available on iOS, Android, the web, and WhatsApp. It connects to services three ways: built-in connectors, API credentials you provide for any service with a public API, and a browser running on its Secure VM. Muse does not list MCP servers among those, so it works with Bland through the [REST API](/platform/agent-quickstart) rather than the MCP endpoint. The result is the same: Muse can place calls, send texts, and read the results.

There are two ways to connect, depending on whether you already have a Bland account. Setting up a different assistant? See [Personal AI Agents](/integrations/mcp/personal-agents).

## Prerequisites

* [Muse](https://ai.meta.com/muse/) on your phone, the web, or WhatsApp
* A payment card for the [Agent Phone Plan](/platform/agent-phone-plan) (\$29.99/month, includes a US phone number)

## Option 1: You have a Bland API key

Muse supports [custom API connectors](https://www.meta.com/help/artificial-intelligence/1687253048996149/). Ask Muse to connect Bland, then enter your API key from the [dashboard](https://app.bland.ai/dashboard/settings) through its secure credential prompt:

```text theme={null}
Connect to Bland, the phone-calling API. The base URL is https://api.bland.ai and every request needs an Authorization: Bearer header with my API key. Ask me to enter the key through your secure credential prompt. Read https://docs.bland.ai/platform/agent-quickstart to learn how to place a call and read the transcript.
```

Then ask it to make a call:

```text theme={null}
Call +1 415 555 0123, introduce yourself as my assistant, and ask what time they close today.
```

To give Muse its own number, so it can receive calls and send texts, subscribe to the Agent Phone Plan at [Billing & Plans](https://app.bland.ai/dashboard/pay?tab=plan). The plan provisions a US number within a few seconds. Ask "what's my Bland phone number?" and Muse reads it from your account and uses it from then on.

## Option 2: Let Muse set itself up

This optional workflow requires Muse to make HTTP requests, poll for approval, and save the returned key as a Bland credential. If those capabilities are unavailable, create your Bland account in the [dashboard](https://app.bland.ai) and use Option 1. Otherwise, tell Muse:

```text theme={null}
Read https://docs.bland.ai/platform/connect-your-agent and get yourself a Bland phone number. Show me the link and code when you have them. Once approved, save the API key you receive as your Bland credential and read https://docs.bland.ai/platform/agent-quickstart, then call me at +1 415 555 0123 to confirm it works.
```

If Muse starts the device flow, it shows you a link and a short code. Open the link, sign up or sign in, subscribe to the Agent Phone Plan, and approve the request. After Muse retrieves the API key and phone number, confirm that it saved the credential and completed the API connection before asking it to call or text.

The key is scoped to a new organization that belongs to you. Revoke it any time from **Settings > API Keys**.

## What Muse can do

| Ask for                              | What happens                                                                                                                                                                          |
| ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| "Call +1 ... and ask ..."            | Places an outbound call from Muse's Bland number and returns the transcript and summary when it ends                                                                                  |
| "Text +1 ... saying ..."             | Sends an SMS from Muse's Bland number. Replies are answered automatically, so set the texting prompt first (see [Two-way texting](/integrations/mcp/personal-agents#two-way-texting)) |
| "What did they say on my last call?" | Reads the call transcript and analysis                                                                                                                                                |

On the Agent Phone Plan, calls and texts are limited to US and Canadian numbers, one call at a time, up to 60 minutes per outbound call, and up to 100 texts a day. See [Limits](/platform/agent-phone-plan#limits).

<Note>
  Muse follows your [approval settings](https://www.meta.com/help/artificial-intelligence/1385290430137537/). Permissions can persist for a task, a site, or future actions. If you want confirmation before calls, texts, or spending, configure those actions to require approval.
</Note>

## Next steps

<CardGroup cols={2}>
  <Card title="Personal AI Agents" icon="robot" href="/integrations/mcp/personal-agents">
    Two-way texting, troubleshooting, and the general pattern.
  </Card>

  <Card title="Agent quickstart" icon="bolt" href="/platform/agent-quickstart">
    The REST calls Muse makes: place a call, learn how it ended, read the transcript.
  </Card>
</CardGroup>

Docs for agents: [llms.txt](/llms.txt)
