What you see
The central chat interface where you communicate with your AI agent, displaying your messages and the agentβs responses in a conversational format.Core interactions
Send messages β Type your message and press Enter or click SendView responses β Agent replies appear below your messages
Scroll history β Review the full conversation thread
Format content β Markdown is supported for rich text formatting
Features
Message composition
- Type naturally, just like any chat interface
- Multi-line messages supported (Shift + Enter for new line)
- Paste images and files (if supported)
- Edit recent messages (depending on configuration)
Response formatting
Agent responses can include:- Plain text explanations
- Code blocks with syntax highlighting
- Lists and structured data
- Links and references
- Status updates and progress indicators
- Execution steps β Real-time visibility into action execution with detailed step-by-step progress
- Interactive actions β Actionable buttons and UI elements within chat responses
- Chat actions β Quick reply buttons at the end of messages for common follow-up actions
OAuth Widgets
When authentication is needed, interactive OAuth widgets appear directly in chat: How it works:- The agent detects you need to connect a third-party service
- An OAuth button appears in the chat message
- Click to open the authorization popup
- Complete login with the provider (Google, Slack, GitHub, etc.)
- Popup closes automatically on success
- Chat continues with the new connection active
- Inline authorization β No need to leave the conversation
- Real-time status β See connection progress in the chat
- Multiple widgets β Connect several providers in one session
- Automatic completion β Widget state tracks across messages
- All OAuth providers supported β Google, Microsoft, GitHub, Slack, Linear, Notion, and more
Chat Actions (Quick Buttons)
At the end of agent messages, you may see quick action buttons:- Suggested follow-ups β Common next steps based on context
- Color-coded buttons β Visual distinction for different action types
- Single-click actions β Execute actions without typing
- Stateful interactions β Buttons update based on your choices
- βRun this flowβ β Execute the current workflow
- βDeploy to productionβ β Quick deploy action
- βShow me the codeβ β View generated Action code
- βEdit thisβ β Jump to editing mode
Context awareness
The agent has access to:- The full conversation history
- All enabled projects (from the right panel)
- Your organizationβs data and permissions
- Previous chat sessions (depending on configuration)
- Execution context β Live execution data and step tracking for debugging
- Enhanced tool calling β Improved reliability and error handling for agent tools
Best practices
Be specific β Clear requests get better responsesReference projects β Mention specific project names when relevant
Break down complex tasks β Ask step-by-step for complex workflows
Review enabled projects β Make sure the agent has access to needed capabilities
tip: If the agent doesnβt have the capabilities you need, check the right panel to ensure the relevant projects are enabled.
Keyboard shortcuts
Enter β Send messageShift + Enter β New line in messageCtrl/Cmd + K β Clear input (if supported)Up Arrow β Edit last message (if supported)