🔑 API Keys
Pingram authenticates backend requests with secret API keys (pingram_sk_...). Manage them from the API Keys page in the dashboard.
Your production key
Copy your production secret API key from API Keys and use it in your live application.
Additional environments can no longer be created. Existing environments and their keys continue to work.
Which key should I use?
| Environment | Use for |
|---|---|
| Production | Live apps and real users |
| Testing | Existing testing environments, if your account already has one |
TIP
Pass the key to the SDK as apiKey (Node) or api_key (Python). Never commit
secret keys to source control—use environment variables instead.