Multi-Project Setup
Windback supports multiple projects under a single account. Each project has its own API keys, webhook URLs, churn events, and settings — ideal for managing multiple SaaS products or environments.How Projects Work
- Each project is identified by a unique slug (e.g.,
my-saas-app) - API keys are scoped to a single project
- All data (events, templates, analytics) is isolated per project
- Team members can be invited per project
Creating a Project
Via Dashboard
- Go to Dashboard > Projects
- Click New Project
- Enter a name and product type
- Copy your API keys
Via API
raw_public_key and raw_secret_key — save these immediately as they won’t be shown again.
Project-Scoped API Calls
All project endpoints use the project slug in the path:Connecting Payment Providers
Each project has its own webhook URL:Plan Limits
| Plan | Max Projects |
|---|---|
| Starter (Free) | 1 |
| Growth | 5 |
| Enterprise | 15 |
| Scale | Unlimited |