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.Creating an API Key
- Navigate to API Key Management in your organization settings
- Click + Create new API key
- Give your API key a descriptive name (e.g., “Campaign Service Integration”)
- Copy the secret key immediately — you won’t be able to see it again after creation
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
Currently, API keys can be used for the Campaign Service API to manage campaign contacts programmatically. For the Outbound Calling API, you still need to obtain your API key by contacting support. Email contact@replify.ai to request an API key for outbound calling functionality.To learn how to use our APIs, visit our API documentation.
Managing API Keys
From the API Key Management page, you can:- View all your API keys with their names and creation dates
- Delete API keys using the trash icon (⚠️ this action cannot be undone)
eu_********jH9g) and cannot be viewed after initial creation.
Security Best Practices
- Store your API keys securely — treat them like passwords
- Don’t share API keys in code repositories or public places
- Rotate keys periodically for better security
- Delete unused API keys to reduce risk