We ship fast!
When we help remove your blockers, we hold ourselves to the same standard. We ship continuously, with new features and improvements rolling out every week.
This page highlights major releases. Along the way, we also push regular fixes, stability improvements, and infrastructure upgrades to keep everything running smoothly for you.
Got a feature request?Share it.
If it removes friction, we ship it.
Custom Responses for Unmatched Requests
Beeceptor now lets you configure the default response for unmatched requests. This is useful when you want unknown API paths to fail explicitly instead of receiving the default
For example, you can configure an endpoint to return
How this works:
200 OK response.For example, you can configure an endpoint to return
501 Not Implemented whenever a request does not match any Mock Rule or OpenAPI route.How this works:
- Mock Rules continue to take highest priority.
- Requests matching your OpenAPI specification still receive generated mock responses.
- Requests that match neither will return your configured fallback response (such as 501 Not Implemented).
Simulate Delivery Dates, Retry Windows, and Expiry Logic
You can now parse dates, shift time forward or backward, and calculate date differences directly inside templates using
This makes it much easier to build realistic workflows without hardcoded timestamps.
For example:
dateParse, dateAdd, and dateDiff.This makes it much easier to build realistic workflows without hardcoded timestamps.
For example:
- Simulate an e-comm API that automatically returns a delivery date 3 days after checkout.
- Generate subscription renewal dates 30 days from signup.
- Calculate SLA breach duration between ticket creation and resolution.
- Test expiry windows, retry delays, OTP validity, or scheduled events dynamically.
- Your mocks can now behave closer to real production systems, especially for time-sensitive scenarios and automation testing.
Turn On Agentic Mode with Beeceptor MCP
Beeceptor introduces Agentic Mode with MCP (Model Context Protocol) support, bringing AI-driven control directly into your development workflow. Install the Beeceptor MCP tool in Cursor, Claude, Antigravity, or any MCP-compatible environment and let your AI assistant automatically interact and build mock behaviors.
You can now control your endpoints using simple natural language instructions directly from your working context. Create, update, and manage mock behaviors without switching tools or writing manual configurations.
With Agentic Mode, you can:
You can now control your endpoints using simple natural language instructions directly from your working context. Create, update, and manage mock behaviors without switching tools or writing manual configurations.
With Agentic Mode, you can:
- Create and modify mock behaviors from plain text instructions.
- Record API traffic, inspect requests, and generate mocks instantly.
- Build full prototypes with working backends using CRUD APIs, stateful scenarios, and user journeys.
- Generate dynamic responses using Beeceptor’s template engine.
- Test OAuth flows and authentication scenarios.
- Host and work with API specifications.
- Apply bulk updates across mock rules with a single instruction
Stronger Data Isolation for Enterprise
We’ve enhanced Beeceptor’s enterprise offering with stronger data isolation controls to better protect your organization’s data in Beeceptor Cloud. This builds on our existing safeguards and improves separation across customer environments.
Available for new enterprise accounts, this update reinforces our commitment to higher security while keeping your experience unchanged.
Available for new enterprise accounts, this update reinforces our commitment to higher security while keeping your experience unchanged.
Signup and Login With Email OTP
Beeceptor already supports SSO with Google, GitHub, and Azure. Now, you can use OTP for signup and login, so you don’t need to rely on passwords.
You can also enable “Restricted Mode” to disable password logins entirely and allow only OTP or SSO.
You can also enable “Restricted Mode” to disable password logins entirely and allow only OTP or SSO.
AI-Powered OpenAPI Contract Drift Detection (Beta)
API implementations evolve constantly, but OpenAPI specifications often fall behind. Your developers keep adding endpoints, modify responses, or change payload structures, while the contract documentation stays outdated. This contract drift can break API clients, invalidate mocks, and cause confusion across development and QA teams.
Beeceptor continuously monitors your APIs to keep your contract accurate. After you upload an OpenAPI specification, Beeceptor records real API traffic and validates every request and response against the spec. When a mismatch appears, Beeceptor flags it as contract drift and shows the exact difference.
Beeceptor AI then generates a smart patch based on the observed traffic. Review it and apply the update to your OpenAPI spec with a single click.
Detection, patching, and commit happen in seconds, saving hours of manual contract maintenance.
Beeceptor continuously monitors your APIs to keep your contract accurate. After you upload an OpenAPI specification, Beeceptor records real API traffic and validates every request and response against the spec. When a mismatch appears, Beeceptor flags it as contract drift and shows the exact difference.
Beeceptor AI then generates a smart patch based on the observed traffic. Review it and apply the update to your OpenAPI spec with a single click.
Detection, patching, and commit happen in seconds, saving hours of manual contract maintenance.
OpenAPI Specs: Override AI-Generated API Responses
Our OpenAPI-to-Mock capability already lets you go from an API specification to a live mock server in under a minute. You upload an OpenAPI spec and instantly see your API come to life with realistic, contextual responses. Instead of static placeholders, Beeceptor automatically generates meaningful test data - product names, people names, ages, street addresses, SSN/Aadhaar numbers, and more - using AI and 300+ built-in data generators. You get a mock API that looks and behaves much closer to a real production system.
Now we’re taking this a step further with custom response overrides.
While Beeceptor can automatically generate contextual responses, you can now override and customize any part of the generated response/field to match your exact testing needs. Want specific product names, controlled user profiles, or predictable IDs for integration tests? You’re in full control.
How: Switch to your endpoint settings and open Customize Test Data under the specification section.
No coding. No infrastructure. No deployments.
Just upload OpenAPI spec and start building.
Now we’re taking this a step further with custom response overrides.
While Beeceptor can automatically generate contextual responses, you can now override and customize any part of the generated response/field to match your exact testing needs. Want specific product names, controlled user profiles, or predictable IDs for integration tests? You’re in full control.
How: Switch to your endpoint settings and open Customize Test Data under the specification section.
No coding. No infrastructure. No deployments.
Just upload OpenAPI spec and start building.
Response Building: Fix errors with AI
If you run into syntax errors while building a dynamic response template for your mock rule, Fix with AI is here to help. Available directly from the error notification, it intelligently corrects the issue inline. Whether you’re working with JSON or XML, it focuses only on the relevant syntax errors, so you don’t have to spend time debugging formatting details.
You can stay focused, designing your mock APIs. It’s fast, context-aware, and built to save you time. Give it a try today