Skip to main content
Prompt Studio is Traceport’s dedicated environment for prompt engineering. It provides an IDE-like experience for creating, testing, versioning, and publishing prompts — all from a single interface.

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:
SectionDescription
EditorThe main prompt authoring workspace
CommentsTeam discussions and feedback on the prompt
HistoryChange log showing who modified what and when
VersionsDraft and published version management
OptimizeAI-powered prompt optimization suggestions
DatasetsManage test datasets for batch evaluation

Creating a Prompt

1

Create

Navigate to Prompts in the sidebar and click Create New Prompt. Give it a name and the system generates a unique slug.
2

Author

Build your prompt using structured message blocks — System, User, and Assistant messages.
3

Test

Run your prompt against one or multiple models to validate the output.
4

Evaluate

Define evaluation rules and datasets to systematically grade prompt quality.
5

Publish

Publish a version to make it available via the Run Prompt API.