Changelog
API releases and notable changes. Breaking changes during Beta will be announced here at least one week before they ship.
v1.0 Beta — 2026-05-13
Initial Beta release.
- Customers: create, list, get, update (plan / seats / add-ons with prorated credit), suspend, reactivate, delete (with prorated refund), resend welcome email
- Plans: list enabled plans + retail/wholesale/margin; get plan by ID
- Account & Usage: partner profile + credits balance; paginated credit-usage history; per-customer storage/devices; partner-wide rollup with optional date range
- Webhooks:
customer.*,subscription.*,credits.*with HMAC-SHA256 signatures - Auth: API keys via
Authorization: Bearer sk_live_…(alsoX-API-Key:). Single active key per partner during Beta. SHA-256 hashed at rest. - Rate limit: 120 req/min per partner
Roadmap
Planned for post-Beta. Subject to change.
- Multiple API keys per partner with scoped permissions
- Test-mode keys (
sk_test_…) - Official SDKs (Node.js, Python)
- OpenAPI 3.1 spec download
- IP allowlisting per key