Quickstart
Get up and running with Composo in under 5 minutes. This guide will help you evaluate your first LLM response and understand how Composo delivers deterministic, accurate evaluations.Step 1: Create Your Account
Sign up for a Composo account at platform.composo.ai.Step 2: Generate Your API Key
- Navigate to Profile → API Keys in the dashboard
- Click Generate New API Key
Step 3: Run Your First Evaluation
[Optional] Install the SDK:Understanding the Results
Composo returns:- Score: A value between 0 and 1 (e.g. 0.86 means the response strongly meets your criteria)
- Explanation: Detailed analysis of why the response received this score
JSON
Step 4: Evaluate Agents with Tracing
For agent applications, Composo provides real-time tracing to capture and evaluate multi-agent interactions. Here’s a simple example with an orchestrator coordinating two sub-agents:Python