Skip to content

Docs / WallaB Developer Platform

Developer platform overview

What the WallaB Developer Platform is, what you can build, and where to start.

The WallaB Developer Platform is a read-only, key-authenticated data API for your own systems and AI agents. It exposes the same subscription, plan, metrics, and cancel-save data that powers your dashboard — as clean JSON, scoped to your shop — so you can build on top of WallaB.AI without screen-scraping or a one-off export.

What you can build

  • Sync subscription status into your own database, CRM, or warehouse.
  • Gate a Discord server, a members' site, or an internal tool on live entitlement.
  • Feed your BI stack the exact retention KPIs the dashboard shows.
  • Let an AI agent answer "how is retention doing?" from real numbers.

AI-ready by design

Every response is opaque-by-construction JSON — stable field names, no customer PII, and figures computed by the same engine the UI uses, so a machine reading the API and a human reading the dashboard can never see different numbers. A machine-readable contract is published alongside these docs:

How it fits together

  1. Quickstart — create a key and make your first authenticated call in under a minute.
  2. Authentication — keys, scopes, the plan requirement, and rotation.
  3. API reference (v1) — base URL, versioning, rate limits, errors, pagination, and every endpoint.
  4. MCP server — the same read-only data over the Model Context Protocol, for AI assistants and agents.

Note

The Developer Platform is available on the Growth plan and above. On Free or Starter, key creation is locked and requests are refused. See Authentication.