Integration Guides

Add Nyraxis observability and governance to your AI agents in minutes. Pick your framework below.

Framework integrations

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: PII detection, prompt injection, cost limits, 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

  1. Create an API key at Dashboard → API Keys
  2. Install the SDK: pip install nyraxis-sdk
  3. Initialize: nyraxis_sdk.init(api_key="nyx_...")
  4. All LLM calls are auto-traced — no code changes needed
  5. Create governance policies at Dashboard → Governance