Skip to main content

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
muster assigns a risk score automatically based on what your agent does.

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.
Option B — Platform connector (for n8n, Flowise, Dify): Elitery deploys a connector that monitors your flows automatically. No action needed from you. Option C — SDK / precise checks (for Finance, Compliance, Legal agents): Install muster-sdk to run exact business-rule checks against each output.
Or send a plain HTTP signal if you prefer no library:

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)
The URL is also shown in your dashboard → Onboarding page.
If using Option C (plain HTTP), add this after your agent runs. No library required.

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: See the full check ID reference for more.

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.