Manual registration
- Click Add Agent in the top-right of the Inventory page
- Fill in the agent details:
| Field | Required | Description |
|---|---|---|
| Name | Yes | Unique identifier, e.g. invoice-processor-v2 |
| Framework | Yes | LangChain, LangGraph, n8n, etc. |
| Owner email | Recommended | Who is responsible for this agent |
| Department | Recommended | Finance, Legal, Operations, etc. |
| Contains PII | Yes | Does this agent process personal data? |
| Writes to systems | Yes | Can this agent modify external systems? |
| HITL required | Yes | Does a human review outputs before action? |
CSV import
For bulk registration, download the CSV template from the Add Agent dialog:Bulk discovery
Muster can automatically discover agents you didn’t know about via:- Git scan — finds agent code patterns in your repositories
- DNS query — detects LLM API calls from your infrastructure
- Cost Explorer — spots unexpected LLM spend in AWS
- n8n / Flowise / Dify connectors — lists all active workflows
Risk scoring
Every agent gets a risk score immediately on registration:| Score | Level | Typical profile |
|---|---|---|
| 70–100 | Critical | Writes to systems + PII + no HITL |
| 50–69 | High | External LLM + writes to systems |
| 25–49 | Medium | External LLM, read-only |
| 0–24 | Low | Internal only, no PII |