Quickstart

From install to live in an afternoon.

Install the MCP server, connect a platform, and launch your first approval-gated campaign — no broad production access required.

Claude CodeCodexCursorAntigravityDevin
$claude mcp add synter-ads
# cli: npm i -g @synterai/cli · sdk: npm i @synterai/sdk
01
Install the MCP server

Add Synter to your coding agent with one command.

claude mcp add synter-ads
Step 1
02
Set your API key

Create a workspace key and export it so the server can authenticate.

export SYNTER_API_KEY=syn_...
Step 2
03
Connect a platform

Authorize a platform through OAuth and attach approval rules and spend caps.

synter connect google-ads
Step 3
04
Launch your first campaign

Ask your agent to draft a campaign. It plans, you approve, it launches.

agent: "launch a brand search campaign"
Step 4