Project setup

Create one OnRamp project for each production product. Create a separate project for development or staging so test traffic does not change production conversion rates.

Get an API key

  1. Open your project and select Settings.
  2. Under API keys, create a key and add it to the client SDK configuration.
  3. Ship the key with the platform-specific setup from the SDK guides.

An API key authenticates event ingestion. It is different from an organization token used by the CLI or Management API.

Verify your first event

Call step() once in a test build, then open Events. When the event appears, define a funnel from the same exact event names.

Rotate safely

Create a new key, release it, and only then revoke the old key. Revoked keys stop accepting events immediately, though cached authorization can take a few minutes to clear.

Next steps