Getting Started
Subscriberbot is available on the web at app.subscriberbot.com and through browser and editor extensions.
What you need
- A Burdenoff Workspaces account (email + password, SSO, or magic link if your tenant allows).
- A modern browser (Chrome, Firefox, Safari, Edge).
Sign in
- Go to app.subscriberbot.com.
- Sign in with your Burdenoff Workspaces credentials.
- Select a workspace. All subscription data is scoped to the workspace you choose.
First steps
| You want to… | How |
|---|---|
| See all your subscriptions | Open the Subscriptions view from the sidebar. |
| Discover hidden subscriptions | Connect an email or account so the Discovery Agent can find receipts and confirmations. |
| Add a provider manually | Use Providers → Add Provider to track a service not yet in the registry. |
| Set an automation policy | Go to Agents → Create Policy to auto-cancel unused trials, switch to annual plans, etc. |
| Review invoices | Open the Invoices view to see issued, paid, and overdue invoices. |
| Check the Universal Inbox | Open Inbox to see AI-categorized communications from all providers. |
Next steps
- Browser Extension — keep Subscriberbot in your browser toolbar.
- VS Code Extension — manage subscriptions without leaving your editor.
- Guides — task-oriented walkthroughs.
Environment selection
The web app targets production by default. To use alpha, navigate to alphaapp.subscriberbot.com. For local development, the app shell runs on http://localhost:5237 and connects to local gateways when BURDENOFF_ENV=local is set at build time. See Environment Selection.