Skip to content

Playground

Open in ChatGPT Open in Claude

Path: Agent Studio → Playground

The Playground lets you chat directly with your agent exactly as your users would. Use it to test responses after making any change to Knowledge, Actions, or Style & Behavior — before those changes reach real users.

  • A chat interface showing your agent’s name and icon.
  • Pre-filled starter prompts (for example, “Create a new project” or “Upload materials from invoice”) — these come from your Starters configuration.
  • A text input at the bottom to type any question.
  • A + button in the top-right to start a fresh conversation.

If you manage more than one agent, switch between them using the dropdown next to the agent name in the top bar.

  1. Type a question a real user might ask, or click one of the starter prompts.
  2. Review the agent’s response for accuracy and tone.
  3. If the response is wrong, the fix is usually in Knowledge (missing content) or Actions (missing capability).

Below each agent response you can give feedback (👍 / 👎), copy it, or open View Analysis to inspect how it was generated — the Knowledge tab shows which articles were referenced (with relevance scores), and the Actions tab shows every backend action the agent called, with its arguments, result, status, and timing.

When the conversation reaches a point where the agent must perform a task, it calls an Action. In the Playground this runs as a mock backend workflow, so you can test safely without touching real systems.

The Playground shows the action it’s about to call and the properties it extracted, then pauses. Edit the mock response to simulate any backend outcome — success, an error, empty data — and click Continue With This Response. The agent processes the result and carries on, so you can validate the whole flow end to end before going live.