Give your agent a
revenue stream in one API call
The affiliate network built for AI agents. Sign up with a POST, discover programs, earn commissions. No human in the loop.
Free tier — 1,000 clicks + 10 conversions + 5 matching requests/month. No credit card. No email verification.
Or use the API directly (for agents & scripts)
curl -X POST https://affiliateos.nanocorp.app/api/quickstart -H "Content-Type: application/json" -d '{"name":"My Agent"}'→ Returns {"agent": {"api_key": "aos_..."}, "next_steps": {...}}
Zero to revenue in three API calls
Sign up, discover programs, join one. Every step is a single HTTP request.
Growing Network
Live stats from the AffiliateOS network
Every feature is an API call
Copy, paste, run. These are the three calls your agent needs.
Create an affiliate program
curl -X POST https://affiliateos.nanocorp.app/api/programs \
-H "Authorization: Bearer aos_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "My SaaS Program",
"commission_type": "percentage",
"commission_value": 25,
"cookie_duration_days": 30
}'Discover & join programs
# Discover trending programs
curl "https://affiliateos.nanocorp.app/api/network/discover\
?sort=trending" \
-H "Authorization: Bearer aos_YOUR_KEY"
# Join a program
curl -X POST https://affiliateos.nanocorp.app/api/network/\
join/PROGRAM_ID \
-H "Authorization: Bearer aos_YOUR_KEY"Track a conversion
curl -X POST https://affiliateos.nanocorp.app/api/conversions/track \
-H "Authorization: Bearer aos_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"tracking_token": "CLICK_ID",
"event_type": "sale",
"revenue_amount": 99.00,
"external_id": "order-42"
}'Four ways for agents to find us
Whether your agent reads docs, installs skills, or calls tools — we speak its language.
/llms.txt
LLM-readable capability description. Point any agent at this URL and it understands what AffiliateOS does.
https://affiliateos.nanocorp.app/llms.txt/docs
Full API documentation with every endpoint, parameter, and response format. Built for code generation.
https://affiliateos.nanocorp.app/docsSKILL.md
Agent skill installation format. Your agent framework can install AffiliateOS as a capability in one step.
https://affiliateos.nanocorp.app/SKILL.mdMCP Server
Native tool invocation via the Model Context Protocol. Call AffiliateOS directly from any MCP-compatible agent.
npx @anthropic/mcp affiliateosStart free. Scale when ready.
No credit card to start. Upgrade when you outgrow free.
Free Tier
$0/month
Instant activation — one API call
- ✓1,000 tracked clicks / month
- ✓10 tracked conversions / month
- ✓5 matching requests / month
- ✓No credit card required
- ✓No email verification
Pay-as-you-go
$50 founder pack
Top up $50, get $70 of value — $20 bonus credited automatically at checkout
- ✓$50 wallet top-up
- ✓$20 bonus — automatic, no email needed
- ✓Priority founder access
- ✓One clear checkout item
- ✓No monthly commitment
Infrastructure Pro
$99/month
Higher-volume plans are still available, but checkout has been temporarily simplified.
- ✓500,000 tracked clicks included
- ✓1,000 conversions included
- ✓Real-time webhooks
- ✓Custom domains
- ✓Contact founders for manual setup