> ## Documentation Index
> Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AgentPhone integrations

> Integrate with AgentPhone using LangChain Python.

[AgentPhone](https://agentphone.to) is a telephony platform for AI agents, providing messaging, voice calls, phone number management, and contact management through a simple API.

## Installation and setup

<CodeGroup>
  ```bash pip theme={"theme":{"light":"catppuccin-latte","dark":"catppuccin-mocha"}}
  pip install langchain-agentphone
  ```

  ```bash uv theme={"theme":{"light":"catppuccin-latte","dark":"catppuccin-mocha"}}
  uv add langchain-agentphone
  ```
</CodeGroup>

Get your API key from [agentphone.to](https://agentphone.to) and set it as an environment variable:

```bash theme={"theme":{"light":"catppuccin-latte","dark":"catppuccin-mocha"}}
export AGENTPHONE_API_KEY="your-api-key"
```

## Tools

See the [AgentPhone Toolkit](/oss/python/integrations/tools/agentphone) guide for details on available tools including messaging, voice calls, phone number management, and more.

***

<div className="source-links">
  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>

  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/oss/python/integrations/providers/agentphone.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>
</div>
