What Are Multi-Tenant Parameters For?
Multi-tenant parameters let one deployed server serve multiple tenants (customers, workspaces, accounts) instead of standing up a separate server per tenant. You define a required or optional parameter — like a customer ID — that Arthur injects into matching tool arguments on every call, taken from a query parameter on the MCP endpoint URL.


Learn more: How to Configure Multi-Tenant Parameters.

Tutorial video