Fully documented REST API v1, official Python and TypeScript SDKs, plus an MCP server for AI agents. Build your own affiliate flows and plug them into anything.
You want to attribute offline conversions from your sales team, reward signups in your internal admin, or build a custom partner matching engine. At that point you need an API — not a Zapier integration with 4 triggers.
Every resource in the dashboard has an API endpoint. Create links programmatically, attribute conversions server-side, fetch analytics, and push partner rewards — all with a Bearer token.
Two scopes: pk_xxx for public tracking, trac_live_xxx for management.
pip install traaaction or npm install traaaction. Zero-config, typed responses.
Automate link creation, offline attribution, custom rewards — anything you can imagine.
Predictable URLs, JSON in/out, standard HTTP codes. No bespoke envelope formats.
Python (PyPI) and TypeScript (npm) — fully typed, auto-retried, framework-friendly.
v1 frozen — no breaking changes. New features via opt-in versions.
Connect Claude or other AI agents directly to your workspace. Read and write tools included.
Track every click, lead and sale in real time.
Native Stripe integration via webhooks.
Country-level, device-level and funnel-level affiliate analytics in real time.
Everything the dashboard does: links (CRUD), missions, sellers, customers, commissions, payouts, analytics, and two tracking endpoints (lead, sale). Full reference at /docs.
Yes. Python SDK supports Django, Flask and FastAPI via dedicated middlewares/dependencies. TypeScript SDK runs in Next.js, Express, Hono and any Node / Bun / Edge runtime.
Yes — POST /api/v1/links with the target URL and optional seller_id. The response gives you the short slug and full tracking URL.
Default 100 requests per second per workspace, sliding window. Burst-friendly for event tracking. Enterprise tiers can raise this.
Yes. Remote HTTP MCP server at /api/mcp with both Bearer and OAuth 2.1 DCR. 12 read tools and 6 write tools, all audit-logged.
We retry failed webhook deliveries with exponential backoff for 24 hours. Every delivery includes a signature header for HMAC verification.
REST API, typed SDKs, MCP server. Everything documented, nothing hidden.