NeuralOpsbeta

AI Agent Observability

Know exactly what your agents are doing.

NeuralOps sits between your app and your LLM provider — logging every call, scoring every output for hallucination risk, tracking cost per workflow, and rolling back to a fallback model before your users notice.

Works with OpenAI · Anthropic · Gemini · Mistral · Cohere

app.neuralops.io/dashboard

Traces today

14,892

+12% vs yesterday

Avg latency

1.24s

-8% vs yesterday

Cost today

$48.30

+3% vs yesterday

Fallbacks triggered

17

-22% vs yesterday

Trace IDWorkflowModelTokensCostScoreStatus
tr_8x4k2prag-pipelinegpt-4o3,421$0.0680.94ok
tr_9m1qzremail-agentclaude-3.51,892$0.0380.71fallback
tr_2j9wvnsql-gengpt-4o-mini892$0.0040.99ok

What NeuralOps gives you

Full trace capture

Every prompt, completion, tool call, and token count — logged to ClickHouse in real time with sub-10ms SDK overhead.

Hallucination scoring

Per-call quality scores using model-graded evaluation. Set thresholds; NeuralOps triggers the fallback automatically.

Cost intelligence

Cost per workflow, per model, per user. Drill from the aggregate chart to the exact call that blew your budget.

Auto-fallback

When quality drops below your threshold, NeuralOps reroutes to your defined fallback model without a deploy.

Multi-agent debugger

Visual trace tree for multi-step agent runs. See exactly where the chain broke and what context each node received.

Business impact view

Link agent actions to revenue KPIs. Show your CTO which workflows are paying for themselves.

3-line install

Drop it in any project in minutes.

install
npm install neuralops
# or: bun add neuralops
usage
import neuralops from "neuralops";

const client = neuralops.wrap(openai, { projectId: "proj_xxx" });
// That's it. Every call is now traced.

Works with any OpenAI-compatible SDK. Native adapters for Anthropic and Gemini included.

Ready to see what your agents are doing?

Explore the dashboard with live mock data. No account required.

Open dashboard →