AI Assistant
The AI Assistant enables org-scoped conversations that answer infrastructure questions, leverage live platform context, and run governed MCP tools with human approval for HIGH-risk actions.
What it does
Answer questions
Get accurate answers from the LLM using your configured AI provider.
Platform context
Include a secret-masked snapshot of your tenant to ground responses.
Run tools
Execute Platform MCP tools. HIGH-risk tools require human approval.
Assistant modes
The available experience depends on your organization's configuration.
Chat experience
?prompt= and ?librarySlug=Context Engine
Gathers a live, secret-masked snapshot for grounding and analysis. All strings pass through the shared redactor (secrets, PII).
redactionFlags.Tool calling
Tools are listed via GET /ai/tools and executed via POST /ai/tools/execute.
Request
User asks a question or requests an action.
Execute
Assistant validates and runs the tool.
Approve (if HIGH risk)
Human approval is required.
Result
Outcome is recorded and returned.
Tool runs are recorded and visible in Activity → Tool runs.