Your setup
voice AI guide
Step 1 of 7
Step 01 · The accounts

Sign up everywhere.

Five accounts to create. Each one takes about five minutes. You can do them in any order. Tick the box on each card when you are done.

Take a breath. This is the boring part. Once you are through it, the fun begins.

All five services have free tiers or trial credit. You will not pay anything during this step. Two of them will ask for a card on file later (Twilio and Google Cloud, but Google Cloud only if you exceed a generous free quota, which you will not).

Open Chrome. Open five new tabs. Walk through each card below. Click the signup link, follow their flow, then come back and tick the checkbox.

Optional: install Node.js

Only if you plan to use the terminal route in step 4 and step 5. Browser-route users can skip this entirely.

Browser route · nothing to install

You are good to go. Click next. The browser route handles everything in chapter four and five through Cloudflare's web dashboard, no Node.js required.

Terminal route · install Node.js

Node.js is the runtime. Wrangler (the Cloudflare CLI) needs it.

On Mac

  1. Open Chrome. Go to brew.sh. Copy the install command shown on the homepage.
  2. Open Terminal (Cmd+Space, type "terminal"). Paste the brew install command. Hit Return. Follow the prompts.
  3. When brew finishes, run brew install node in the same Terminal window.
  4. Verify with node -v. You should see v20 or higher.

On Windows

  1. Open Chrome. Go to nodejs.org.
  2. Download the LTS installer (the green button on the left).
  3. Run the installer. Click Next through every screen. Use the defaults.
  4. Open PowerShell (Windows key, type "powershell"). Run node -v. You should see v20 or higher.

Save the credentials

As you sign up for each, you will be given identifiers and keys. Save them somewhere you can find again. A note in your Apple Notes or Google Keep is fine.

What to save now: Twilio Account SID, Twilio Auth Token, ElevenLabs API key. You will collect more values as you go. The progress widget bottom-right does not save credentials; you do.

Where to find them

When all five cards above show "I'm signed up" and your credentials are saved, click next.