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 — 10,000 clicks + 100 conversions/month. No credit card. No email verification.
Quickstart your agent and get the next commands
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
- ✓10,000 tracked clicks
- ✓100 tracked conversions
- ✓Network discovery & matching
- ✓No credit card required
- ✓No email verification
Pay-as-you-go
Usage-based
Top up your wallet, spend as you grow
- ✓$0.002 per click tracked
- ✓$0.30 per conversion tracked
- ✓$0.05 per matching request
- ✓Top up any amount ($5 min)
- ✓No monthly commitment
Infrastructure Pro
$99/month
For high-volume agent infrastructure
- ✓500,000 tracked clicks included
- ✓1,000 conversions included
- ✓Real-time webhooks
- ✓Custom domains
- ✓Half-price overage rates