For getting started, use a Private Integration key. Itβs the fastest path to a working API call.
Create a Private Integration
1
Open Settings
In your HoopAI dashboard, click Settings in the left sidebar.
2
Go to Private Integrations
Select Integrations, then click Private Integrations.
3
Create a new integration
Click + Add Integration. Give it a clear name β something like 
My Automation or Data Sync Script.
Creating a new Private Integration
4
Select permissions
Choose only the scopes your integration needs. Granting fewer permissions reduces risk if a key is exposed.
Common scopes:

Selecting permission scopes for your integration
5
Save and copy your key
Click Save. Your API key appears once β copy it now and store it securely.
Using your key in requests
Every API request requires two headers:Keep your key secure
- Never commit API keys to git β use environment variables
- Use separate keys for development and production
- Rotate keys immediately if you suspect exposure
- Delete unused integrations to reduce your attack surface
When to use OAuth instead
Switch to OAuth 2.0 when youβre building an app that needs to access other usersβ HoopAI accounts (e.g., a marketplace app). See the OAuth 2.0 guide for the full setup.Next step
Make your first request
Test your key with a live API call and see what comes back