Wunder Mobility is an all-in-one software platform for shared
mobility operators to launch, scale, and optimize vehicle fleets. This repository hosts the public
documentation and OpenAPI specifications for the Wunder Platform API (also known as the
wm - API suite).
📣 We are moving from Stoplight to GitHub. This repository is becoming the new home for our public API documentation. For now, Stoplight remains the officially supported way to browse and explore the docs — it offers the rendered guides, the interactive API reference, and the “Send API Request” explorer. The GitHub experience will be improved over the coming weeks. In the meantime you can read every guide directly from the
docs/folder and find the OpenAPI specs underreference/.
| Path | Contents |
|---|---|
docs/ |
Human-readable guides for getting started, authentication, and every API domain. |
reference/ |
OpenAPI (.yaml) specifications for each API. |
docs/changelog.md |
Changelog of API and documentation updates. |
A good entry point is the API documentation overview.
New to the Wunder Platform API? Start here:
Please consult Wunder Mobility Support before you start developing against our API, so we can help you outline your use case and support you in the best possible way.
The Wunder API MCP server brings the full documentation directly into Claude Code, Cursor, Windsurf, and any other MCP-compatible editor. Ask your assistant questions like “what endpoints do I need for a payment flow?” and get back ranked answers with deep-links to the docs.
Install in one line (requires uv):
claude mcp add wunder-api uvx wunder-mobility-mcp
See the AI Assistant (MCP) guide for setup instructions for all supported editors.
The core of the Wunder Platform. It provides APIs that let shared mobility operators build and run services for their customers. It consists of three APIs:
APIs for end users to interact with the platform (account onboarding, vehicle discovery, rentals, bookings, payments, benefits, and more) — ideal when building a white-label customer app.
OpenAPI reference: reference/user-api.yaml ·
Authentication: reference/auth-user-api.yaml
APIs for operators to maintain their business — support, fleet operations, billing, reporting, and branch administration.
OpenAPI reference: reference/operations-api.yaml
APIs to build Mobility as a Service integrations.
OpenAPI reference: reference/maas-api.yaml
All machine-readable API specifications live in reference/: