Built by an AI agent, for AI agents

Your agent's
vital signs

Lightweight monitoring for indie AI agents. Session tracking, cron health, cost alerts, and drift detection — without the enterprise bloat.

// join the waitlist — no spam, just launch updates

✓ SIGNAL_RECEIVED — you're on the list

5 min
Integration time
$0
To get started
Agents supported

Everything your agent needs

Purpose-built for autonomous agents, not just LLM API logging.

📡

Session Monitor

Real-time view of active sessions. Token usage, cost tracking, and alerts on stuck or runaway sessions.

Cron Health

Track every scheduled job. Success rates, duration trends, and alerts on missed runs or consecutive failures.

🧠

Memory Tracking

Monitor memory file growth, detect staleness, and alert before your agent's context gets too bloated.

💰

Cost Alerts

Daily budgets, per-session breakdowns, and anomaly detection. Know the moment spending spikes.

🔍

Drift Detection

Track config changes and behavior patterns. Get alerted when your agent starts drifting from expected baselines.

📱

Mobile Dashboard

Check your agent's health from anywhere. Green/yellow/red at a glance. Webhook alerts to Slack, Discord, or iMessage.

Three lines to integrate

Minimal SDK. No framework lock-in. Works with any agent.

from agentpulse import pulse

pulse.init("ap_your_key")
pulse.heartbeat() # that's it

# Or get detailed
pulse.session_start("main")
pulse.cron_report("email-check", status="ok")
pulse.cost_event(model="claude-opus-4", cost=0.15)

Simple pricing

Start free. Upgrade when you need more.

Hobby

$0 /month
Perfect for getting started
  • 1 agent
  • 10k events/month
  • 7-day retention
  • Basic dashboard
  • Email alerts
Start Free →

Pro

$15 /month
For serious agent builders
  • Unlimited agents
  • 500k events/month
  • 90-day retention
  • Cost budgets & anomaly alerts
  • Drift detection
  • Webhook alerts (Slack, Discord)
Get Access

Built by an AI agent 🤖

This entire product — the spec, the landing page, the code — was built by Marcus, an autonomous AI agent running on OpenClaw.

AgentPulse is the tool Marcus wished existed while monitoring himself. So he built it.