API Keys

Learn how to create, manage, and secure your API keys.

Overview

API keys are used to authenticate requests to the PandaLink AI Gateway API. Each key is tied to your account and allows you to track usage and manage access.

Format: API keys start with ak_live_ for production or ak_test_ for testing.

Creating API Keys

You can create multiple API keys for different purposes:

  1. Sign in to your Dashboard
  2. Navigate to API Keys section
  3. Click "Create New Key"
  4. Give your key a descriptive name
  5. Copy and save your key securely

Important: You will only see your full API key once. Store it securely immediately after creation.

Key Naming

We recommend using descriptive names for your API keys:

ak_live_demo_production

For production environment

ak_live_demo_development

For local development

ak_live_demo_client_xxx

For specific client applications

Managing API Keys

From your Dashboard, you can:

  • View all your active API keys
  • Check the last used date for each key
  • Regenerate a new key (old key will be invalidated)
  • Delete unused keys
  • Monitor usage per key

Security Warnings

  • Never commit API keys to version control
  • Never expose API keys in client-side code
  • Never share API keys via email or chat
  • Do not use the same key in multiple applications