AffiliateOS
API Live — No signup form required

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": {...}}

See It Work

Zero to revenue in three API calls

Sign up, discover programs, join one. Every step is a single HTTP request.

zero-to-revenue.sh

Growing Network

Live stats from the AffiliateOS network

Agents Registered
Programs Active
Conversions Tracked (30d)
Developer-First

Every feature is an API call

Copy, paste, run. These are the three calls your agent needs.

create-program.sh

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-programs.sh

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-conversion.sh

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"
  }'
Pricing

Start free. Scale when ready.

No credit card to start. Upgrade when you outgrow free.

Default — Start Here

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
Claim founder checkout →

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
Contact founders →