Proxy Mediation¶
Insert an intermediary that acts on behalf of another entity to reduce direct exposure, coordination burden, or dependency.
The Diagnostic Story¶
Symptom: Direct interaction exposes too much: the principal is overloaded by requests a bounded representative could handle, counterparties receive internal detail that creates security or leverage risk, and informal proxies have already appeared but with no clear authority, scope, or revocation path. Either the principal is held responsible for things the proxy did without authorization, or the proxy escapes accountability altogether.
Pivot: Introduce a proxy node with an explicit representation interface, delegation rule, authority scope, trust policy, accountability record, and revocation or escalation path — so it can mediate on behalf of the principal without becoming an unbounded substitute or opaque gatekeeper.
Resolution: The principal's exposure surface is bounded; routine interactions are handled by the proxy at lower cost; counterparties have a stable representative surface; and proxy actions are traceable for audit, correction, and dispute resolution. When the proxy's mandate is insufficient, exceptional cases can still reach the principal.
Reach for this when you hear…¶
[corporate legal] “The reason you have outside counsel speak to the regulator is precisely so you can control what leaves the building — if your CFO takes that call, you have no boundary left.”
[software architecture] “The whole value of an API gateway is that your downstream clients never know which microservice changed — if they call your services directly, any internal refactor breaks them.”
[diplomatic protocol] “An ambassador can receive a communication and ask for instructions rather than committing the state on the spot — that gap is not inefficiency, it is the entire point of having representation.”
Mechanisms / Implementations¶
- Forward Proxy Server: This is a software_or_tool mechanism.
- Reverse Proxy Server: This is a software_or_tool mechanism.
- Human Agent or Representative: This is a role_or_team mechanism.
- Broker Intermediary: This is a institution mechanism.
- Escrow Service: This is a institution mechanism.
- Guardian or Delegate Role: This is a role_or_team mechanism.
- Power of Attorney or Mandate Document: This is a document mechanism.
- Service Account or Bot Delegate: This is a software_or_tool mechanism.
- Privacy Relay or Anonymizing Proxy: This is a software_or_tool mechanism.
- Cached Representation Service: This is a software_or_tool mechanism.
Related Abstractions¶
Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.
Built directly on (3)
- Boundary: Defines system limits.
- Indirection: Introduces intermediary references.
- Network: Models interactions between components.
Also references 5 related abstractions
- Accountability: Responsibility for actions.
- Governance: The durable architecture of authority, accountability, and decision rights through which a group makes binding collective choices and resolves disputes internally.
- Network: Models interactions between components.
- Topology: Studies properties preserved under deformation.
- Trust: Willingly accepting vulnerability to another party's future behavior under incomplete monitoring, based on positive expectations about their competence and intentions.
Variants¶
Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.
Forward Proxy Mediation · implementation variant · recognized
A proxy acts on behalf of a requester or client when interacting with external systems, counterparties, or environments.
Reverse Proxy Mediation · implementation variant · recognized
A proxy acts on behalf of a protected service, resource, institution, or principal when receiving requests from external parties.
Agent Representation · governance variant · recognized
A person, team, or institution acts as an authorized representative for a principal in communication, negotiation, or decision contexts.
Escrow Mediation · mechanism family variant · recognized
A trusted intermediary temporarily holds assets, commitments, keys, information, or value and releases them under defined conditions.
Brokered Proxy Mediation · governance variant · candidate
A broker mediates on behalf of one or more parties by representing needs, matching counterparties, negotiating conditions, or reducing exposure.