Skip to main content

Connect to an Organization

Now that you have prepared the Intrinsic development environment, the next step is to add your Organization and authenticate. Authenticating allows you to see available solutions, install skills into a solution, and view logs from your skills.

Add your Organization

  1. Find your Organization name

    • Your organization name can be found in the dropdown at the top of the sidebar of the Flowstate Home page.

    Org name

    • The organization name should look like this:
    Organization (project ID)
    ⬇️ ⬇️
    Intrinsic (intrinsic-prod)
    note

    If your project ID isn't listed in the dropdown, check the URL of your Flowstate page. The ID is part of the web address

    https://flowstate.intrinsic.ai/project/<project_id>/org/<organization>

  2. Open Intrinsic VS Code Extension

    • Navigate to the left panel and click the Add Organization button:

    Add organization

  3. Enter your Organization name

    • In the text input field that appears, enter your organization name using the following format: organization@project_id
    note

    When entering the organization name, ensure you use the lowercase version, as the field is case-sensitive. For example, enter intrinsic instead of Intrinsic.

Enter cloud Organization name

Authenticate with your Organization

Authenticate with your Organization to enable working with solutions in it.

  1. Click on the Log in button. This will open a new terminal in VS Code.

    Solution explorer log in

  2. A new terminal will be opened in vscode.

  3. The command will open a web browser to a page asking you to log into your Flowstate account. Log into your account.

  4. The web page will generate a key for you. Copy the key text.

  5. Paste the key text into the terminal in VS Code where it asks for an access token. Login execution

The Intrinsic VS Code extension will now display running solutions running in your cloud Organization.

Organization loaded

Select a target solution

Specify the solution you wish to use with the Intrinsic VS Code extension.

  1. Find your solution in the list under your Organization.
  2. Click the target icon next to your solution name.

Set target solution

You have set a target solution. The status bar at the bottom of the VS Code window shows the name of your current target solution.

Target solution in status bar

When you install your custom skills from VS Code they will always be installed into your target solution.

What's next

Now that you have set up your development environment and authenticated to an Intrinsic Organization, you may proceed with any of the following: