Apps & environments

Create the app record and split test data from production data.

Everything you build in CtrlApp lives under one App. An app has one or more environments — typically Test and Production — each with its own keys and data.

Create an app

DashboardDashboard → Apps → New app

Switch environments

DashboardApps → your app → Environments

Use a Test key in development and CI. Only ship a Production key in your production binary.

Verify it
  • Your dashboard shows the Test badge while working on non-production changes.
  • Rotating the Production key does not break your Test app.
Back to top