What problem does it solve? Giving an AI agent a real phone number with voice calling, SMS awareness, and billing normally requires servers, webhooks, and telephony infrastructure. This Skill connects to the AgentLine API so an agent can place calls, receive events, and manage phone agents without any of that setup. ## Core Features & Use Cases - Outbound Voice Calls: Place calls via POST /v1/calls with per-call system prompts, greetings, and voice presets, then poll for transcripts. - Number Provisioning & Agent Management: Buy US phone numbers by area code, configure agent voice, system prompt, and owner phone for task-mode calls. - Event Awareness: Receive inbound calls and SMS through webhooks or a zero-token cron polling loop against the Events Mailbox. - Use Case: Ask your agent to call a doctor's office to confirm an appointment; it checks your balance, dials, navigates hold messages, and returns a summarized transcript. ## Quick Start Set the AGENTLINE_API_KEY environment variable and ask the agent to provision a phone number and make a test call.