Skip to main content
Variables allow you to define reusable values that can be referenced in your prompts. This is useful when you need to run workflows with different input parameters. In the dashboard setup prompt, type $ and select a variable to insert it as a chip.

How Variables Work

When your workflow runs, Kadoa automatically replaces variable references with the actual values you’ve defined. Example: If you create a variable named keywords with the value "ESG reports", this prompt:
Becomes:

Variable Data Types

Creating Variables

  1. Navigate to team settings in your dashboard sidebar
  2. Click Create variable
  3. Enter a unique Key (no spaces allowed)
  4. Select the Data Type (Text, Secret, JSON Object, Array)
  5. Enter the Value
  6. Click Save

Using Variables in Prompts

When writing your prompt:
  • Type $ to see available variables
  • Select a variable from the suggestion list
  • The variable appears as a chip in the prompt editor and remains linked to the stored variable
  • To create a variable without leaving the prompt, choose Create variable from the suggestions
Variables: zipCodes: ["10001","10002"], radius: 25

Example: Authenticated Portal Access

Variables: username: "user@example.com", password: (Secret)

Variable Scope

  • Variables are scoped to your team workspace
  • All team members can use variables in their workflows
  • Only Admins and Owners can create, edit, or delete variables

Learn More