Skip to main content
Test and validate your Agentic app interactively before deployment. Submit queries, observe agent responses in real time, and trace execution flow to catch issues early.

Overview

The Playground is an interactive chat environment where you simulate conversations with your Agentic app. It captures a detailed execution timeline for each query and stores conversation history for debugging and review.

Starting a Session

A new session starts automatically each time you open the Playground. To start a fresh session manually:
  1. Click New Session at the top of the Playground interface.
  2. The chat window clears and a blank session begins.
Starting a new session does not delete previous conversations. Access them using the History option.
Playground

Interface Components

ComponentDescription
Query InputText field for entering queries. Supports typed input and voice input via browser-based speech recognition (ASR).
Response DisplayShows the agent’s response to each submitted query.
Timeline (Right Panel)Step-by-step execution trace from user input to final output. Click a step to inspect details.
Flow Diagram (Right Panel)Visual representation of the execution sequence across all components.
AttachmentsUpload files as contextual input using the attach icon in the query input box.

Voice Input

Click the microphone icon in the query input field to activate voice input. Spoken input is converted to text and populated in the field automatically.
  • Voice output is not supported — responses are text only.
  • Voice input uses browser-based ASR, supported by default in Chrome, Firefox, Safari, and Edge.

Timeline Details

Each step in the Timeline represents a distinct agent or tool (for example, Supervisor, Insights_Agent) and shows the time taken to complete its task. Clicking a step reveals:
FieldContent
MessagesThe question or command sent to or received from the component, along with the reasoning used to process it.
RequestThe prompt sent to the component.
ResponseThe output received from the component.
Debug LogsDetailed status messages across agents, tools, and supervisors. Includes Guardrails execution logs, auto-expanded traces, and session and trace IDs.
Timeline

Flow Diagram

The Flow Diagram provides a visual layout of the overall execution flow, making it easier to understand the sequence of operations and interactions between components. Flow Diagram

Attachments

Upload files to provide contextual information to the agent during a conversation.
  • Attachments require Document Upload to be enabled under Playground Settings on the Configurations page.
  • File count and size limits are set under Attachment Configurations in General Settings. Learn more.
  • Uploaded files display a preview icon next to the file name for quick identification. Document Preview

Document Context Management

Uploaded documents are organized into two sections:
SectionDescription
In ContextDocuments actively used as context for the current conversation.
RemovedDocuments that are uploaded but excluded from the current context.
Context Management
  • Remove from context: Delete the document from In Context — it moves to Removed automatically.
  • Restore a document: Click the + icon in the Removed section.
  • Delete permanently: Click the delete icon on the file in the Removed section.

Conversation History

The Playground automatically saves all conversation history. Use the History option to revisit, debug, or continue past sessions. History

Resuming a Session

  1. Click History at the top of the Playground.
  2. Browse past conversations — each entry shows the first user message and response. Use time filters to narrow the list.
  3. Select a conversation to open it in the Playground.
  4. Review or continue the conversation from where it left off.

History Constraints

ConstraintDetail
VisibilityEach user sees only their own conversation history.
Message limitOnly the most recent 50 messages (user inputs and agent responses) are stored and restored per session.
ConfigurationResumed sessions use the current configuration settings, not those from the original session.
AttachmentsAttachments from the previous session remain accessible but must be manually re-selected to use them as context.
Thought tracesAvailable only for messages in the current active session — not for messages from resumed sessions.

Agent Tool Authorization

If an agent’s tools use Auth Profiles that require user authorization, you are prompted at the start of the session.
StateBehavior
AuthorizedStatus shows “Authorized” and the agent proceeds with the query.
Not AuthorizedA secure redirect URL is provided. Complete authorization before the agent can respond.
The agent cannot execute actions until authorization is complete. If multiple authorizations are required, all are listed in a table at the start of the session. Unauthorized tools fail and return errors.
Example: If the agent requires access to Google services, the Playground displays the authorization status at the beginning of the session. Authorization