Manage phone numbers provisioned via Twilio for voice agents. Phone numbers can be assigned to genies for inbound and outbound calling.Documentation Index
Fetch the complete documentation index at: https://docs.helpgenie.ai/llms.txt
Use this file to discover all available pages before exploring further.
Standard users can only view phone numbers assigned to their own agents. Admin users can view all phone numbers across the platform.
List phone numbers
Returns a paginated list of phone numbers with user profile enrichment.Must be
"phone-numbers".Must be
"all" or "list".Get phone number
Retrieves a single phone number by ID with profile enrichment.Must be
"phone-numbers".Must be
"get".The phone number record ID.
Stats
Returns aggregated statistics across phone numbers.Must be
"phone-numbers".Must be
"stats".Export
Exports phone numbers as a CSV string. Supports the same filters as the list action.Must be
"phone-numbers".Must be
"export".Provision
Provisions a new phone number via Twilio and assigns it to a genie. Delegates to thetwilio-handler edge function.
Must be
"phone-numbers".Must be
"provision".Release
Releases a provisioned phone number. Delegates to thetwilio-handler edge function.
Must be
"phone-numbers".Must be
"release".The phone number record ID to release.
Update
Updates phone number configuration. Delegates to thetwilio-update-number edge function.
Must be
"phone-numbers".Must be
"update".The phone number record ID to update.

