Mission Control Portal is the entry to Telnyx for humans. Buy numbers, provision SIP trunks, create AI Agents, and monitor usage, no code required. Anything you click, you can call with a key. Sign-up for free.
NUMBERS · SEARCH · AUSTIN, TX
{
"phone_numbers": [
{ "phone_number": "+15125550142" }
]
}201 Created order pending → active · $1.00 / mo
the portal actions, as calls
same objects, same rate card
$ curl -X POST https://api.telnyx.com/v2/number_orders -H "Authorization: Bearer $TELNYX_API_KEY" -H "Content-Type: application/json" -d '{"phone_numbers":[{"phone_number":"+15125550142"}]}'$ curl -X POST https://api.telnyx.com/v2/connections -H "Authorization: Bearer $TELNYX_API_KEY" -H "Content-Type: application/json" -d '{"connection_name":"pbx","transport_protocol":"TLS"}'$ curl -X POST https://api.telnyx.com/v2/ai/chat/completions -H "Authorization: Bearer $TELNYX_API_KEY" -H "Content-Type: application/json" -d '{"model":"moonshotai/kimi-k3","messages":[{"role":"user","content":"hello"}]}'$ curl -X POST https://api.telnyx.com/v2/ai/assistants -H "Authorization: Bearer $TELNYX_API_KEY" -H "Content-Type: application/json" -d '{"name":"front-desk","model":"meta-llama/Meta-Llama-3.1-8B-Instruct","instructions":"You are the front desk."}'$ curl https://api.telnyx.com/v2/balance -H "Authorization: Bearer $TELNYX_API_KEY"# every action lands in one audit log, portal or keySECURITY IN THE ACCOUNT
The same control plane, published for the buyer with no hands. All four surfaces are live today.
llms.txtThe index. Every machine surface, versioned.Open/ai/pricing.jsonThe rate card as a file, with a stated last verified date.Openapi.telnyx.com/v2/mcpMCP server. Discover endpoints, read schemas, invoke. The link opens the server card, since the endpoint itself wants a bearer token.Server cardagent-signup.mdSignup is an API, not a sales queue. Challenge, signup, magic link, key.Runbook
Same primitives, same rates, same invoice either way. Support answers 24/7 on every plan.

No. Pay as you go, card on file, usage only. There is no minimum and no platform fee.