AgentPhone is a telephony platform for AI agents. TheDocumentation Index
Fetch the complete documentation index at: https://nvd-54.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
langchain-agentphone package provides LangChain tools for sending messages, making AI-powered phone calls, managing phone numbers, and more.
概述
集成详情
| Class | Package | Serializable | JS support | Version |
|---|---|---|---|---|
AgentPhoneToolkit | langchain-agentphone | ❌ | ❌ |
Available tools
| Tool | Description |
|---|---|
AgentPhoneSendSMS | Send a text message |
AgentPhoneMakeCall | Make an AI-powered outbound phone call |
AgentPhoneGetTranscript | Get the transcript of a phone call |
AgentPhoneListCalls | List phone calls with optional filters |
AgentPhoneListConversations | List conversations |
AgentPhoneGetConversation | Get a conversation with its messages |
AgentPhoneBuyNumber | Buy a new phone number |
AgentPhoneListNumbers | List phone numbers on the account |
AgentPhoneCreateAgent | Create a new AI phone agent |
AgentPhoneListAgents | List AI phone agents |
AgentPhoneCreateContact | Create a new contact |
AgentPhoneListContacts | List contacts |
设置
Install the package:凭证
You need an AgentPhone API key. Sign up at agentphone.to to get one.Instantiation
Use the toolkit to get all tools at once, or select specific ones:Invocation
Invoke directly with args
Invoke with ToolCall
Use within an agent
API 参考
详细文档 of the AgentPhone API, visit docs.agentphone.to.Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

