Updated August 2026 — Covers the NEW 1console.twilio.com
Twilio launched a completely redesigned console in May 2026 at 1console.twilio.com. Every other guide online still shows the old interface. These guides are verified against the new console as of August 2026.

Help Center / Create Twilio Account

How to Create a Twilio Account for Linxi

Linxi runs on top of your own Twilio account — it never provisions numbers on your behalf. This guide covers creating the account and finding the two credentials Linxi actually needs from it.

1

Why you need Twilio at all

Twilio is the carrier-connectivity layer — it owns the actual phone number, sends/receives SMS to the cellular networks, and is who Twilio's Trust Hub and TCR (The Campaign Registry) hold responsible for A2P compliance. Linxi is the inbox, contacts, and campaign layer on top of it. You need both.

2

Create the account

Go to twilio.com and sign up with an email address and password (or Google sign-in). Twilio will ask what you're building — any answer is fine, it doesn't gate anything. New accounts start in trial mode with a small amount of free credit.

3

Navigating the new console (1console.twilio.com)

Twilio rolled out a redesigned console — everything now lives under a Products and services menu in the left sidebar, grouped by category (Communications, Messaging, etc.) instead of one long flat list. Account-level settings (SID, Auth Token, billing) moved under a separate Settings menu, also in the left sidebar.

4

Finding your Account SID

In the left sidebar: Settings → Account settings → API keys & auth tokens, then the Auth tokens tab. Your Account SID is shown at the top of that page.

💡 The long string starting with AC is your Account SID, even though Twilio doesn't always label it clearly on that page — look for the 34-character string beginning with those two letters.
5

Finding your Auth Token

Same page as the Account SID (Settings → Account settings → API keys & auth tokens → Auth tokens tab). The Auth Token is hidden by default — click the eye icon next to "Primary auth token" to reveal it, then copy it. Treat it like a password: anyone with it has full control of your Twilio account, including the ability to send messages and spend your balance.

⚠️ Twilio's own docs recommend using scoped API Keys instead of the Auth Token for production integrations, since a leaked API Key can be revoked individually without rotating the whole account's credentials. For getting started with Linxi, the Auth Token works fine — this is worth revisiting later if you're operating at scale.
6

Trial vs. paid account

A trial account can only send SMS to phone numbers you've manually verified in the console, and every outbound message is prefixed with "Sent from your Twilio trial account." You'll need to add a payment method and upgrade before Linxi can send to real, unverified contacts.

Quick Reference — Where Things Moved

What you need Old console path ❌ New 1console path ✅
Account SID Main dashboard Settings → Account settings → API keys & auth tokens → Auth tokens tab
Auth Token Main dashboard → Show Settings → Account settings → API keys & auth tokens → Auth tokens tab → eye icon
Phone Numbers Phone Numbers → Manage → Active Numbers Products and services → Communications → Numbers and senders
Messaging Services Messaging → Services Products and services → Communications → Messaging → Services
A2P Registration Messaging → Regulatory Compliance Products and services → Communications → Messaging → Trust & compliance
Compliance Profile Trust Hub (separate section) Products and services → Trust Hub → Profiles
Webhook Config Phone Numbers → your number → Configure Numbers and senders → your number → Configure → Messaging Configuration
Account Settings Account → Settings Settings → Account settings