Skip to main content

Manual registration

  1. Click Add Agent in the top-right of the Inventory page
  2. Fill in the agent details:
FieldRequiredDescription
NameYesUnique identifier, e.g. invoice-processor-v2
FrameworkYesLangChain, LangGraph, n8n, etc.
Owner emailRecommendedWho is responsible for this agent
DepartmentRecommendedFinance, Legal, Operations, etc.
Contains PIIYesDoes this agent process personal data?
Writes to systemsYesCan this agent modify external systems?
HITL requiredYesDoes a human review outputs before action?
Muster automatically calculates a risk score (0–100) based on these attributes.

CSV import

For bulk registration, download the CSV template from the Add Agent dialog:
name,framework,owner_email,department,contains_pii,writes_to_systems,hitl_required
invoice-processor-v2,LANGGRAPH,finance@acme.com,Finance,true,true,true
fraud-detector,AUTOGEN,risk@acme.com,Risk,true,true,false
contract-reviewer,LANGCHAIN,legal@acme.com,Legal,false,false,true
Upload the CSV and Muster imports all agents at once.

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
Discovered agents appear in the Discovery Queue for your review before being added to the registry.

Risk scoring

Every agent gets a risk score immediately on registration:
ScoreLevelTypical profile
70–100CriticalWrites to systems + PII + no HITL
50–69HighExternal LLM + writes to systems
25–49MediumExternal LLM, read-only
0–24LowInternal only, no PII
Risk rules are transparent — click any agent to see exactly which rules fired and their point values.