This page allows you to start new Smart Automization projects using three different methods: by uploading a project file, by describing your project idea for an AI to set up, or by starting with a blank project and naming it yourself. It also helps manage your active session by alerting you before it expires or if it has already ended.
This page is your starting point for creating new Smart Automization projects. You have three main ways to begin: upload an existing project from a JSON file, describe your project idea to an AI that will then set up the details, or simply create an empty project to build manually. Projects can interact with various resources like files, folders, databases, and web services by using environment variables. Every project involves two key stages: first, defining the project and letting our system generate the necessary scripts, and second, running these scripts either on a schedule or as part of a larger automated process. The execution phase is designed to be efficient, often running without needing to call AI models, or using more cost-effective models when AI input is required.
You can access this page by navigating to: /automization
This page offers three ways to initiate a new automation project:
This option allows you to import an existing project from a JSON file saved on your device. Upon successful upload, the project details will be loaded into the editing screen, ready for further configuration.
.json file that contains your project's definition.Use this method to describe your project idea in natural language, and an Artificial Intelligence (AI) agent will generate the initial project setup for you. This is ideal for quickly bootstrapping a project from a conceptual idea.
If you prefer to build your project from the ground up, this option creates a blank project where you can manually define all details. You only need to provide a name to get started.
Additionally, the page incorporates session management, providing notifications if your user session is about to expire or has already expired, to ensure you can save your work and log back in if necessary.
.json file from your local machine.Reason: This error occurs if the file you selected is not a correctly formatted JSON file, or if it's corrupted. The system cannot understand the content.
Reason: Even if the file is valid JSON, it might be missing essential information like the project name, description, or agent type that are needed to create a project. You need to ensure the JSON file contains these crucial details.
Reason: The AI requires a sufficiently detailed description to generate a meaningful project. If your input in the text field is too short, this message will appear, prompting you to add more detail.
Reason: This indicates an issue with the AI generation process itself. The AI might have encountered an internal problem, or the process was interrupted. Try again with a similar or refined prompt.
Reason: You must provide a name for your new empty project before it can be created. The project name text field cannot be left blank.