workspace_chat
Investigate your infrastructure by asking natural language questions. The AI agent searches, filters, and correlates data across your workspace to provide detailed answers with session history and browser links.
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 has ~25+ internal tools including semantic search, keyword grep, resource graph traversal, issue correlation, knowledge base lookup, and data analysis.
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 |