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

CapabilityHow
Add a lead to a campaignPOST /campaigns/:campaignId/leads
Start or resume a campaignPOST /campaigns/:campaignId/start
Pause a campaignPOST /campaigns/:campaignId/pause
List campaigns, leads, accounts, creditsGET routes
Tag or exclude a leadPATCH .../leads/:leadId
Send a LinkedIn DMPOST /inbox/messages
Search LinkedIn / look up a profilePOST /linkedin/search, POST /linkedin/profiles/lookup
Get reply / accept / tag eventsOutbound webhooks (configure in the dashboard)
Drive the API from Cursor / Claude / ChatGPTMCP 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)

Start here