SuperBooksDevelopers

Changelog

Notable changes to the SuperBooks developer platform.

Changes to the public API, the SDKs, and this documentation. Newest first.

Breaking changes to the tool surface are announced here before they ship. Additive changes — new tools, new optional parameters — can land at any time, so write clients that ignore unrecognised response fields.

Unreleased

  • Developer documentation. This site — the MCP API reference, the authentication guide, and the SDK guides.

2026-08-06

  • TypeScript SDK 0.1.0. The superbooks npm package, with typed per-domain methods and zero runtime dependencies. npm install superbooks.
  • Python SDK 0.1.0. The superbooks PyPI package, with sync and async clients sharing the same surface. pip install superbooks.

Already live

  • External MCP access. https://api.superbooks.io/mcp serves 45 tools across 12 domains over Streamable HTTP, authenticated with a team API key or an OAuth access token.
  • OAuth for integrators. Authorization code with PKCE (S256), refresh tokens, revocation, dynamic client registration (RFC 7591), and the discovery documents defined by RFC 8414 and RFC 9728.
  • Scoped API keys. Minted at Settings → Developer with an All, Read Only, or Restricted scope preset.
  • Two-gate destructive tools. Destructive tools require both an apis.all credential and the team's opt-in setting.

On this page