API Keys - AI Assistant

Overview

API keys allow you to programmatically integrate with platform services. You can create and manage API keys from the API Key Management page in your organization settings.

Plus Plan Only: API key management is available only for Plus plan users.

Creating an API Key

  1. Navigate to API Key Management in your organization settings
  2. Click + Create new API key
  3. Give your API key a descriptive name (e.g., “Campaign integration” or “Outbound calls”)
  4. Copy the secret key immediately — you won’t be able to see it again after creation

Important: Make sure to copy your API key immediately after creation. The full key is only displayed once, and you won’t be able to retrieve it later. If you lose your key, you’ll need to create a new one.

API Key Limits

You can add up to 10 different API keys per organization. This allows you to create separate keys for different integrations or team members.

Using Your API Key

The same API key works for all supported Replify APIs. Send your key in the x-api-key header on every request. For JSON endpoints, also send Content-Type: application/json.

See the API overview for available APIs, authentication details, and how to send feedback. Endpoint references live under the API Documentation tab.

Available today:

Managing API Keys

From the API Key Management page, you can:

The secret key itself is masked for security purposes (e.g., eu_********jH9g) and cannot be viewed after initial creation.

Security Best Practices