How it works
After each agent job completes, your code sends a POST request to Muster with the results. That’s it.The one endpoint
The quality endpoint requires no authentication. This is intentional — agents should never need to manage API keys or tokens. Rate limit: 1,000 requests/minute per agent.
Integration options
Python snippet
5-line fire-and-forget pattern. No pip required.
HTTP webhook
For n8n, Flowise, Dify — any tool with an HTTP node.
muster-sdk (optional)
pip package for convenience. Not required.
cURL / any language
Works from bash, Node.js, Java, Go — anywhere.
Security considerations
- No inbound access required — agents only make outbound HTTPS calls
- No SDK dependency — nothing to audit, nothing to patch
- No secrets in agent code — the quality endpoint is public
- Air-gapped option — deploy Muster inside your own network for zero external calls