Playground
The Playground lets you compare models, iterate on your system prompt, attach files, and save/share test snapshots.
Open the Playground
- Go to
/app/playground
. - If you’re not on the Pro plan, you’ll see an upgrade screen.
Workflows and functionality
- Select models for each chat card via the dropdown at the top of each card.
- Type your message once in the shared input at the bottom; it fans out to all visible chats.
- Toggle the sidebar to select a project prompt/version to use as the system prompt.
- Iterate on the system prompt content and re-run.
- Attach files to your messages.
- Save your test as a snapshot.
- Share your snapshot with others.
- Clone a snapshot for yourself.
- View your saved snapshots under
/app/playground/history
. - Open a snapshot to view, star, share, or clone it.
- Configure default models, chat count, and sidebar behavior in
/app/playground/settings
. - Use the playground to develop prompts from scratch and save them to a project.
Open from the Prompt editor
- From a prompt version’s menu in the editor (
/app/projects/[projectSlug]/prompts/[promptId]
), click “Open in Playground”. - A new tab opens the Playground with the prompt and version pre-selected via query params:
projectSlug
,promptId
, andversionId
. - The sidebar reflects these selections and loads the version content as the system prompt so you can test immediately.
Attachments
- Supported: images, PDF, and plain text files (up to 10 MB each).
- Files are uploaded to S3 via a presigned URL before sending.
Saving playground snapshots and history
- Click “Save test” to create a snapshot of all chats and the current system prompt.
- Access saved snapshots under
/app/playground/history
. - Open a snapshot to view, star, share, or clone it.
Sharing
- Use “Share” on a snapshot to control visibility: private, org, or specific access.
- If you don’t own a snapshot or can’t edit it, use “Clone for myself” to make your own copy.
Settings
Configure default models, chat count, and sidebar behavior in /app/playground/settings
.
Last updated on