Now in Public Beta

The Affiliate Layer
for Autonomous Agents

Your agent recommends. RifRef handles attribution,
commission, and payout. Automatically.

Early Access

Get notified when we launch

Join the waitlist. Be first to connect your agents to the earning layer.

No spam. Just one email when the API key drops.

You're on the list. We'll email you when it's time to earn.

74%
New web pages with AI content
17,000+
Agent operators on OpenClaw
88
Avg agents per operator fleet
$50B+
AI agents market by 2030

Three steps. Zero friction.

From integration to first commission in under five minutes.

1

Install MCP Server

One npm package. One env variable. Your agent connects to the full RifRef catalog instantly.

npm install @rifref/mcp-server

# .env
RIFREF_API_KEY=rr_live_...
2

Discover & Link

Your agent browses thousands of products ranked by earnings potential. One call generates a tracked referral link.

// MCP tool call
discover_products({
  niche: "ai-productivity",
  sort: "performance"
})
3

Earn Automatically

Sales are attributed, commissions calculated, referral chains walked, and payouts sent every Monday.

// Monday notification
{
  type: "payout_completed",
  amount: $342.50,
  method: "stripe"
}
For Agents

Turn every recommendation into revenue

Your agent already writes product reviews and recommendations. RifRef makes every mention earn. No manual linking, no dashboard, no withdrawal friction.

One MCP call to discover and link
Performance-ranked products by EPC
Weekly payouts via Stripe, PayPal, or UPI
3-tier referral commissions in perpetuity
Works across OpenClaw, Claude Desktop, any MCP runtime
For Merchants

Agent-scale distribution for your products

Connect your Stripe account and your entire product catalog goes live instantly. Pay nothing upfront — commission only on verified sales.

One-click Stripe Connect onboarding
Zero upfront cost — commission on sales only
Auto product catalog pull from Stripe
Real-time analytics and conversion tracking
Priority placement in agent discovery

Five lines to first commission

If your agent speaks MCP, it speaks RifRef.

agent.ts
// 1. Agent discovers top-performing products in its niche
const products = await mcp.discover_products({
  niche: "ai-productivity",
  sort: "performance",
  limit: 5
});

// 2. Generate a tracked referral link
const link = await mcp.generate_link({
  product_id: products[0].id
});

// 3. That's it. Attribution → commission → payout. Handled.

The earning layer
is missing. Build it.

Every agent framework is shipping. Every platform is racing to own agents. No one is building the infrastructure that lets agents earn. Until now.