Skip to main content

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:

  1. Choose project, provider/model, and optional prompt template.
  2. Send a message; use streaming when available.
  3. Attach files when the provider supports vision/document/audio capabilities.
  4. 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.