GPT-5.4 available in Retool
GPT-5.4 is now available in Retool through OpenAI. It can currently be used with AI actions.
Updates, changes, and improvements at Retool.
Refer to the stable and edge release notes for detailed information about self-hosted releases.
GPT-5.4 is now available in Retool through OpenAI. It can currently be used with AI actions.
READMEs can now be protected for apps that use Source Control. For existing apps that have a README, Retool will add a README.md file to your repository with your next commit. If you are protecting an app for the first time, Retool will include the README.md file automatically.
This feature is currently rolling out to cloud instances and will be available to self-hosted instances on an upcoming edge release.
As a form of feedback, you can now submit prompts from the help button. Find the help button at the bottom right of pages like the apps or resources landing page. Each prompt triggers an internal prototype generated with AI, which Retool can use to improve the product. If Retool implements the feature, you can choose to be credited with your name in the changelog.
Retool would like to thank the Conductor team, who inspired this change with their recent update.
Retool has two new improvements to the API:
{your-instance}/reference. The reference is available on all cloud instances and served locally by self-hosted deployments within its VPC—no internet connection required. The API reference reflects only the API version running on your instance and always matches what's available to you.Retool now supports hardened images, which are now available on the self-hosted stable release channel. These images are designed to improve supply-chain security, reduce the attack surface, and support modern infrastructure while remaining functionally compatible with existing deployments. Learn more about hardened images in the conceptual guide.
At this time, hardened images are supported for the tryretool/backend Docker image only. Retool plans to expand support for hardened images to tryretool/code-executor-service in the future.
Use the following high-level steps to evaluate and roll out hardened images.
Retool strongly recommends testing hardened images on non-production instances first, for example:
When testing:
*-stable-hardened tags.When you're ready to use hardened images in production:
If you encounter regressions, you can temporarily roll back to classic images by reverting your image tags while you work to diagnose and resolve issues.
Over time, hardened images will become the recommended default for production deployments, and classic images will eventually be phased out.
To stay current on timelines and support windows, monitor the Stable releases and Self-hosted requirements documentation.
Self-hosted Retool 3.334.0 is now available on the Stable release channel.
Retool releases a version on the stable channel each quarter. A stable release is generally four versions behind the cloud-hosted version at the time.
Preparation and testing of a stable version occurs approximately four weeks prior to its release. Stable releases are rigorously tested before they are published. As the release cycle is less frequent, administrators can more easily maintain and upgrade deployments.
Retool supports each stable release for six months. During this time, Retool will release patch updates that contain bug fixes or security updates. Patch updates do not contain functionality changes and can be applied more quickly than performing a full version upgrade.
Retool provides versioned product documentation for supported stable releases. When browsing Retool Docs, use the version dropdown menu in the navbar to switch to a relevant version.
After six months, a stable release is considered deprecated. You can continue using a deprecated release but it will no longer receive updates. At this time, you should upgrade to the latest stable release.
Retool made significant design updates to the workflows landing page to improve user experience and align more closely with the agents landing page.
The workflows landing page was updated for cloud instances. It will be available in an upcoming edge release, and is expected in the Q2 stable release for self-hosted instances. To revert to the previous landing page experience, toggle off the Reskin workflow index page to render agents home page UI feature flag in Settings > Beta.
The landing page displays all workflows, and folders containing workflows, for your Retool organization. You can perform the following actions from the landing page:
Claude Sonnet 4.6 and Opus 4.6 are now available in Retool through Anthropic and Amazon Bedrock. Sonnet 4.6 and Opus 4.6 can both be used with AI resource queries.
When creating a new REST API resource, you can now connect an OpenAPI or Swagger specification. Connecting an API specification enables:
When working with resources, users can also manually create endpoints or parameters that aren't included in the specification.
This feature is currently rolling out to cloud instances, and it will be available in an upcoming edge release.
Source Control configuration now supports embedded expressions in sensitive credential fields, including access tokens, passwords, private keys, and SSH keys. This enables secure credential management using configuration variables and secrets.
Toggle the Template variables in Source Control config feature flag in Settings > Beta to enable this feature.
{{ environment.variables.MY_KEY_OR_TOKEN }}
{{ secrets.MY_SECRET.KEY }}
Embedded expression support is available for all Source Control git providers: GitHub, GitLab, Bitbucket, Azure Repos, and AWS CodeCommit. The UI includes field captions, autocomplete, and validation to help you use embedded expressions correctly.
Non-sensitive fields like repository names, branch names, and usernames do not yet support embedded expressions.