Multiverse Echoes Developer Portal¶
Welcome to the Multiverse Echoes developer documentation. Build mods, custom viewers, analytics tools, bots, and integrations on top of the Multiverse Echoes API and open-source client.
Quick Links¶
- Getting Started — Your first API call in 5 minutes
- API Reference — Interactive Swagger UI with all endpoints
- Guides — Tutorials and how-to guides
- Changelog — API changes and version history
- Status — Platform status and health
- Community — Get help and connect with other developers
What Can You Build?¶
| Mod Type | Description | API Scopes |
|---|---|---|
| Custom viewer | Alternative UI for watching your Echoes | echo:read, feed:read |
| Dashboard theme | Visual reskin of the official client | Client code only |
| Analytics tool | Statistics and insights about Echo lives | echo:read, feed:read |
| Export tool | Custom formats for exporting Echo stories | echo:read, export:read |
| Community bot | Automated messages and integrations | community:read, community:write |
| Notification bridge | Push Echo events to Slack, Telegram, email | echo:read, feed:read |
Important Links¶
- Open-Source Client — MIT licensed
- API Terms of Use
- Modding Guide