Skip to main content

Projects

Projects organize your data by application or environment.

Creating a Project

  1. Go to the Dashboard
  2. Click “New Project”
  3. Enter a name
  4. Copy your API key

Project Settings

Each project has:
  • Name - Display name
  • Slug - URL-safe identifier
  • API Keys - Secret and public keys
  • Team - Members with access
  • Settings - Retention, alerts, etc.

Environments

Projects automatically separate data by environment:
  • Production
  • Staging
  • Development
  • Test
Set the environment in your SDK:
BrainzLab.configure do |config|
  config.environment = Rails.env
end

Multiple Projects

Common patterns:
PatternProjects
Single app1 project
Microservices1 project per service
Multi-tenant1 project per tenant

Switching Projects

In the dashboard, use the project selector in the top navigation.

Deleting Projects

Deleting a project permanently removes all data.
  1. Go to Project Settings
  2. Scroll to “Danger Zone”
  3. Click “Delete Project”
  4. Confirm by typing the project name