Skip to main content

Creating a Project

You create projects from the Projects listing page. Choose Manual Setup for a guided wizard, Use Template to bootstrap from an approved blueprint, or wait for AI-Assisted setup (coming soon).

Choose a creation method

  1. Go to Projects in the left navigation.
  2. Click Create project.
  3. Select how you want to build the project:
MethodStatusDescription
Manual SetupAvailableName your project, add a description, and optionally link existing entities.
Use TemplateAvailableStart from a published project template; modules attach in the background. See Project templates.
AI-AssistedComing soonAI generates project structure and entity recommendations from your requirements.
Create project options

Click Manual Setup to open the creation wizard, or Use Template to browse the template gallery.

Step 1: Details

Enter the core information for your project.

FieldRequiredRules
Project nameYes3–50 characters (excluding leading/trailing spaces). Cannot be only whitespace. A character counter shows remaining length.
DescriptionYes10–115 characters. Describe what the project does and its main features.
Naming

Use a name that reflects the business initiative or product— for example, Order Sync Platform or Customer Onboarding v2. This name appears on cards, in the header, and in delete confirmations.

Click Next when both fields are valid.

Step 2: Select entities

Optionally associate existing Boltic resources with the project before it is created. This step is not required—you can skip it and add entities later from the project details page.

Add entity rows

  1. Click Add entity to add a row.
  2. For each row, choose an entity type from the dropdown:
    • Workflows
    • AI Agents — create agents in Kaily first; see AI Agent Setup
    • Gateway
    • Serverless
    • Database Tables
    • MCP
  3. Select a specific resource from the searchable dropdown for that type.

The selector loads existing resources from your organization (workflows from Vortex, gateways from Fluix, tables from Tables, and so on).

Validation rules

  • You cannot select the same entity twice in the wizard.
  • Each row must have both a type and a selected resource before you proceed.
  • If no resources exist for a type, the empty state prompts you to create one first or skip that row. For AI Agents, use the AI Agent Setup guide in Kaily, then return to link the agent to your project.

Remove rows

Click the remove control on a row to drop it from the selection.

Click Next to continue, or proceed with zero entities selected.

Step 3: Review

The review screen summarizes:

  • Project name and description
  • Entity counts by type (for example, 2 Workflows, 1 Gateway)
  • A list of every selected entity with name and type

Use Edit links to jump back to Details or Select Entities if you need changes.

Click Create project to submit. A success notification appears, and you are redirected to the new project's details page after a short delay.

What happens on the server

When you submit the wizard, Boltic:

  1. Creates the project record in your organization (via the Fluix Projects API).
  2. Creates project-item associations for each entity you selected in step 2.
  3. Returns the new project ID so the console can navigate you to the details page.

Entities you did not select remain unchanged in their respective services—they are only linked to the project, not moved or copied.

Create entities in project context later

If you skipped entity selection, open the project after creation and use Add entity on the details page. You can either:

  • Create a new workflow, gateway, serverless app, table, or MCP server (linked to this project via a project_id query parameter), or
  • Add an existing resource from your organization.

See Managing entities.

Troubleshooting

IssueWhat to do
Create button disabledCheck that name and description meet minimum length rules and that every entity row is complete.
Entity dropdown emptyCreate the resource in its service first (for example, create a workflow in Workflow Builder), then return to the wizard or add it from the project page.
Creation failsVerify you have subscription access and a stable network connection. Retry; if the error persists, contact support with the error message from the toast notification.

Next steps