AgentOps Monitor

Docs

Install the SDK. Generate a key. Start ingesting.

Three lines to your first trace.

1. Install

pip install agentops-monitor

Planned adapters: LangChain, CrewAI, OpenAI, Anthropic. See integrations.

2. Generate an API key

Create an account, then go to API keys to mint one. The full key value is shown only at creation and never again.

3. Initialize

from agentops_monitor import monitor monitor.init(api_key="aom_...", budget_usd=50)

The SDK captures tool calls, LLM calls, and tokens automatically once initialized.

View in the dashboard

Open the dashboard to see recent runs, spans, and cost. Click any run to inspect the trace.

Set budget caps

Hard caps stop a run at the limit you set. See features for the policy example.

Pre-launch note

Package name and adapter compatibility are provisional until public release.