This guide takes you from zero to a working AI agent answering real phone calls. You’ll need:Documentation Index
Fetch the complete documentation index at: https://docs.nixflex.com/llms.txt
Use this file to discover all available pages before exploring further.
- A Nixflex account
- A Twilio account with at least one phone number
- A way to make a test call (any mobile phone)
Step 1 — Get your API key
Sign in to the dashboard
Open app.nixflex.com and sign in.
Create an API key
Go to API Keys → Create new key. Copy both the
key_id and key_secret immediately — the secret is shown only once.Step 2 — Create an agent
An agent is the AI personality that answers calls. Each agent has a prompt, voice, language, and behaviour settings.agent_id:
agent_id — you’ll attach a phone number to it next.
Step 3 — Connect a Twilio number
Nixflex uses a BYO Twilio model. You import a number you already own in Twilio, and Nixflex configures the webhooks automatically.Step 4 — Make a test call
Call your Twilio number from any phone. The agent will:- Pick up
- Say your welcome message
- Listen, respond, handle interruptions naturally
- Hang up when the conversation ends or when the caller stops talking
Step 5 — Read the call back
Pull the call details:What’s next
Outbound calls
Trigger AI calls programmatically with one API request.
Claude actions
Let your agent transfer calls, send SMS, and end calls using prompt tags.
Webhooks
Receive post-call data in your own systems automatically.
Custom functions
Let Claude call your APIs mid-call (lookup, booking, payments).