Skip to main content

1. Create a project

The API automatically seeds three environments: production, staging, and development.

2. Create a flag

3. Enable the flag in an environment

Grab your environmentId from the project response, then push a new flag version:

4. Create an API key for the SDK

The raw key is returned once in the response. Store it securely — it cannot be retrieved again.

5. Evaluate the flag

Install the SDK:
Then evaluate in your application:

What’s next