Overview
Orq.ai is an OpenTelemetry-native backend for AI systems. Send us OTLP traces and we’ll turn them into rich insights about LLM calls, agent steps, tool invocations, retrievals, costs, tokens, and latency—using the official GenAI semantic conventions.What We Collect
Our OpenTelemetry integration can instrument everything that OpenTelemetry instruments - databases, API calls, HTTP requests, and more. Moreover, we’ve built support for collecting traces from AI-specific operations following the Official Specification.Quick Start
Configure your environment to send Traces to Orq.ai.Ensure you have an API Key ready to be used in place of 
<ORQ_API_KEY>Unix/Linux/macOS
Using .env file
Send Traces with the OTEL SDK
(Optional) OpenTelemetry Collector
Use the Collector to centralize exporting.Add GenAI SemConv Attributes
Framework Guides
What’s Next