The world's first Intelligent Execution Engine for APIs. Automate dependencies, heal broken tests, and ship with confidence.
A premium product of SWAHIRA
Speed, privacy, and intelligence - all in a tool that lives next to your code.
Rumour automatically extracts IDs, tokens, and session data from API responses, seamlessly flowing state between requests without manual scripting.
{ "token": "eyJhbGci..." }
Headers: Authorization: Bearer {{token}}
Analyzes your dependency graph to run requests concurrently for maximum throughput.
100% local-first. Your data, secrets, and API collections never leave your machine. No telemetry.
Detect failures like expired tokens or missing resources and resolve them automatically using configurable soft and hard healing strategies to keep CI pipelines green.
Your tests are simple TOML files. Manage them in your repository just like your source code - branch, diff, and review with ease.
Write powerful pre/post-request scripts using the Rhai engine for complex assertions and dynamic test logic.
Experience the next generation of API testing. Faster, smarter, and 100% private.
Get the native Desktop GUI client for visual workspaces, or install the lightweight CLI binary for serverless automation.
Define your request flows, variables, and assertions in simple, human-readable TOML files.
Execute your request chains locally or in CI, letting Rumour resolve token expires and path changes dynamically.
Select a request from the sidebar or get started with the quick actions below.
Use 'Ctrl + P' to search for any request file instantly.
Authorization header expired. Injecting fresh credentials using sequence
auth_flow.toml...