Documentation Index
Fetch the complete documentation index at: https://docs.getmuster.io/llms.txt
Use this file to discover all available pages before exploring further.
1. Sign up
Go to app.getmuster.io and create your account. Your 14-day free trial starts immediately — no credit card required.2. Add your agent
From the dashboard, click Add Agent and fill in:- Name — e.g.
invoice-processor-v2 - Framework — LangChain, LangGraph, n8n, etc.
- Owner email and Department
3. Connect your agent
Choose the path that fits your agent: Option A — OTel (recommended for coded agents): Set three env vars and Muster receives traces, infers quality checks, and tracks costs automatically.muster-sdk to run exact business-rule checks against each output.
4. Send a quality signal (Option C / plain HTTP)
Send signals to your backend URL, not the dashboard URL.
- Trial / shared instance:
https://backend.getmuster.io - Your dedicated instance: You’ll receive your own URL from Elitery (e.g.
https://backend.yourcompany.getmuster.io)
5. View your data
Head to the Health Heatmap in your dashboard. Within minutes of your first signal you’ll see:- Pass rate per check (e.g.
subtotal_arithmetic: 94%) - Trend direction — Stable / Degrading / Improving
- Cost data if you included
token_input/token_output
The quality endpoint requires no authentication. Rate limit: 1,000 requests/minute per agent.
What to check
Pick checks that reflect your agent’s actual job. A few starting points:| Agent type | Good first checks |
|---|---|
| Data extraction | output_not_empty, required_fields_present, subtotal_arithmetic |
| Classification | decision_is_valid_enum, decision_has_rationale |
| Document review | clause_identification, risk_flag_present |
| Any agent | output_not_empty, latency_within_sla |
Next steps
OTel integration
3 env vars — works with LangChain, CrewAI, or any custom agent.
Platform connectors
Elitery-managed connectors for n8n, Flowise, Bedrock, and more.
SDK guide
Precise business-rule checks for Finance, Compliance, and Legal agents.
Quality checks concept
How muster tracks trends and detects degradation.