Skip to main content
Version: v1.0.0

Create Workspace

In this section, you will learn how to create a Workspace and configure it.


Prerequisite


Follow the steps:

Step 1. Go to the StackSpot Portal and sign in to your Account. Access the Workspaces;

Step 2. Click on the 'Create Workspace' button;

Step 3. Enter the following information:

  • Workspace name: Add a name.
  • Description: Describe your Workspace briefly.
  • Add an image: This is optional.

Step 4. Now, click 'Create Workspace'.

Once created, your Workspace will appear in the 'Workspaces' section. If you need to edit it, click 'Edit'.


Create a Workspace Remotely

You can create a Workspace remotely, that is, outside the StackSpot EDP Portal, using a StackSpot Action. This Workspace can be governed and integrated with systems from organizations external to StackSpot.

Prerequisites

  • STK CLI installed.
  • Valid service credentials (Client ID and Client Secret) with permissions to create Workspaces.

Steps

The Action can be executed via the StackSpot CLI.

Step 1. Run the following command in the STK CLI:

stk run action stackspot-core/stackspot-create-workspace

Step 2. During the Action execution, provide the following inputs:

nametypehelp
stk_client_helmtextEnter the Helm of the StackSpot account.
workspace_nametextEnter the name of the Workspace to be created.
workspace_descriptiontextEnter the description of the Workspace to create.

Done, you've created a Workspace remotely.