Why Use Prompt Studio?
Decouple Prompts from Code
Update prompts without redeploying your application. No more hardcoded system instructions.
Version Control
Track every change with full version history. Roll back to any previous version instantly.
Multi‑Model Testing
Test the same prompt across multiple models simultaneously. Compare quality, latency, and cost.
Automated Evaluation
Define evaluation rules that automatically score prompt outputs for quality, relevance, and safety.
Team Collaboration
Comments, history tracking, and shared prompts enable team-wide prompt engineering.
API Access
Publish prompts and call them via the REST API using a unique slug identifier.
Prompt Studio Sidebar
The Prompt Studio has its own sidebar with these sections:| Section | Description |
|---|---|
| Editor | The main prompt authoring workspace |
| Comments | Team discussions and feedback on the prompt |
| History | Change log showing who modified what and when |
| Versions | Draft and published version management |
| Optimize | AI-powered prompt optimization suggestions |
| Datasets | Manage test datasets for batch evaluation |
Creating a Prompt
Create
Navigate to Prompts in the sidebar and click Create New Prompt. Give it a name and the system generates a unique slug.
Author
Build your prompt using structured message blocks — System, User, and Assistant messages.
Test
Run your prompt against one or multiple models to validate the output.
Evaluate
Define evaluation rules and datasets to systematically grade prompt quality.
Publish
Publish a version to make it available via the Run Prompt API.

