How agent data gets into Muster
There are three integration paths. Most customers use OTel and platform connectors for full coverage from day one, then add the SDK to their most critical agents.Layer 1 — OTel (primary for coded agents)
For any agent you can configure, OTel is the recommended path. Set three env vars and Muster receives traces, infers quality checks, and tracks costs automatically.Layer 2 — Platform connectors (for no-code tools)
For platforms where you can’t set env vars — visual workflow tools and managed AI services. Elitery deploys and manages all connectors. Same check inference engine applies.Layer 3 — SDK (for critical agents)
The SDK adds precise, business-rule checks on top of OTel/connector coverage. Use it for agents where inferred checks aren’t enough — financial calculations, compliance decisions, external writes.Check inference — how inferred signals work
When OTel or a connector submits an execution, Muster infers quality checks automatically in four layers:- Name matching — agent name → check category (financial, legal, risk, support)
- Schema analysis — output field names → check types (numeric, decision, required fields)
- Historical patterns — after 50+ executions, distribution-based checks
- LLM fallback — Claude generates check suggestions from agent name + output structure