Your Project Token

In this guide, you'll often see references to your Project Tokenβ€”a key element for implementing advanced configurations. This token uniquely identifies your AI agents and is required for any API integration or script-based setup.

You can find your Project Token in the installation scripts available under the Settings > Installation tab in your workspace.

Your project token

Throughout the documentation, we use the placeholders {{TOKEN}} or "project_token" to represent your actual token.

Live vs Test Environments

In the Installation section, you’ll notice two different scripts:

  • Live Script: This script connects to the live environment, which reflects the latest published version of your AI agents. It’s the version your end users will interact with.

  • Test Script: This script connects to the test environment, which is automatically updated every time you make a change in the workspace. It represents the version of your AI agents visible in the preview. The test script is ideal for validating new features, testing workflows, or experimenting with configuration changes before pushing them liveβ€”without affecting your users' experience.

Learn more about how live and test environments work in this article: Configure Your AI Agents.

Last updated

Was this helpful?