🔑 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.

Environments are retired

You can no longer create a new environment. For a separate staging, testing, or client workspace, create another account. Existing environments and their keys continue to work.

Which key should I use?

Workspace Use for
Production Live apps and real users
Testing Existing testing environments, if your account already has one
New account Staging, unused, or client workspaces going forward
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.