Hybrid deployment balances convenience with control by splitting the architecture:
the control plane an UI remain in the cloud while API simulations are hosted in your infrastructure
using WireMock Runner.Benefits of hybrid deployment:
Simplified management through the cloud-hosted UI
Data plane traffic stays within your network
Flexibility to deploy mock APIs where they’re needed
Reduced operational burden compared to full self-hosting
Hybrid deployment suits:
Development and testing workflows requiring local or private simulated APIs
CI/CD pipelines that can’t access public internet services
Organizations comfortable with cloud management but requiring private data planes
Scenarios needing simulated APIs in multiple diverse locations