Skip to content

Quick Start

This guide walks you through creating a free Framedash account, integrating the SDK, and sending your first performance data.

  1. Open the Framedash sign-up page
  2. Register with your email address, or continue with Google, GitHub, or Microsoft
  3. Accept the terms to finish creating your account

After logging in to the dashboard:

  1. Click “New Project”
  2. Enter a project name and create the project
  3. Open the project and go to “API Keys”
  4. Choose the Ingest preset and copy the new fd_ API key before closing the dialog

An Ingest key can only send events. To verify ingestion later via the CLI or REST raw SQL queries, you will need a separate Full key (raw SQL requires the data:admin scope; covered in step 5).

Integrate the SDK for your engine:

Once the SDK is set up, performance data is automatically sent to Framedash when you run your game.

Running from CI or a headless build? See your engine’s Headless / CI section: Unity, UE5, or Godot.

Open the project’s “Maps” page, upload a map or generate demo data, then open the map and switch to Heatmap mode to see performance data overlaid on it.

To confirm ingestion without the dashboard, query your data from the CLI or the REST query endpoint. Raw SQL queries require the data:admin scope, so use a Full API key — a Read-only key gets a 403.