Prerequisites
You need a Dust workspace and at least one model provider configured. Go to Providers from your main account page and set up OpenAI (or another supported provider) with a valid API key.Step 1: Create a new app
Go to a Space, click Company Data (or another Space), then Apps, then New App. Give your app a short, memorable name (lowercase, no spaces).Step 2: Add an input block
Click + Block and add aninput block. The input block is the entry point to your app. Attach it to a dataset by clicking Create Dataset.
In the dataset editor, define a schema matching the inputs your app expects (for example, currentCompany and currentCity as strings), then add a few example entries. These are used to test your app during design.
Step 3: Add an LLM block
Click + Block and add anllm block. Select your model provider and model. Write a prompt that references your input block using Tera templating: