Getting Started
Changelog
What shipped on the MUDBASE API, grouped by day. Internal-only changes (dependency bumps, CI, refactors) aren't listed here.
Add-ons pricing, faster dashboard, credit alerts
- Add-ons marketplace now shows real per-call pricing in the public catalog.
- Dashboard overview loads faster — queries run in parallel and are cached.
- Fixed a gap that let raw transaction broadcasts skip identity verification.
- Credit balance: added a low-balance alert with a user-configurable threshold.
Add-ons marketplace, KYC, stablecoin payments, and more
- Functions now execute reliably in production (previously blocked by a networking bug).
- Added GDPR data export and erasure endpoints.
- Outbound webhooks now fire for collection, email, KYC, Functions, billing, and backup events.
- Added the Add-ons marketplace: metered paid extras (QR codes, PDF generation, CSV export, hashing, GeoIP lookups, and more).
- Added a token-authenticated MCP server for paid accounts.
- Added stablecoin payments (USDC/USDT) via Flutterwave, with HMAC-verified webhooks.
- Added identity verification (KYC/KYB) via Didit — gates billing setup and can be resold white-label to your own users.
- Added an in-app service credit balance, drawn down automatically on plan overage.
- Fixed several billing and usage undercounts — Collections and Functions writes weren't being metered.
- API keys can now read and write collection data directly (previously blocked in some paths).
Block-based wallet monitoring
- Added block-based wallet monitoring for ETH and UTXO chains, plus a scanner metrics API.
Billing, subscriptions, and payment plans
- Added billing, subscriptions, and payment plans for projects.
Sub-organizations
- Organizations can now have sub-organizations.
40+ integrations and Chat
- Added 40+ third-party API integrations and a Chat feature.
API key authentication
- Added API key authentication.