Projects

How projects organize events, users, and API keys.

A project is the top-level container in Vanta. Events, users, dashboards, and API keys all belong to a project.

Creating a project

Create a project from the dashboard. Give it a name and select a platform.

API keys

Each project has its own API keys. An API key authenticates SDK requests and ties them to a project.

You can create multiple keys per project for different environments: development, staging, production.

Scoping

Events are scoped to a project. When you send an event with an API key, it's stored under that key's project.

Users are also scoped to a project. The same userId in different projects creates separate user records.