1
Create your account
Navigate to app.doohick.com and click Sign Up. Enter your name, work email address, and a strong password, then submit the form.Check your inbox for a verification email from Doohick and click the confirmation link. Your account is active as soon as you verify.
2
Get your API key
Once you’re logged in, go to Settings → API Keys and click Generate new key. Give the key a descriptive name (for example, Store it somewhere secure, such as an environment variable or a secrets manager. Never commit it to source control.
local-dev or production) and click Create.Copy your new key immediately — it is only shown once. Your API key follows this format:3
Make your first API call
With your key in hand, run the following command in your terminal, replacing the placeholder with your actual key:A successful response returns the authenticated user’s profile:If you receive a
401 Unauthorized error, double-check that you copied the full key and that it hasn’t been revoked under Settings → API Keys.4
Explore the dashboard
Log back in to app.doohick.com to explore your analytics overview, manage users and resources, and configure the integrations your team depends on. The dashboard gives you a real-time view of everything happening in your workspace.