01 Developers

Build on Pengo, not around it

REST API, CLI, MCP server, signed webhooks, and HMAC AI connectors. Every endpoint documented in OpenAPI.

GET /v1/conversations

POST /v1/webhooks

GET /v1/visitors

Authorization: Bearer YOUR_API_KEY

02 Examples

Copy-paste starting points

REST curls, CLI commands, MCP config, and signature verification snippets. Every endpoint is in OpenAPI.

List open conversations with a scoped API key.

curl -X GET "https://app.pengo.chat/api/v1/conversations" \
  -H "Authorization: Bearer YOUR_API_KEY"
03 API surface

Resources you can call today

Conversations, visitors, webhooks, and scoped API keys from dashboard settings.

Resource Detail
GET /v1/conversations List and filter conversations.
GET /v1/conversations/:id Conversation detail with messages.
GET /v1/visitors Visitor list and metadata.
Webhooks HMAC-signed outbound events to your URL.
API keys Scoped keys from dashboard settings.
04 Packages

Docs and SDK entry points

OpenAPI reference, npm packages for CLI and MCP, and webhook signing guides.

Build on Pengo with a free API key

7-day free trial · Card required · Cancel anytime

Start free trial