Demo Mode Active
Changes will not be persisted. Set NEXT_PUBLIC_API_URL environment variable to connect to your backend.
⚙️Admin Configuration
🔐 Telnyx API Configuration
Configure your Telnyx API credentials. Never share these keys publicly.
📞 Outbound Caller IDs
Manage phone numbers for outbound calls
Main Line
+12125551234
activeWest Coast
+14155551234
activeSecurity Best Practices
- Never commit API keys to version control (use .env files)
- Store API keys securely using environment variables
- Always use HTTPS for webhook URLs
- Rotate API keys periodically for enhanced security
- Restrict API access to trusted IP addresses when possible