Log in
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:
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:
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.
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.
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.
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.
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.
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.