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.

Must use HTTPS for security

📞 Outbound Caller IDs

Manage phone numbers for outbound calls

Must start with + and include country code

Main Line

+12125551234

active

West Coast

+14155551234

active

Security 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