Integration Guides
Add Nyraxis observability and governance to your AI agents in minutes. Pick your framework below.
Framework integrations
- LangChain: Python, LCEL chains, LangGraph agents
- CrewAI: multi-agent workflows
- LlamaIndex: RAG pipelines and agents
- Vercel AI SDK: Next.js apps, LangChain.js
What is agent observability?
AI agents are non-deterministic, long-running, and often autonomous. Traditional APM tools weren't built for them. Nyraxis gives you three pillars:
- Traces: hierarchical records of every agent execution (LLM calls, tool calls, sub-agents)
- Metrics: cost, latency, error rate, token usage per agent and model
- Governance: policy enforcement for PII detection, prompt injection, cost limits, and tool authorization
Why it matters
- Agents can leak PII in outputs without you knowing
- A single runaway agent can spend $1,000+ in minutes
- Prompt injection attacks are invisible without input scanning
- Regulators (EU AI Act) require audit trails for automated decisions
Getting started
- Create an API key at Dashboard → API Keys
- Install the SDK:
pip install nyraxis-sdk - Initialize:
nyraxis_sdk.init(api_key="nyx_...") - All LLM calls are auto-traced. No code changes needed
- Create governance policies at Dashboard → Governance