API Keys
API keys let you authenticate requests to the PingRoot API. Available on Pro and Team plans.
| Plan | API Keys |
|---|---|
| Free | — |
| Pro | Up to 5 |
| Team | Unlimited |
Generating an API Key
Section titled “Generating an API Key”- Go to Settings → API Keys in the sidebar.
- Click “Generate new key”.
- Give the key a name (e.g., “CI pipeline” or “Internal dashboard”).
- Copy the key immediately — it is only shown once.
Using an API Key
Section titled “Using an API Key”Include your API key in the Authorization header of every request:
Authorization: Bearer pk_live_...Revoking a Key
Section titled “Revoking a Key”Go to Settings → API Keys, find the key you want to remove, and click “Revoke”. The key stops working immediately.