1. Sign up
If you don’t have an Adaline account yet, you can create one by signing up at app.adaline.ai. After creating an account, you will notice the following:- A
Sharedteamspace containing workspace-wide public projects and other entities. - A
Privateteamspace with a sample project, prompt and dataset.
2. Setup an AI provider
3. Setup your prompt
A project in Adaline can be considered as a representation of your AI agent (or application, workflow, etc.). Or all the prompts, tools, evaluations, datasets, logs, etc. of an AI agent are contained within a project in Adaline. After sign-up, the platform automatically creates a sample project, prompt and dataset. In this case, the project is calledUntitled and the prompt is just called Prompt.
Essentially, this an AI agent with a single prompt.
Click on ellipsis (three dots) next to the model to configure parameters such as temperature, max tokens, etc.

(Optional)
Update your prompt in the editor on the left. A prompt is made up of messages, each with a role:
- System — sets the AI’s behavior, personality, and constraints. This message persists across conversation turns.
- User — represents the human input or question the AI should respond to.
- Assistant — defines the model’s responses.
{{variable_name}} syntax to insert placeholders that will be replaced with actual values at runtime. For example, a user message might contain {{persona}} to represent the model’s persona.The sample prompt already has a system message and a user message with a variable — feel free to edit them or start from scratch.
(Optional)
Update the prompt variables in the Variables section in the bottom right to any value you want to test your prompt with.Variables are the runtime values that replace 
{{placeholders}} in your messages. They typically represent end-user inputs, additional context, or outputs from previous prompts.
4. Run your Prompt
Click on Run button (top right) or press Cmd + Enter or Ctrl + Enter to run your prompt. Within seconds, you will start seeing the model’s response streaming in the playground with the roleAssistant.




