# Pricing

The M² pricing model contains 1 core subscription and additional optional components:

1. [Virtual World Subscription](#virtual-world-subscription) (core)
2. [Development Support](/admins/pricing/development-support.md) (optional)
3. [Cloud streaming](/admins/pricing/cloud-streaming.md) (optional)
4. [War Room Support](/admins/pricing/war-room-support.md) (optional)

## Morpheus Platform Subscription

This subscription provides your team with access to the Morpheus platform for the development and operation of a single project. A project cannot have more than one web domain associated with it (for example, cloud streaming access for a Morpheus Platform experience can be embedded at [www.customerdomain.com](http://www.customerdomain.com), but it cannot also be embedded at [www.othercustomerdomain.com](http://www.othercustomerdomain.com))

There is a basic tier of subscription offered, or the option for a custom package depending on your project needs:

|                                                                      | **Basic**                                   | **Fully Custom**           |
| -------------------------------------------------------------------- | ------------------------------------------- | -------------------------- |
|                                                                      | $5k per month                               | Contact us                 |
| Platform access                                                      | M² Dashboard and editor                     | M² Dashboard and editor    |
| Always on worlds                                                     | Yes                                         | Yes                        |
| Interoperability                                                     | Yes                                         | Yes                        |
| Auth                                                                 | Google, Apple, Facebook, X, Github (pick 2) | Custom                     |
| Maximum World (server) Size\*                                        | 5,000                                       | >5,000                     |
| Included Provisioned Player Hours\*\*                                | 300,000                                     | Custom                     |
| Downloadable client (M² launcher)                                    | Yes                                         | Yes                        |
| [White-label app (not M² launcher)](/admins/pricing/access-modes.md) | No                                          | iOS, Windows, Mac          |
| White-label developer platform                                       | No                                          | Yes                        |
| <p>Pixel streaming<br>(paid usage $1.50 per user-hour)</p>           | On Demand only                              | On Demand or Reserved      |
| Optimised pixel stream for faster load times                         | 1 build                                     | Multiple concurrent builds |
| Embed pixel stream into web domain                                   | 1 web domain                                | multiple web domains       |
| Scale testing with bots\*\*                                          | Yes                                         | Yes                        |
| Platform SLAs                                                        | 99.95% uptime                               | 99.95% uptime              |

\*The capacity of the World template is verified through testing with the Example Map (included in the default content with the Morpheus Platform Editor).

\*\*[See here for included usage](/admins/pricing/included-usage-and-overages.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.msquared.io/admins/pricing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
