Create Workspace, App, and Dashboard via CLI#
In this section, we will guide you through the process of setting up your workspace, app, and dashboard using the Engine AI SDK CLI.
Tip
You can also create the workspace, app and dashboard directly from the Management Portal.
Create a Workspace#
Run the command below to create your workspace:
For example:
This will create a new workspace with slug my-workspace
and name My Workspace
.
Slugs and names are unique
The workspace slug and name must each be unique across the entire platform.
Create an App#
Next, create an app within your workspace:
For example:
This command creates a new app with slug my-app
and name My App
under the workspace my-workspace
.
Create a Dashboard#
Finally, create the dashboard:
For example:This command creates a new dashboard with slug first-dashboard
and name My First Dashboard
under the app my-app
and workspace my-workspace
.
Verify your Setup#
As a final verification, list the dashboards within your app to ensure your new dashboard is present:
Replace <workspace-slug>
and <app-slug>
with your actual workspace and app slugs. For example:
Next Step#
Head over to the Your First Dashboard section to create your first dashboard using the Engine AI SDK.