Tonic Fabricate release information

Learn about what’s in the latest Tonic.ai product releases.
3.25.0
March 25, 2026

Improved the deployment the US instance of Fabricate.

Fixed several issues.

Data Agent configuration- Added configuration options for the Data Agent behavior. In your user profile settings, you can set the Agent verbosity (how much explanation the Agent provides) and autonomy (how often the Agent asks for confirmation). In the user profile settings, workspace settings, and account settings, you can also provide Agent instructions, a set of context rules for the Agent to remember across sessions and databases. The most specific configuration has the highest priority - the profile configuration has a higher priority than the workspace configuration, which has a higher priority than the account configuration.

Redesigned the Account Settings page to group the settings into pages.

Export to Amazon S3 - From the Agent chat, you can now export data to an S3 bucket. Before you can do the export, you must configure the S3 bucket as an available domain for your account, and configure AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY as available secrets for each workspace that uses the S3 bucket.

Database selection - The database dropdown to switch between databases now includes a search field to allow you to search for a database by name.

Database profile - From the Data Agent chat, you can now generate a profile of a database. The profile for each table displays on the Findings view for the table, and includes:

  • A description of the table.
  • The DDL for the table.
  • Correlation of columns. For example, a transaction date and transaction identifier are likely to be tightly correlated.
  • Cardinality of column values.
  • Constraints on columns.
  • Distribution of column values.

You can then use the profile to generate additional data that maintains the profile.

Live connection databases-From the Data Agent, you can now create live connections databases. For a live connection database, Fabricates generates the data directly to an external database. You configure the available server connections for the account. When you create the database, you identify the server connection and the database to use. In a live connection database, you cannot:

  • Directly edit the data
  • Revert Data Agent actions
  • Import static data
  • Export data
  • Clone the database

3.24.0
February 25, 2026

The user menu is now always located at the bottom left of the Fabricate application. Previously, on pages such as account settings and workspace settings, it moved to the top right.

The user menu now includes a Workspace Settings option to allow you to configure settings for the current workspace. Also renamed the My Profile and My Account options to User Settings and Account Settings.

Added a create database icon next to the database dropdown list. This replaces the New Database option that was previously in the dropdown list.

You can now rename a Data Agent chat. To rename the chat, double-click the chat name.

Fixed an issue where an error occurred when the Data Agent attempted to overwrite a file that required extensive changes.

3.23.2
February 19, 2026

Improved handling of large PostgreSQL schemas.

3.23.1
February 19, 2026

Fixed an issue with charts displayed by the Data Agent.

Fixed an issue where users were blocked by limits set by the payment processing system that did not reflect their actual remaining usage.

3.23.0
February 12, 2026

In the single sign-on (SSO) configuration, you can now configure workspace access for new SSO users.

Fixed an issue with PDF import.

3.22.0
February 10, 2026

Fabricate now uses adaptive thinking for Opus 4.6.

3.21.0
February 9, 2026

Single sign-on SSO - Fabricate now supports SSO for Enterprise accounts. Fabricate supports any OIDC provider that supports the Authorization Code Flow mode. The allowed domains configuration for an account now includes allowed email address domains for SSO.

Fabricate now uses Opus 4.6.

For additional security, Fabricate now limits the number of password reset requests.

3.20.0
February 5, 2026

Fixed an issue with testing mock APIs on Data Agent databases.

Fixed an issue with pushing to a MariaDB database.

3.19.0
February 3, 2026

Mock APIs for Data Agent databases (Private Preview) - You can now prompt the Data Agent to create a mock API based on an uploaded Swagger file. This is to accommodate products or features that need to interact with an API instead of directly with a database. Fabricate produces a details page that shows the available routes. The mock API feature for Data Agent databases is currently in private preview. To request access, contact Tonic.ai.

You can now prompt the Data Agent to send feedback to Tonic.ai. This performs the same function as the feedback option that is available in the user menu. Based on the chat, the Data Agent can also ask if you want to send feedback.

