Skip to main content

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

  1. Go to Dashboard > Projects
  2. Click New Project
  3. Enter a name and product type
  4. Copy your API keys

Via API

Response includes 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:
When using an API key, the project is automatically resolved from the key — no slug needed in the SDK:

Connecting Payment Providers

Each project has its own webhook URL:
You can connect different payment providers to different projects.

Plan Limits