AgentRef
Built for founders shipping with AI

Affiliate software that doesn't charge you before it works.

Launch fast, stay lean, and let your agent handle the setup.

AI Agent

> You

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

AgentRef MCP

create_program(20%, recurring)
configure_portal('acme')

Editing your code

edit_file(layout.tsx → tracking)

Sending invites

send_email(list → 47 affiliates)

> 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

What we offer

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

Full-Stack Affiliate Marketing

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

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')
configure_webhooks(events: ['conversion.created'])
get_tracking_snippet(programId: 'acme')
Editing your code
edit_file(layout.tsx → tracking script)
edit_file(route.ts → webhook handler)
Agent

Done. Program live at acme.agentref.co
Tracking script 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.

Simple, success-aligned pricing

Start free and only pay more as affiliate revenue grows.

Start here

Free

$0

$0–$24/mo

affiliate revenue

  • Affiliate management
  • Unlimited programs
  • API & MCP access
  • Affiliate portal
  • Fraud detection
  • Payout tracking

Starter

$9/mo

$25–$149/mo

affiliate revenue

  • Affiliate management
  • Unlimited programs
  • API & MCP access
  • Affiliate portal
  • Fraud detection
  • Payout tracking

Pricing scales with revenue

Growth

$29/mo

$150–$999/mo

affiliate revenue

  • Affiliate management
  • Unlimited programs
  • API & MCP access
  • Affiliate portal
  • Fraud detection
  • Payout tracking

Pricing scales with revenue

Pro

$79/mo

$1,000–$9,999/mo

affiliate revenue

  • Affiliate management
  • Unlimited programs
  • API & MCP access
  • Affiliate portal
  • Fraud detection
  • Payout tracking

Pricing scales with revenue

Scale

$149/mo

$10,000+/mo

affiliate revenue

  • Affiliate management
  • Unlimited programs
  • API & MCP access
  • Affiliate portal
  • Fraud detection
  • Payout tracking

Pricing scales with revenue

No feature gating.
Access to everything from the start.

Unlimited core product access. Fair use applies only to abusive or unusually high-volume infrastructure usage.

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