Skip to content
LogoLogo

Sandbox

What the sandbox is

The sandbox is where you talk to an agent. It appears in two places:

  • Inside the Agent Builder, as the right hand pane, labelled Playground, so you can test a change the moment you make it.
  • In the Agent Hub, as a full screen run view, for everyday use of a published agent.

The builder preview pane alongside the full screen run view

The loop

Loading diagram...

What you can do there

  • Send a message and watch the answer stream in
  • Queue a follow up while it is still working
  • Stop a run
  • Answer a question the agent asks you, and let it continue
  • Start, rename and delete sessions
  • Clear the Playground conversation

Good habits

HabitWhy
Change one thing per runTwo changes at once tell you nothing about which one worked
Keep a set of test questionsRe run them after every meaningful edit
Include the awkward casesEmpty input, wrong language, an off topic question, an attempt to make it break a rule
Test tools against a test account firstA sent email cannot be unsent
Open the trace when something is oddThe trace shows what actually happened, not what you assume happened