Create your free project
We'll provision your analytics project and hand you everything your coding agent needs to onboard your app.
Setting up your analytics… this takes a few seconds.
- Registering your project for event ingest
- Verifying your query access
1Download your credentials
This file holds your project token and your query token. It's shown once only, so you need to download it now.
Move it into the root of your repo, then keep these secrets out of
version control by adding the file to your .gitignore and committing that:
echo 'undercurrent-analytics-*.json' >> .gitignore git add .gitignore git commit -m "Ignore Undercurrent Analytics credentials file" .gitignore
2Hand it to your coding agent
Copy this prompt
(The onboarding instructions referenced by the prompt - no need to copy this)
3While your agent works: Verify your email
While your coding agent works through the prompt above, confirm your email address. We sent a verification email to . Open it and click the Verify email address button.
Didn't get it? Check your spam folder. This page updates on its own once you verify.
4Start your dashboards
You run Grafana yourself. This image already has your data source and a starter dashboard set up, so one command is all it takes. You'll need Docker.
Then open localhost:3000
and sign in as admin / undercurrent.
Your query token is shown once only — it's in the credentials file you downloaded above. Change the admin password before you expose port 3000 beyond your own machine. See Running Grafana.
5Bring your existing data (optional)
Already have an export from another analytics tool? Upload it and we'll take it from here.
It's not on our list — let us know what you're coming from.