For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
HomeGet API key
DocumentationIntegrationsAPI Reference
DocumentationIntegrationsAPI Reference
  • API Reference
LogoLogo
HomeGet API key
On this page
  • Introduction
  • Base URL
  • Available SDKs
  • Contribute

API Reference

Getting Started with AgentPhone
Was this page helpful?

List Voices

Next
Built with

Introduction

AgentPhone provides a REST API for provisioning phone numbers, managing AI agents, sending SMS, and placing voice calls. All endpoints return JSON and require Bearer token authentication.

Base URL

https://api.agentphone.ai/v1

Available SDKs

TypeScript / JavaScript

Install with npm install agentphone — works in Node.js 18+, Deno, Bun, and Cloudflare Workers.

Python

Install with pip install agentphone — supports both sync and async clients, Python 3.9+.

Contribute

We welcome contributions to our SDKs. If you have suggestions or improvements, feel free to open a pull request on GitHub.

If there are other languages you’d like us to support, let us know!