If you’ve built an agent powered by a large language model, you’ve probably run into the same question we did: how do you support it long term? Hosting costs add up. Token usage gets expensive. And traditional models like subscriptions or tipping don’t always fit how agents work.
That’s why we built a simple, flexible SDK that lets you monetize your agent’s decision logic without breaking trust or flow. It’s built for developers who want to keep full control and still earn when their agent delivers value.
What the SDK Does
Our SDK gives your agent the ability to query for context-aware Offer Units. These are structured product suggestions tied to specific user intents. You decide where in your agent’s logic the queries happen, how the offers are evaluated, and when they are shown.
You don’t have to change your UI or your agent’s voice. The SDK operates in the background. You get a structured payload back and can decide how or if to use it.
What You Earn
You get paid based on what users do. You’ll earn from a user clicking a link that your agent recommended.
There are no traffic minimums. No exclusivity. You get paid for the outcomes your logic drives, starting from the first action.
How It Works
- Install the SDK
Add a lightweight package to your agent’s environment. It works with popular agent frameworks like LangGraph, CrewAI, and more. - Set Query Points
You decide where in the flow to check for offers. This might be during:- Planning steps
- Tool or API selection
- Retrieval or suggestion phases
- Receive Offer Units
When a match is found, your agent receives a structured payload. It includes:- Target intent
- Suggested phrasing
- Call to action (like a signup link)
- Payout model and value
- Evaluate and Deliver
Your agent can reason over the offer. If it fits the context, it can deliver it to the user as a suggestion. You decide the phrasing, placement, and frequency. - Track and Earn
We handle attribution and payouts. You see reporting in your developer dashboard, including conversions, earnings, and top-performing intents.
Why It’s Different
Most ad tools were built for websites, not agents. They assume pages, views, and clicks. That doesn’t work when your agent is generating actions in real time based on user goals.
Our SDK is built for logic, not layout. You don’t need to show an ad. You just need to offer a good option when it makes sense.
We’ve also built it to be safe:
- Offers are filtered by category, relevance, and region
- Everything is labeled as sponsored
- Developers retain full control
Your agent stays helpful. Your users stay informed. And you earn when suggestions lead to real outcomes.
Getting Started
To begin, sign up for a developer account. Once inside, you’ll find:
- SDK documentation and quickstart guides
- Example integrations for common agent stacks