Documentation
Quick Start
pip install nyraxis-sdkimport nyraxis_sdk
nyraxis_sdk.init(
api_key="nyx_your_api_key",
agent_name="my-agent",
)
# All LLM calls are now auto-traced.Integration Guides
- LangChain — Python, LCEL chains, LangGraph agents
- CrewAI — multi-agent workflows
- LlamaIndex — RAG pipelines and agents
- Vercel AI SDK — Next.js apps, LangChain.js
API Reference
POST /api/v1/ingest/otlp— Trace ingestion (API key auth)GET /api/v1/traces— List tracesGET /api/v1/agents— List agentsGET /api/v1/policies— List governance policiesGET /api/v1/violations— List violationsGET /api/v1/costs/summary— Cost analytics