WireMock Cloud Updates

Push/pull + Record Many Via CLI

by Ethan Jones
We’ve added more capabilities to the WireMock CLI, opening up new possibilities for local-first development. Some highlights include: record-many: A convenient way to record stubs from multiple endpoints that are accessible from the
Improvement

Easier access to the developer portal

by Ethan Jones
Improvement
When viewing any mock API where the developer portal has been enabled, you can now find a quick link to the developer portal just below the mock API URL.

Recently Viewed APIs

by Ethan Jones
Improvement
Easily find the APIs you access most often with the new “Recently Viewed APIs” tab.

API-Level Rate Limits

by Ethan Jones
You can now set rate limits at an API level, automatically applying a rate limit to all stubs within the API. Learn more in the docs.
Improvement

New hash helpers

by Ethan Jones
We have added a suite of helpers to our response templating allowing you to automatically work with hashing, including SHA and MD2/5. See the docs for more info.
Improvement

Multi-domain recording via CLI.

by Ethan Jones
The WireMock Cloud CLI now supports the ability to record from multiple domains simultaneously. Read the docs for more info.
Improvement

Advanced recording via CLI

by Ethan Jones
The WireMock Cloud CLI now supports advanced recording via a configuration file, allowing for more specific matching and other more sophisticated configuration. Read the docs for more info.
Improvement

MCP Support For AI-Powered IDEs

by Ethan Jones
Our recently-released WireMock CLI now supports MCP (Model Context Protocol) integration for AI-powered IDEs. This allowed AI-powered IDEs that support MCP, such as Cursor and others, to create mocks automatically based on the codebase or
Improvement

Configurable Rate Limits Via UI

by Ethan Jones
The existing capability to programmatically set mock API rate limits has been enhanced so that you can not configure mock API rate limits from directly within the UI. Read the docs to learn more.
Improvement