GaiaHub's Documentation
GaiaHub's Documentation
  • GETTING STARTED
    • Introduction
    • Quickstart
    • Adding credentials
    • Variables
    • Add GaiaHub on your website
  • Creating a simple LLM app
Powered by GitBook
On this page
  1. GETTING STARTED

Variables

PreviousAdding credentialsNextAdd GaiaHub on your website

Last updated 9 months ago

GaiaHub offers variables as a way to share information across your applications. For example, you could have a application summarising the important notes from a website in real time, and putting the results in a global variable that would later be read and used by another application.

To create your variables it's easy. You need to go on the left menu "Variables" > "Create New Variable":

Then, you'll set the variable's name and its type:

  • Static: the value will be retrieved as it is

  • Runtime: the value will be retrieved from the .env file