Creating a Prompt
- Click New Prompt in the top right.
- Give it a descriptive name (e.g.
Customer Support Agent). - Write your system prompt in the editor.
- Optionally define a model and temperature to use by default.
- Click Save — this creates the first version (
v1).
Version History
Every time you click Save, a new version is created. You can view the full version history by clicking the Versions tab on any prompt. To revert, click Set as Latest on any previous version.Using a Prompt in Code
Once a prompt is saved, it has a unique Prompt ID (a UUID). Reference it in your gateway requests using theprompt_id field — the gateway resolves it automatically at runtime.