You're spending hundreds on AI agents every month. SwarmLens shows you which ones are profitable, which are burning cash, and exactly what to do about it.
Free tier · No credit card · Connect your first agent in 60 seconds
Developer tools show traces and tokens. SwarmLens shows you what actually matters to your business.
Three things that matter when you're operating AI agents at scale.
See every agent across every platform in one view. Status, actions, cost, and performance. No more switching between terminals and logs.
See exactly which agents generate revenue and which ones just burn tokens. Kill the losers, double down on the winners. Know your ROI per agent.
Get notified when agents fail, costs spike, or performance drops. Before the damage, not after. Catch runaway spend before it hits your bill.
No SDK. No config files. Just one API call.
Sign up free. Get your API key from the dashboard in one click.
Add one POST request to your agent. Report status, cost, and actions every 30 seconds.
Watch your dashboard light up. Track ROI, catch errors, and optimize spend in real time.
One API call. Works with any agent framework.
// Send from your agent every 30 seconds await fetch('https://swarmlens.io/api/agents/heartbeat', { method: 'POST', headers: { 'Content-Type': 'application/json', 'Authorization': 'Bearer sk_your_api_key' }, body: JSON.stringify({ agent_id: 'my-marketing-bot', name: 'Marketing Agent', status: 'active', cost_today: 2.40, value_generated: 34.20, // revenue/value created actions_today: 187 }) })
# pip install requests import requests requests.post( "https://swarmlens.io/api/agents/heartbeat", headers={ "Authorization": "Bearer sk_your_api_key" }, json={ "agent_id": "my-marketing-bot", "name": "Marketing Agent", "status": "active", "cost_today": 2.40, "value_generated": 34.20, # revenue/value created "actions_today": 187 } )
# One-liner from any terminal curl -X POST https://swarmlens.io/api/agents/heartbeat \ -H "Content-Type: application/json" \ -H "Authorization: Bearer sk_your_api_key" \ -d '{ "agent_id": "my-marketing-bot", "name": "Marketing Agent", "status": "active", "cost_today": 2.40, "value_generated": 34.20, "actions_today": 187 }'
Thousands of developers are building real businesses on AI agents — marketing bots, support agents, lead gen machines that run 24/7. They deserve a real command center.
Your agents are running right now. Do you know which ones are profitable? Connect your fleet in 60 seconds and find out.
Start Free — No Credit Card →