# APIs and Tooling

- [API Reference](/apis-and-tooling/api-reference.md): The M² REST API is a REST-styled API that gives full control over the M² platform.
- [Accounts](/apis-and-tooling/api-reference/accounts.md): The Accounts service allows you to manage user accounts registered within your organization, including creation, updates, and access control.
- [Events](/apis-and-tooling/api-reference/events.md): DEPRECATED. The Events service enabled developers to create and manage scheduled Metaverse events. It served as a way to promote upcoming events via placeholders on user-facing websites.
- [Key/Value Store](/apis-and-tooling/api-reference/kvstore.md): This service provides a flexible, runtime-accessible key/value store for persisting arbitrary data. It can be used by both game clients and servers to cache, retrieve, and manage state and user data.
- [Organizations](/apis-and-tooling/api-reference/organizations.md): Manage your organization's configuration, including associated resources such as Projects. This service helps structure how different teams and services operate within your SaaS environment.
- [Realtime](/apis-and-tooling/api-reference/realtime.md): Provides real-time updates from the Key/Value Store via WebSockets. Ideal for live data synchronization between game clients and backend services.
- [User Profile](/apis-and-tooling/api-reference/profile.md): DEPRECATED. Previously used to manage player profile data. This service is being phased out in favor of the more flexible Key/Value Store.
- [World Builder](/apis-and-tooling/api-reference/world-builder.md): Controls the creation and management of World Builder content and mods. It interfaces with the Unreal Engine editor to customize cooking, packaging, and deployment for both game clients and servers.
- [Worlds](/apis-and-tooling/api-reference/worlds.md): The Worlds service manages virtual environments, each defined by World Builder content with custom runtime settings (map selection, session duration, etc.).
- [Template Web App](/apis-and-tooling/template-web-app.md)
- [Authentication](/apis-and-tooling/template-web-app/authentication.md)
- [Moderation](/apis-and-tooling/template-web-app/moderation.md)
- [Pixel Streaming](/apis-and-tooling/pixel-streaming.md): Pixel Streaming allows a high-fidelity interactive experience to be streamed directly to users' device, regardless of its graphical capabilities.
- [Launcher](/apis-and-tooling/launcher.md)
- [Dashboard](/apis-and-tooling/dashboard.md)
- [Assets](/apis-and-tooling/dashboard/assets.md): Guides for managing assets and assets versions for sharing content.
- [Assets Versions](/apis-and-tooling/dashboard/assets/assets-versions.md)
- [Engine Plugins](/apis-and-tooling/dashboard/assets/engine-plugins.md)
- [Project Plugins](/apis-and-tooling/dashboard/assets/project-plugins.md)
- [Templates](/apis-and-tooling/dashboard/assets/templates.md)
- [Releases](/apis-and-tooling/dashboard/releases.md): Guides for managing editor-assets bundles.
