Skip to main content
The PAM Outbound API is the external interface for launching and monitoring outbound calls and SMS conversations. This prototype documents the public /v1 surface for calls, SMS conversations, API keys, and webhooks. The API uses bearer API keys, JSON request bodies, cursor pagination, and a consistent response envelope.

Base URL

Use the environment-specific API host provided during onboarding. Endpoint paths in this documentation are relative to /v1.

Quick Start

Create an API key in the PAM dashboard or ask your PAM contact to provision an initial key. Then send it in the Authorization header:

Response Format

Successful responses return a data object or array plus request metadata:
Errors use the same metadata envelope:

What You Can Build

  • Use PAM-managed agents, or create your own for custom use cases.
  • Make outbound voice calls with PAM agents.
  • Start SMS conversations and continue them through replies and tool calls.
  • Close open voice or SMS conversations when the outreach is done.
  • Receive call and SMS lifecycle events through webhooks.

Create Your First Call

Create Your First SMS Conversation

API Reference

The API Reference tab is generated from an OpenAPI 3.0 spec and includes interactive request builders for the implemented /v1 endpoints.