workspace_chat
Investigate your infrastructure by asking the RunWhen AI assistant. It searches, correlates, and returns rich reports, diagrams, and tables.
Instructions
Ask the RunWhen AI assistant about your infrastructure.
This is the PRIMARY tool for investigating infrastructure. It sends your message to the RunWhen workspace AI agent, which searches (keyword, semantic, and fuzzy), navigates and correlates across resources, SLXs, issues, run sessions, and the knowledge base, and returns rich markdown reports, diagrams, and tables.
PREFER THIS TOOL over direct read/query tools (get_workspace_issues, get_workspace_slxs, search_workspace, etc.) for any question that involves searching by topic, keyword, or context — e.g. "issues related to neo4j", "what's failing in namespace X?", "health of the watcher cluster". workspace_chat produces materially better answers because it can search, filter, and correlate across all workspace data internally.
Use direct tools instead ONLY for: executing tasks (run_slx), task
authoring, registry operations, chat config CRUD, KB mutations, or when
you specifically need raw structured JSON for programmatic processing.
Returns: JSON with message, sessionId, widgets, chatUrl (full browser URL to continue this session in the RunWhen UI — run tasks, review history), and chatExportLink (shareable chat-export path when available).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Your question or request about the workspace infrastructure. | |
| session_id | No | Optional session ID to continue a previous conversation. | |
| persona_name | No | AI persona to use (default: 'default'). | default |
| workspace_name | Yes | The workspace to query (e.g. 't-oncall'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |