Prompts & Playground
Prompts
Open Studio → Prompts (project-scoped).
- Create named prompt templates with system (and optional user) text, temperature, and max tokens.
- Activate the template the project should use by default.
- Browse versions and restore an earlier revision if a change regresses behaviour.
Prompts can be referenced from Playground, chat APIs (promptId), and some agent configurations.
Playground
Open Run → Playground for interactive trials:
- Choose project, provider/model, and optional prompt template.
- Send a message; use streaming when available.
- Attach files when the provider supports vision/document/audio capabilities.
- Optionally ground answers with knowledge bases assigned to the project (see Knowledge bases).
Playground is for exploration. Production traffic should use API keys or dedicated agents/automations with budgets and grants.
Tips
- Keep system prompts short and versioned.
- Prefer lower temperature for deterministic ops workflows.
- Validate a prompt in Playground before wiring it into automations.