A new boolean property disableTryItOut has been introduced at the environment level within the Server Configuration, allowing API providers to disable the interactive Try It Out functionality on the API portal for specific environments.
Configurable Sidebar Width Now Available in the API Developer Portal
We've added support for configurable sidebar widths in the API Developer Portal. You can now control the left navigation sidebar width using the layout.sidebar.size portal setting, with four predefined sizes to choose from.
Custom Code Injection: Add Your Own Logic to Generated SDKs
APIMatic's SDKs are now fully customizable. You can add your own code to any generated SDK, inluding new files, custom logic and extra dependencies. Your changes are preserved and persist across generations.
API Copilot Now Supports HTTP
API Copilot now supports HTTP(also known as REST) in addition to the existing SDK-based languages. Developers can ask integration questions and receive accurate cURL code samples directly within the chat interface.
Updated UI for Custom Components in the API Developer Portal
We've updated the UI for custom components in the API Developer Portal. Components including Callouts, Card/Card Group, Accordion/Accordion Group, Frame Image, Frame Video, Mermaid, and Table have been updated with a cleaner, more polished look — making your documentation feel more cohesive and professional.
Adding Custom Text Support to the API Recipe Finish Modal
We've added the ability for recipe authors to customize the completion message, suggested next recipe label, and next recipe button text shown in the finish modal, giving you full control over how users are greeted at the end of a recipe.
Improved Title Generation in SDK Documentation
This release enhances SDK documentation title generation from your OpenAPI specifications. We now apply smarter casing rules to endpoint titles and model names. You'll see improved handling of prepositions, acronyms, and any words you've defined in the DoNotSplitWords list.
New OpenAPI Linting Rules for Pagination, Webhooks, and Callbacks
We've expanded the openapi-v3-apimatic-linting,openapi-v3-codegen-linting, openapi-v3-standard-linting, and openapi-v3-standards-validation rulesets with new linting and validation rules covering Pagination, Webhooks, and Callbacks.
CLI: Updated SDK Generation Input Flag and Path Semantics
We are updating the SDK generation CLI command to make inputs for SDK and Portal generation CLI commands consistent. Now Portals and SDKs can be generated using the same input, simplifying CI/CD scripts.
Success Notification for API Calls in API Recipes
We've introduced success notifications for API calls in API Recipes, allowing developers to confirm a successful response directly in the workflow.