AccelerUpDocs
Copilot/Tools it can use

Copilot tools

What the Copilot can actually look up, and the boundaries on each.

The Copilot answers by calling tools. All reads are unrestricted within your organisation; all writes are guarded.

Monitoring and data

ToolReads
Database queryAccelerUp's own data — alerts, incidents, services, deploys
MonitoringCurrent status and recent metrics
History searchPast incidents, alerts and post-mortems
correlate_windowEverything that happened in a time window
list_releases / release_changelogWhat shipped

correlate_window

The most useful one. Given a window it returns deploys, config changes, flag flips, Cloudflare traffic shifts, incidents and alerts — from one call.

This is what makes "what changed before this broke" answerable in a sentence.

Code

Tool
GitHubRepositories, commits, pull requests, file contents
Flag scanWhere a feature flag is referenced

Issues and documents

Tool
JiraSearch and read issues
ConfluenceSearch and read pages

Four read tools across the two, reusing the existing Jira integration credentials.

Files

With COPILOT_WORKSPACE_DIR set, it can read files in one sandboxed directory.

ScopeThat directory only
ExtensionsCOPILOT_WORKSPACE_EXTENSIONS
SizeCOPILOT_WORKSPACE_MAX_FILE_KB
OffThe feature is disabled unless the directory is set
Important

read_file results are never cached. A file read earlier in a conversation is read again — otherwise the Copilot would answer from a stale copy after you changed something, and would sound equally confident doing so.

MCP

A localhost MCP bridge lets the CLI engine reach AccelerUp's own tools, and additional MCP servers can be configured.

Vision and attachments

Images and files can be attached to a message — a screenshot of a graph, a log excerpt, a config file.

Agents

Scoped sub-assistants can be defined with access limited to specific services or repositories, for when a broad assistant is more access than a task needs.

Where this behaviour lives: backend/internal/integration/copilot_tools.go. If the code and this page disagree, the code is right — please fix the page.

Part of CopilotThe assistant that can read your monitoring data and act on it.