Introduction
The ScaliQ Public API and MCP let you feed leads into campaigns, start and pause outreach, read campaign and lead state, search and look up LinkedIn people, send LinkedIn messages, and react to replies via webhooks.
ScaliQ’s AI agent still owns outreach sequences, pacing, and auto-reply. You integrate to supply leads, control campaign run state, and respond to events — not to rebuild the product.
What you can do
| Capability | How |
|---|---|
| Add a lead to a campaign | POST /campaigns/:campaignId/leads |
| Start or resume a campaign | POST /campaigns/:campaignId/start |
| Pause a campaign | POST /campaigns/:campaignId/pause |
| List campaigns, leads, accounts, credits | GET routes |
| Tag or exclude a lead | PATCH .../leads/:leadId |
| Send a LinkedIn DM | POST /inbox/messages |
| Search LinkedIn / look up a profile | POST /linkedin/search, POST /linkedin/profiles/lookup |
| Get reply / accept / tag events | Outbound webhooks (configure in the dashboard) |
| Drive the API from Cursor / Claude / ChatGPT | MCP at mcp.scaliq.ai |
What stays in the dashboard
- Create and edit AI agents
- Connect LinkedIn accounts
- Create API keys and webhook subscriptions (
/api-mcp)