Projects
What are Projects?
Projects are the primary containers for your tasks, assistants, and tools. Depending on your subscription plan, you have a limit to the number of projects you can create. Assistant-Engine allows you to organize and manage these projects efficiently, ensuring that all related workflows, automations, and AI-driven tasks are centralized in one place for seamless execution and tracking.”
Creating a Project
- Go to the Assistant-Engine Admin Panel and login to your account.
- Navigate to the Projects section.
- Click on New Project (or Create Project if you have not yet created any).
- Enter a project name and description (e.g.,
reqms.ai | SaaS Platform
,All AI Assistants & Tasks for reqms.ai
) and click Submit. - Done! You are now able to create Tasks, Asssistants and Tools for your project.
Note
Duplicating a Project
Reusing tasks or assistants from an existing project is simple. Instead of manually copying every aspect, you can duplicate the entire project with just a few clicks.
- Navigate to the Projects Overview page.
- Locate the project you want to duplicate in the list.
- Click the three-dot menu next to the project name.
- Select "Duplicate". A new project will be created in the list, containing all the original settings and configurations.
- Update the new project as needed:
- Remove tasks, assistants, or tools you no longer need.
- Generate a new API token.
- Add a new OpenAI API key.
API Key
To interact with the Assistant-Engine via API, you need to generate an personal token. To do so:
-
Navigate to the Projects Section:
- Select your project from the Projects panel.
-
Go to the API Keys Tab:
- Click on the API Keys tab within your project overview.
- Create a Token:
- Click Create Token.
- Name your Token (e.g., "staging").
- Optionally you can add an expiry date to limit api usage to a certain period. -Click "Submit"
A Personal Access Token is automatically created.
Note