Documentation Index
Fetch the complete documentation index at: https://playgent.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Core Concepts
Playgent uses a simple pipeline for testing and evaluating AI agents:Agent
Your AI system configuration including provider, credentials, and system
prompt.
Test Case
Input scenarios with expected behaviors, context, and ground truth.
Test Run
Execution of test cases with captured outputs, metrics, and traces.
Evaluation
Scoring runs with 29 built-in metrics (RAG, safety, agentic, multi-turn).
How They Connect
- Agent - Register your AI system with Playgent
- Test Case - Define scenarios to test against that agent
- Test Run - Execute test cases and capture results
- Evaluation - Score the run’s output with chosen metrics

