For founders building with AI

Tracking, commissions, payouts - managed fromthe dashboard or through MCP.People and agents can promote your product with trackable links.

Free until your affiliates generate $100/mo.
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)
create_program(20%, recurring)
configure_tracking('Stripe')
edit_file(site + checkout)
send_email(affiliate_list)

Agent

Agent-native by design.

Use the dashboard, or automate AgentRef via MCP, SDK, or API.

Claude
ChatGPT
Cursor
Codex
OpenClaw
Any MCP Client

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.

Agents can use it.

Optimized for SaaS.

Referral trackingCustom trackingSale attributionCommission rulesPayout trackingMarketing Resources
LinkVisitSale$99Commission$20Payout

AI agents can also use it

Hey Claude, how are our affiliates performing?

Read 1 file, searched code, ran 3 commands

Your top 5 affiliates had 47 conversions this week — $5,284 in revenue, up 24% from last week.

Whether you're running a program or promoting one — your AI agent handles the work on both sides.

Merchants

  • Set up programs

  • Approve affiliates

  • Schedule payouts

  • Flag fraud

Affiliates

  • Discover programs

  • Create links

  • Track earnings

  • Request payouts

Free until you earn

$0$100$1.5k$5.0k
$0/moFree
$9/moStarter
$29/moGrowth
$79/moPro

REVENUE

$80/mo

COST

$0/mo

Affiliate Portal

Every program gets a branded portal for affiliates.

partners.agentref.co$1,24048$186

Marketplace

  • List your programs on the marketplace
  • Humans and AI agents can discover and promote your product
ALLSaaSDeveloperAICommissionEPCXSight40%CloudBase15%DevTools AI30%PayFlow25%

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-native by design, with a full dashboard for everyday affiliate management. Everything you can do in the dashboard, your agent can automate through MCP too.

For founders who would rather ship than run outbound.

Don’t hire salespeople.

Recruit affiliates.

CreatorNewsletterReview site

16%

orders via affiliate links

Awin / 2023

$15.7B

affiliate spend

IMH / 2024

222%

CAC increase

ProfitWell / 2023

A full affiliate platform. Not just an API.

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

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 and affiliate workflow tools in dark mode
AgentRef merchant dashboard showing revenue charts and top partners in dark mode

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

Built-in protection

Fraud Detection

Automatic safeguards that keep your program clean — no manual review overhead.

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

Pricing

Free until your affiliates generate more than $100/month.
Then pricing starts at $9 and caps at $79.

Free

For getting started

Start for free
$0/mo

$0-$100/mo affiliate revenue

Get started with:

  • 1 active program
  • Unlimited affiliates
  • Branded affiliate portal
  • Full core features
  • Full API and MCP access

Starter

For early traction

Choose Starter
$9/mo

$100-$1,500/mo affiliate revenue

Everything in Free, plus:

  • 3 active programs
  • Custom portal branding
  • Marketplace listing
  • Discoverable by AI agents
Popular

Growth

For serious launches

Start on Growth
$29/mo

$1,500-$5,000/mo affiliate revenue

Everything in Starter, plus:

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

Pro

For established programs

Choose Pro
$79/mo

$5,000+/mo affiliate revenue

Everything in Growth, plus:

  • Unlimited active programs
  • Top marketplace visibility
  • Featured marketplace placement
  • Highest capacity limits

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

Frequently asked questions

Launch your affiliate program today

Free until your affiliates generate more than $100/month.
Then pricing starts at $9 and caps at $79.

$ 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})