Arize AI's integration APIs are designed for custom applications, microservices, and agentic workflows that sit outside of managed platforms. You send data programmatically via its phoenix client or direct REST API, typically from within your application's inference logic, RAG pipelines, or post-processing hooks. Key integration points include:
- Inference Logging: Emit prompts, completions, metadata (model, version), token usage, and latency from your LLM service wrapper or orchestration layer (e.g., LangChain, LlamaIndex, custom agents).
- Ground Truth & Feedback: Send business outcomes (e.g.,
deal_won,ticket_resolved) and human ratings to correlate LLM outputs with real-world results. - Embedding & Retrieval Monitoring: Log queries, retrieved document chunks, and similarity scores from your vector database to track RAG performance drift.