Fixed a tooltip display issue.

Fixed an issue with not being able to download a generated file.

3.18.0
January 30, 2026

Fixed an issue with summarizing Data Agent chats.

Improved messaging when the Data Agent reaches its turn limit.

Users can now skip questions from the Data Agent.

3.17.0
January 29, 2026

Plan mode for Data Agent databases is now generally available and no longer in private preview.

Improved error handling.

Added a human user verification step to the signup process.

For billing, we now collect a billing address and add applicable taxes.

3.16.3
January 29, 2026

Fixed an issue where the Agent write TypeScript instead of JavaScript.

Fixed an issue with exports.

3.16.2
January 28, 2026

Fixed an issue with checking the allowed domains for a workflow.

Fixed an issue with stopping Data Agent actions.

Improved how the Data Agent requests additional information.

3.16.1
January 27, 2026

Fixed an issue where the application crashed when a user viewed a Data Agent plan mode plan.

3.16.0
January 27, 2026

Plan mode (Private preview) - The Data Agent now supports plan mode, where instead of immediately performing an action, the Agent assembles a plan to complete the action. The plan is added to the Plans list at the bottom left. When you're satisfied with the plan, you can execute it and return to regular Agent mode. While you can change to plan mode at any time, it is especially useful when you ask the Agent to create or update a large number of tables. The Agent automatically prompts you to switch to plan mode when you ask the Agent to create a database that contains more than 10 tables. Plan mode is currently in private preview. To request access to this feature, contact Tonic.ai.

For new databases, Fabricate now always uses Opus. It no longer uses Sonnet. Existing databases that use Sonnet will continue to use it.

Fixed an issue with sharing messages between chats.

Fixed an issue with context overflow after a large number of text files were attached to the chat.

3.15.1
January 23, 2026

Fixed an issue with the Data Agent search of uploaded files.

3.15.0
January 23, 2026

For workflows, you can now include the required credentials for a required connection in the workflow request, either as a specific value ("use the secret My Secret to connect") or as a parameter to provide when you run the workflow. The domain must already be configured as an available domain in your account settings. Secrets must be configured in workspace settings.

For data that was created from a DDL with multiple schemas, Fabricate now correctly exports the data to the same schemas, instead of to a single schema.

When you select the push to database option for a Data Agent database export, you can now push to a MongoDB database.

Improved Data Agent handling of very large uploaded text files.

3.14.0
January 21, 2026

Workflows (currently in private preview) - In Data Agent, the workflows function allows you to create saved repeatable tasks that you can run against the database. For example, you might set up a workflow to add an additional set of records to the database. If the workflow requires calls to external domains, then you must also configure the available domains and provide credentials to access them. Workflows is currently in private preview. To request access to this feature, contact Tonic.ai.

Text files must now use UTF-8 encoding.

Improved messaging when the LLM is overloaded.

Fixed an issue where the progress bar for a task did not display when Amazon Bedrock was used.

3.13.0
January 14, 2026

Fixed an issue with extremely large lists of values for the list generator.

When you respond to the last question from the Data Agent, the response is now submitted automatically.

The progress bar for a running script now includes a Cancel option.

3.12.0
January 13, 2026

We are evaluating the performance of Opus 4.5 in comparison to Sonnet 4.5.

For the Plus plan, Fabricate now automatically charges the customer's card when the amount owed is larger than $50.00, not just at the end of the billing month.

3.11.0
January 12, 2026

Added prompt caching, which significantly reduces customer cost.

3.10.2
January 9, 2026

Improved performance for loading schemas that contain a large list of rules.

3.10.1
January 8, 2026

Fixed an issue where the Data Agent did not provide a way to answer a question that it posed.

3.10.0
January 7, 2026

Uploaded files are now limited to 100 MB or smaller.

Added a check to prevent account creation with a disposable email address.

3.9.0
December 18, 2025

Fixed a tooltip display issue.

The Data Agent can now export a .zip file containing any type of text file.