Now in private beta

Know if your AI bot makes or loses money on every conversation

Unit economics for AI agent products. See your margin per conversation, not your traces per request.

R$ 27.40
avg margin / session
18.2%
conversion rate
1,247
sessions today

Free for up to 5,000 sessions/month. No credit card required.

What you get

Every conversation is a business transaction

Session-Level Margin

Revenue minus cost per conversation. Know exactly which sessions make money and which ones don't.

divorce session +R$ 28.14

Conversation Funnels

Track users from first message to payment. See exactly where they drop off in the conversation flow.

reached → engaged → artifact → paid

Topic Analytics

Conversion rate and margin segmented by conversation topic. Know which services are actually profitable.

usucapiao 82% margin

Integration

Five lines. Five minutes.

your_bot.py
import agentpulse agentpulse.init("ap_...", product="my-bot") session = agentpulse.session(user_id) session.message(role="user", content=text) session.llm_call(response) # auto-extracts model, tokens, cost session.outcome("artifact") session.payment(amount=29.00, currency="BRL")