The AgentRef marketplace is a public directory where affiliates browse and apply to affiliate programs. Listing your program there gives you passive inbound reach – affiliates find you rather than waiting for your invites.Documentation Index
Fetch the complete documentation index at: https://agentref.co/docs/llms.txt
Use this file to discover all available pages before exploring further.
How it works
Programs listed aspublic appear in the marketplace with their commission rate, category, EPC (earnings per click), and conversion rate. Affiliates can filter by category, minimum commission, and performance metrics. When an affiliate applies, they either get auto-approved instantly (if your program has autoApproveAffiliates: true) or land in your pending applications queue for manual review.
A program must be fully set up – Stripe connected, tracking installed, and at least one active affiliate – before it becomes eligible for public listing.
List your program
Open program settings
In the dashboard go to Programs, select your program, then open Settings > Marketplace. Set visibility to Public and fill in a short description and category. Save.
marketplaceStatus: "draft" while preparing the listing, marketplaceStatus: "public" when it should appear publicly, or marketplaceStatus: "private" to hide it. Use applicationAccess: "open" for marketplace applications and applicationAccess: "invite_only" for invite-only programs.
Managing applications
When an affiliate applies from the marketplace, the application appears in Programs > [Your Program] > Applications. Each application shows the affiliate’s name, their optional introductory message, and the date applied.- Auto-approved – if your program has
autoApproveAffiliates: true, the affiliate is added immediately and receives their affiliate link. - Pending review – if auto-approve is off, approve, decline, or block the application from the dashboard or Applications API.
API reference
List marketplace programs
Returns all publicly listed programs. Available to affiliate API keys (scopemarketplace:read).
| Parameter | Type | Description |
|---|---|---|
category | string | Filter by category (e.g. saas, ecommerce) |
minCommission | number | Minimum commission percentage |
minEpc | number | Minimum earnings per click (USD) |
sort | string | epc | conversionRate | commission | newest |
limit | number | Max results (1–50, default 20) |
page / offset | number | Pagination |
Apply to a program
Submits an affiliate application. Requires an affiliate API key (scopemarketplace:apply).
status field (auto_approved or pending) and a nextSteps array describing what the affiliate should do next.
What’s next
Invite Affiliates
Invite affiliates directly without waiting for marketplace applications.
Conversions
See how commissions are created when affiliates drive sales.