Free while in beta

Know if your AI agents
make money

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.

Start Free → See how it works

Free tier · No credit card · Connect your first agent in 60 seconds

$2.4M+
Agent spend tracked
14.2x
Avg fleet ROI
30s
Time to connect
swarmlens.io/dashboard
Active Agents
12
+3 this week
Revenue Generated
$4,820
+18% vs last week
Total Cost
$340
+$42 vs last week
Fleet ROI
14.2x
+1.3x vs last week
Larry (TikTok Marketing)
Last action 3 min ago · 847 actions today
+$1,240 revenue $2.14/day
Scout (Lead Research)
Last action 12 min ago · 234 actions today
+$890 revenue $1.87/day
Nova (Customer Support)
Idle since 2:14 AM · Waiting for tickets
$340 saved $0.42/day
Forge (Code Review)
Error: API rate limit · Retrying in 4m
-$18 wasted $3.21/day
The Problem

You have logs.
You don't have answers.

Developer tools show traces and tokens. SwarmLens shows you what actually matters to your business.

⚠️ Developer Observability
Token traces and span logs
Single-agent debugging
"What error happened at 3:47 AM?"
Shows cost, not value
Requires OTEL config + CLI
Langfuse Helicone LangSmith Opik
📊 SwarmLens Operator View
Fleet-wide performance at a glance
Multi-agent ROI comparison
"Which agent made the most money?"
Shows ROI: revenue vs cost
Connect via API in 30 seconds

Everything you need to run a fleet

Three things that matter when you're operating AI agents at scale.

📊

Fleet Dashboard

See every agent across every platform in one view. Status, actions, cost, and performance. No more switching between terminals and logs.

💰

Cost vs. Value Tracking

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.

Anomaly Alerts

Get notified when agents fail, costs spike, or performance drops. Before the damage, not after. Catch runaway spend before it hits your bill.

Connect your first agent in 60 seconds

No SDK. No config files. Just one API call.

01

Create an account

Sign up free. Get your API key from the dashboard in one click.

02

Send a heartbeat

Add one POST request to your agent. Report status, cost, and actions every 30 seconds.

03

See your fleet

Watch your dashboard light up. Track ROI, catch errors, and optimize spend in real time.

That's literally it

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
  }'
Built for the next wave

The agent operator economy is here

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.

Common questions

How is this different from Langfuse or Helicone?
Those tools are developer observability — traces, spans, token logs. Great for debugging a single agent. SwarmLens is an operator dashboard — fleet-wide ROI, cost vs revenue per agent, and anomaly alerts. Think of it as the difference between server logs and a business dashboard.
What agent frameworks do you support?
All of them. SwarmLens works via a simple HTTP heartbeat — one POST request from your agent every 30 seconds. CrewAI, LangChain, AutoGen, Claude SDK, OpenAI Agents, custom scripts — if it can make an HTTP call, it works with SwarmLens.
Is it free?
Free while in beta. No credit card required to start. We'll introduce affordable plans once we have enough users to calibrate pricing — early adopters will always get the best deal.
How long does setup take?
Under 60 seconds. Sign up, grab your API key, add one fetch/requests call to your agent. No SDK installation, no config files, no OTEL pipelines. Your agents show up in the dashboard immediately.

Stop guessing. Start measuring.

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 →