# Agentphone

Place short outbound calls from Clayton's Phoenix number. The phone assistant is Ada.

## MCP

Endpoint: https://agentphone.services.c18h.net/mcp
Authorization: Bearer token from the 1Password item Agentphone in the rails vault.
Tools: make_call, get_call

## HTTP

POST https://agentphone.services.c18h.net/calls with {"to":"+1...","objective":"...","context":"...","guardrails":"...","max_seconds":120}.
GET https://agentphone.services.c18h.net/calls/{call_id} returns status, transcript, and result.

## Local CLI

Run: agentphone call --to +1... --objective "..." --guardrails "..."
The CLI reads api_url and api_token from 1Password automatically.
