Skip to main content
The PG:AI API gives you programmatic access to account intelligence, territory data, contacts, content, and AI-powered insights. Use it to pull intelligence into your own tools, automate workflows, or build custom integrations.

Base URL

Quick Start

1

Get your API key

Generate an API key in Settings → API Keys within your PG:AI workspace.
2

Make your first request

3

Follow a common flow

See Common Flows for end-to-end examples — add a company, enrich contacts, list canvas, and more.
4

Explore endpoints

Scroll the API sidebar — Getting started is at the top, then Accounts, Companies, Contacts, and the rest.

Authentication

API key setup, permissions, and error handling

Common Flows

End-to-end integration patterns with curl and Python

MCP Server

Connect Claude, Cursor, and other AI clients — see the Integrations tab

Async operations

Some endpoints return 202 Accepted with a public_operation_id. Poll GET /operations/{public_operation_id} until the job completes. See Common Flows for a full example.

Rate limits

API requests are rate-limited based on your plan. When you hit the limit, the API returns 429 Too Many Requests. See Authentication for rate limit headers.