For founders building with AI

Run your own affiliate program.Let your agent handlesetup and management.

Manage tracking, commissions, and affiliates
in the dashboard, or connect via MCP,
API, or SDK and let your agent do the work.Free until your affiliates generate $100/mo.

Free until $100/mo affiliate revenueNo credit card required
AI Agent

> You

Set up a 20% recurring affiliate program for acme.com, wire Stripe tracking, and invite our affiliate list

install_mcp(agentref-mcp, key: ak_···)

AgentRef MCP

create_program(20%, recurring)
configure_tracking('Stripe')

Editing your code

edit_file(site + checkout)

External workflow

send_email(affiliate list → invites)

> Agent

AI-first by design. Not AI-only.

Set up and use AgentRef via MCP, SDK, or API.

Claude
ChatGPT
Cursor
Codex
OpenClaw
Any MCP Client
Features

What we offer

Everything you need to run affiliate programs – lean, effective, built for SaaS.

Full-Stack Affiliate Management Tool

Every sale attributed.

Every commission paid.

Optimized for agents.

Referral trackingSale attributionCommission rulesPayout tracking
LinkVisitSale$99Commission$20Payout

AI agents can also use it

Works with Claude, Codex & more.

You

Create an affiliate program for Acme with 20% recurring commission

create_program({ ... })
Agent

Done. Portal: acme.agentref.co

Free until you earn

$0$25$150$1.0k$10.0k
$0/moFree
$9/moStarter
$29/moGrowth
$79/moPro
$149/moScale
$20/moREVENUE
$0/moCOST

Affiliate Portal

Every program gets a branded portal for affiliates.

partners.agentref.co$1,24048$186

Marketplace

  • Auto-list your programs on the marketplace
  • AI agents discover and promote them for you
Acme SaaSDev Tools
20%
CloudBaseInfra
15%
DevTools AIAI
30%
PayFlowFintech
25%
also available via API & MCP

Fraud Detection

  • Self-referral blocking
  • Click monitoring
  • Pattern detection
  • Flag & review
AES-256HMAC authRate limitingWebhook signing
Setup

How it works

Two paths, same result – you choose.

Create API Key

manual step
API Keyak_live_acme_••••••••••••
Copy
AI Agent
You

install_mcp(agentref-mcp, key: ak_live_•••)
AgentRef MCP
create_program(commission: 20%, type: 'recurring')
configure_portal(subdomain: 'acme')
get_tracking_snippet(programId: 'acme')
Editing your code
edit_file(layout.tsx → tracking script)
edit_file(checkout/session code → AgentRef metadata)
Agent

Done. Program live at acme.agentref.co
Tracking and checkout metadata added.

Connect
Your program is live

AgentRef is agent-first by design, but not agent-only. Everything you can do in the dashboard, your agent can do via MCP too.

Why affiliate marketing

Everyone can build a SaaS now.
Almost nobody can distribute one.

Affiliates recommend your product to their network. You only pay when someone actually buys. No ad spend, no wasted budget – just results.

16%

of all US e-commerce orders come through affiliate links

Awin / Business Insider, 2023

$15.7B

global affiliate marketing spend in 2024, growing 15%+ yearly

Influencer Marketing Hub, 2024

222%

increase in customer acquisition cost over the past 8 years

ProfitWell / First Page Sage, 2023

“Affiliate was our primary growth channel for the first three years. We didn't have a marketing team – we had partners.”

Nathan Barry

Founder of ConvertKit (now Kit)

Grew from $100K to $2M+ MRR through affiliates

A full affiliate platform. Not just an API.

Everything your affiliates and you need to run, track, and grow your program. Built in.

For your affiliates

Affiliate Portal

Give every program a clean portal where affiliates can grab links, track earnings, and manage payouts in one place.

  • Referral links and coupon codes
  • Real-time earnings and click stats
  • Payout history and status
  • Custom branding with your logo
AgentRef affiliate portal showing referral links, earnings, and payout status
AgentRef merchant dashboard showing revenue charts and top partners in dark mode
For you

Your dashboard. Full control over everything.

A fully featured, modern dashboard built around the industry-standard workflows merchants already know.

  • Revenue and conversion analytics
  • Affiliate management and approvals
  • Payout tracking with invoice exports
  • Program settings and commission rules

Pricing

Success-aligned pricing that scales with affiliate revenue.

Free

For getting started

Start for free
$0/mo

$0-$24/mo affiliate revenue

Get started with:

  • 1 active program
  • AgentRef-branded portal
  • Full core functionality
  • Full API and MCP access

Starter

For early traction

Choose Starter
$9/mo

$25-$149/mo affiliate revenue

Everything in Free, plus:

  • 3 active programs
  • Custom portal logo
  • Marketplace listing
Popular

Growth

For serious launches

Start on Growth
$29/mo

$150-$999/mo affiliate revenue

Everything in Starter, plus:

  • 10 active programs
  • Full portal customization
  • Higher marketplace priority

Pro

For established programs

Choose Pro
$79/mo

$1,000-$9,999/mo affiliate revenue

Everything in Growth, plus:

  • 25 active programs
  • Featured marketplace placement
  • Higher discovery priority

$10,000+/mo affiliate revenue

Scale plan $149/mo

Scale

Every plan includes core tracking, payout operations, fraud checks, and API/MCP access.

Frequently asked questions

Launch your affiliate program today

No upfront cost. No credit card.
Start free and scale with your success.

$ npm install agentref
// Your AI agent creates an affiliate programawait mcp.callTool('create_program', {  name: 'My SaaS Affiliates',  commissionPercent: 20,  commissionType: 'recurring',  cookieDuration: 90,  autoApproveAffiliates: true})