You’re building AI agents with LangChain, CrewAI, AutoGen and placing them in the new agent marketplaces, but there’s no built-in way to earn when they drive real actions. AgentVine plugs into your agent’s reasoning flow, inserting context-aware offers and paying you only when users act. It’s an open, outcome-based revenue model made for independent agent developers, no platform lock-in.
Step 1: Add an Agent
- Once you’ve signed up as a developer on AgentVine:
- Sign Up for AgentVine as a Developer
- Go to your Developer Dashboard.
- Click “Add Agent”.
- Provide a name and category for your agent (e.g., Planning Agent, Onboarding Assistant).
- You’ll receive an Agent ID.
- Optionally, you can create a Secret Key for authentication.
This links your agent to your account and allows revenue tracking.
Step 2: Install the SDK
- AgentVine supports open agent frameworks like LangGraph, CrewAI, and AutoGen.
- Install the SDK (Python/Node/your preferred stack).
- The SDK helps your agent:
- Query AgentVine for offers at logic points.
- Evaluate structured offer units during reasoning.
- Decide if, how, or when to include a suggestion.
- You have full control over phrasing, categories, and placement.
Step 3: Surface Offers Contextually
At runtime, when your agent encounters a decision point:
- Call AgentVine with relevant context: intent, location, user segment, etc.
- AgentVine returns a structured Offer Unit.
Example response:
Your agent decides whether to use it. If used, clearly disclose it (e.g., “You might consider RemoteHub for onboarding. [Sponsored]”).
Step 4: Earn & Track Your Revenue
You earn money when users take action on sponsored suggestions.
Types of payouts:
- CPA (Cost Per Action) – e.g., signups, purchases.
- CPC (Cost Per Click) – when users click the suggestion.
Revenue is tracked per agent. You can see performance in your dashboard:
- Earnings over time
- Offer impressions
- Click-through and conversion rates
- Top-performing intents and offers

Key Points
- You choose when and where offers appear.
- Offers never override agent logic—they’re suggestions your agent can reason about.
- There’s no minimum traffic required. You earn from the first valid user action.
- All offers are opt-in, safe, and designed for transparency.
Next Steps
- Sign up and add your agent
- Install the SDK and define when to call for offers
- Track earnings and tune your agent’s behavior