Skip to main content

How to Obtain Twilio Credentials

To integrate your Rapida AI Assistant with Twilio for phone capabilities, you’ll need the following credentials from your Twilio account:

Finding Your Twilio Account SID and Auth Token

  1. Log in to your Twilio account at https://www.twilio.com/login
  2. Once logged in, navigate to the Twilio Console dashboard
  3. Find your Account SID and Auth Token in the dashboard’s main view: Twilio Console Dashboard
    • Account SID: This is your account identifier (a 34-character string starting with “AC”)
    • Auth Token: This functions as your account password (initially hidden for security)
  4. Click on the 👁️ icon next to your Auth Token to reveal it
  5. Copy both the Account SID and Auth Token for use in Rapida

Obtaining a Twilio Phone Number

To make or receive calls, you’ll need a Twilio phone number:
  1. In the Twilio Console, navigate to “Phone Numbers” → “Manage” → “Active numbers”
  2. If you don’t have a number yet, click “Buy a number”
  3. Select a number that supports voice capabilities
  4. Complete the purchase process
  5. Copy the phone number (in E.164 format, e.g., +1XXXXXXXXXX) for use in Rapida

Using Test Credentials (Optional)

If you’re testing your integration before going live:
  1. In the Twilio Console, go to “Project Settings” → “API Credentials”
  2. Find the “Test Credentials” section
  3. Note the Test Account SID and Test Auth Token
  4. When configuring in Rapida, check the “Using Test Credentials” option if applicable
Important: Test credentials work only with test phone numbers and have limited functionality. For production deployment, use your live credentials.

Security Best Practices

  • Never share your Auth Token publicly
  • Consider using environment variables to store credentials in your development environment
  • Rotate your Auth Token periodically for enhanced security
  • Use Twilio’s API Key feature for more granular access control when possible
For the most up-to-date information about Twilio credentials, please refer to the official Twilio documentation.