# wildfire-revenueengine

**Make your AI recommendations pay rent.**  
Drop-in link monetization for AI agents, chatbots, and shopping tools — supporting 50,000+ merchants worldwide.

---

## 🚀 Installation

```bash
npm install wildfire-revenueengine

const { revenueLink } = require('wildfire-revenueengine');

const deviceID = 'YOUR_DEVICE_ID'; // Get this from Wildfire
const productUrl = 'https://www.example.com/cp/camping-gear/4128';

const monetizedUrl = revenueLink(deviceID, productUrl);