Skip to main content
Nixflex works the same whether you write code or not. Developers use our API; everyone else uses the dashboard. This guide is the no-code path: create an account, connect your phone number, and your AI agent starts answering calls.

What you’ll need

Nixflex uses a bring-your-own-Twilio model. Your number lives in your own Twilio account, so you stay in full control and Twilio bills your call charges directly. Nixflex never takes over or resells your number.

Step 1 — Create your account

Open dashboard.nixflex.com and sign up. New accounts include $10 of free credit, so you can test everything before paying anything.

Step 2 — Create your agent

An agent is your AI receptionist — the voice that answers the phone. You give it a personality and instructions in plain English, and it follows them on every call.
1

Open the Agents page

In the dashboard, go to Agents and create a new agent.
2

Write what it should say and do

Describe your business and how the agent should behave, for example:
You are the receptionist for Bella’s Hair Studio. Greet callers warmly, answer questions about opening hours (Tue–Sat, 9am–6pm), and take bookings by collecting the caller’s name and preferred day. If you don’t know something, offer to take a message.
Set a welcome message too — the first thing callers hear, e.g. “Hello, Bella’s Hair Studio, how can I help?”
3

Pick a voice and language (optional)

Every agent uses the Ashley voice and auto-detect language by default, understanding and replying in 15+ languages including English, Arabic, French, Spanish and German. Change either at any time.
Keep instructions short and clear: what to do, the facts about your business to use, and what to do when unsure. You can edit the prompt any time — changes apply to the next call.

Step 3 — Connect your phone number

This is the important part. You connect a Twilio number you already own, and Nixflex wires it up automatically.
1

Get your Twilio details

Sign in to the Twilio Console. On the main dashboard you’ll find your Account SID and Auth Token — copy both. You’ll also need the phone number in full international format, e.g. +447446466847.
2

Import the number in Nixflex

In the dashboard, go to Phone Numbers and import a number. Paste your Twilio Account SID, Auth Token, and the phone number, then choose the agent that should answer it.
3

Done — Nixflex configures the rest

Nixflex points your Twilio number at the engine automatically. You don’t need to change any settings inside Twilio.
Each number is answered by one agent. To switch a number to a different agent later, remove it and import it again with the new agent selected.

Step 4 — Receive your first call

Call your number from any phone. Your agent picks up, plays your welcome message, listens, answers naturally, handles interruptions, and hangs up when the conversation is done. That’s it — you now have a working AI agent answering your calls.

Everything else works for you too

The rest of these docs use developer examples (API requests), but every feature is the same for you — you just turn it on in the dashboard instead of calling an API. Don’t skip a section because it shows code; the capability is yours either way. A few you’ll likely want:

Voicemail detection

The agent spots an answering machine, leaves a short message, and ends the call.

Call transfers

Hand a caller to a real person when they need one.

SMS

Send a text during or after a call — confirmations, links, summaries.

Post-call summaries

Every call comes with a written summary, caller sentiment, and key details pulled out automatically.

Languages

One agent handles 15+ languages and switches automatically to the caller’s.

Outbound calls

Have your agent call customers — reminders, follow-ups, confirmations.
The only real difference between the business and developer paths is how you set things up: developers send API requests, you use the dashboard. The AI, voices, languages, and every feature are exactly the same underneath.