Analyzed 2.4k conversations in the last 7 days
Get data from URL
+18%37 requests last week
Create event in Google Calendar
+11%22 requests last week
Showing top requests from 18 tracked insights
AgentLens surfaces the exact capabilities your AI agent is missing, so lean teams can ship high-impact improvements without wading through thousands of chat transcripts.
Analyzed 5.8k conversations in the last 30 days
Most users never leave a rating. AgentLens automatically analyzes sentiment in every conversation across your AI agent flows, revealing which launches delight users and where they hit friction points, whether they click thumbs up or not.
Analyzed 3.1k conversations in the last 7 days
Showing top 4 users from 27 dissatisfied users
AgentLens surfaces users showing signs of frustration by analyzing conversation patterns. See exactly who's struggling and why, so you can reach out proactively and turn dissatisfaction into retention.
Product features users discussed with support agent
Webhook reliability
AI89 mentions last week
Pricing questions
76 mentions last week
1 AI-detected topics · 2 predefined topics
Go beyond built-in analytics. Define custom metrics tailored to your product, then let AI automatically discover patterns and topics you didn't even know to look for.
Wrap your LLM calls with AgentLens. Start getting actionable product insights immediately.
import OpenAI from "openai";
import { withAgentLens } from 'agentlens';
const clientOpenAI = new OpenAI();
// Wrap the original client
const client = withAgentLens(clientOpenAI);
const response = await client.responses.create({
model: "gpt-5",
input: "Write a one-sentence bedtime story about a unicorn.",
// Add conversation ID to connect messages into a conversation
agentlensConversationId: "your_conversation_id"
});Be among 20 early adopters shaping the product.