For Developers
Extend and integrate with Subscriberbot. The platform exposes a federated GraphQL API, official SDKs, a CLI, browser/VS Code extensions, and an MCP server for AI assistants.
Start here
- CLI — command-line interface for terminal workflows and automation.
- Node SDK — TypeScript SDK for programmatic access.
- Python SDK — Python SDK for programmatic access.
- MCP Server — Model Context Protocol server for Claude Code and other AI assistants.
Integrate
- Backend Service — run the
wspace-subscriberbot-svcGraphQL microservice locally. - Auth — OAuth2 flows, token management, and workspace scoping.
- Environment Selection — switch between prod, alpha, and local.
- Doctor E2E — backend end-to-end test suite.
Build extensions
- Browser Extension — build the Chrome MV3 extension from source.
- VS Code Extension — build the editor extension from source.
Examples
- Examples — common patterns and snippets.
For platform-level concerns (auth, RBAC, tags, billing), see Burdenoff Workspaces developer docs.