AI Support Guide

Simpli Benchmark

Performance baseline measurement and automation ROI tracking for support teams.

Benchmark captures the numbers you need before and after automation. Compute per-category baselines for handle time, CSAT, and resolution rates — then compare periods to prove ROI with real data.

Simpli Benchmark provides statistical baseline computation, before/after comparison, ROI estimation, and target setting for support operations.

Configuration

VariableDefaultDescription
APP_PORT8016Server port
LITELLM_MODELopenai/gpt-5-miniLLM model for analysis
CONFIDENCE_LEVEL0.95Statistical confidence level
CORS_ORIGINS*Allowed CORS origins (comma-separated)

Start the server

simpli-benchmark serve

API endpoints

All endpoints are under the /api/v1 prefix.

POST /api/v1/baseline

Compute performance baselines per category using real statistical computation (mean, median, P95).

POST /api/v1/compare

Compare two time periods (before/after automation) with change percentages.

POST /api/v1/roi

Estimate monthly and annual cost savings from automating specific case types.

POST /api/v1/targets

Generate performance targets based on current baselines and desired improvement.

GET /health

Health check.

Next steps

On this page