Control Panel

Manage and monitor your AI agents from a centralized dashboard.

The Control Panel is the operational hub of LensOS. It provides a real-time view of your agents, conversations, and system health — all in one place.

Dashboard Overview

The main dashboard gives you a bird's-eye view of your LensOS deployment:

  • Active Sessions — Monitor ongoing conversations in real time.
  • Usage Metrics — Track API calls, token usage, and costs.
  • Agent Status — See which agents are active and their current configuration.

Monitoring

LensOS provides built-in observability tools to help you understand agent behavior and debug issues:

  • Logs — Detailed request/response logs for every agent interaction.
  • Traces — End-to-end traces showing tool calls, LLM invocations, and processing steps.
  • Sessions — Grouped conversation histories organized by user session.
  • User Insights — Analytics on user behavior, satisfaction, and engagement patterns.

Team Management

Invite team members and manage access with role-based permissions. LensOS supports multiple roles:

  • Owner — Full access to all features and billing.
  • Admin — Can manage agents, tools, rules, and team members.
  • Developer — Can configure agents and access API keys.
  • Viewer — Read-only access to monitoring and logs.

API Keys

Generate and manage API keys from the Control Panel. Each key can be scoped with specific permissions and rate limits.

Warning

Never expose API keys in client-side code. Use server-side environment variables or the widget SDK which handles authentication securely.