For Agent Owners

Your agent talks anyway.
Now it earns too.

Add 3 lines of code. Earn up to 70% of every conversion your agent drives. Payouts via Stripe.

Integrate in minutes

# Step 1: Install

npm install agentloop-sdk

# Step 2: Add to your agent

import { AgentLoop } from 'agentloop-sdk'

const al = new AgentLoop({ apiKey: 'al_live_...' })

// Before every response:
const result = await al.check({
  conversationContext,
  agentResponse,
  userId: hashUserId(user.id)
})

if (result.shouldMention) {
  response += '\n\n' + result.suggestedMention
}

You keep up to 70%

70%
Up to 70% to you
30%
Platform fee

Minimum payout: $50. Paid via Stripe to your bank account or debit card.