Overview
The public @minmoto/sdk package is the primary programmability surface
for Minmo. Use its typed, Partner-bound client to build backend integrations.
- Quickstart — install the package and read your Partner account.
- Capabilities — find the right resource for your workflow.
- Authentication — configure credentials and capability scope.
- Events — react to live changes and reconcile authoritative state.
- OpenAPI document — inspect the underlying HTTP interface in a new tab.
These guides target SDK 0.3.0. They cover the public npm package, not Mini’s internal SDK. Your Partner’s configuration and API-key capabilities determine which operations are available to your integration.
Start building
Section titled “Start building”npm install @minmoto/sdk@0.3.0You need a Minmo Partner ID and a Partner API key. Run the SDK in trusted server code. Follow the quickstart for a complete example.