Monitor, analyze, and secure your agentic AI systems with real-time observability. Get insights into performance, security threats, and system health.
Everything you need to observe, debug, and optimize your AI agents
Track every step of your AI agent workflows. Visualize LLM calls, tool executions, and memory operations.
Live dashboards with instant insights. Monitor latency, costs, token usage, and errors.
Automatic anomaly detection and insights. Let AI analyze your AI for performance issues.
Built-in threat detection and audit logs. Track prompt injections, data leaks, and policy violations.
Track and reduce AI spending. Real-time cost analysis across all LLM providers.
Connect in minutes, not days. SDKs for Python, JavaScript, and REST API.
Works with all major AI frameworks and platforms
Sign up and generate your AgentLens API key in seconds
export AGENTLENS_KEY="als_xxxxx"Add our lightweight SDK to your project
pip install agentlens-sdk
# or
npm install @agentlens/sdkSee traces, metrics, and insights instantly
from agentlens import trace
@trace()
def my_agent(query):
return llm.generate(query)