Skip to main content
February 2026

Issues Page

Shortissues
The Issues page gives you a system-wide view of what’s breaking in production. Use the issues page to proactively surface and prioritize issues in production. Run a scan over your production data to group repeated incidents by severity, track frequency, and generate a concise list of actionable issues. Drill into each issue to view a detailed bug report and linked investigations, and schedule recurring scans to keep a continuously up-to-date view of what’s breaking in prod.
Note: Issues are generated from time-bounded scans (for example, the last 24–48 hours) and can be scheduled or run on demand to keep your view of production aligned with what’s actually happening.

Suggested Fixes

Suggestions
Once a scan is run, click Suggested Fixes to explore concrete actions for the surfaced issues. Each suggestion is ranked by impact and proposes a specific change such as creating a PR to fix the issue, adjusting thresholds to silence the issue, or adding observability improvements like logging or monitoring. Acknowledge the gaps in your production system and take action directly with Deeptrace.

MCP API Keys & API Keys

Screenshot 2026 02 22 At 9 56 19 PM
Navigate to the Settings page to configure your MCP API Keys and API Keys. Setting up an API key allows you to trigger investigations and fetch results from scripts, services, or CI/CD jobs. With your MCP API key, use Deeptrace from Cursor or Claude Code. This lets the AI run investigations, search past investigations, and fetch investigation details directly inside your editor.

Investigation Follow-up Chats

Investichat
Now you can follow ask follow-up questions directly in investigations or use the investigations as context in chat!
January 2026

Workspace Editor

Use the new Workspace Editor to curate custom context that guides Deeptrace’s chats and alert investigations. Define best practices for querying observability tools and investigating alerts.WorkspaceeditorThe workspace editor serves as Deeptrace’s primary structured knowledge store for system behavior, root causes, and resolutions. Teams can create folders and files to document successful previous root causes, failure patterns, or service relationships. Deeptrace is automatically scanning your system to supplement context which you can refine or collaborate on in the workspace editor. The agent treats the workspace editor as high-signal, durable context that shapes its reasoning across all future investigations.
Tip: We recommend keeping the DEEPTRACE.md file concise and human-readable. Too much context can slow down and distract investigations.

Memories

Deeptrace’s memory system creates a durable, structured record to gain a deeper understanding about your system.Screenshot 2026 01 20 At 1 22 04 AMThe agent maintains a file-system memory layer that evolves as new investigations occur. In the background, Deeptrace automatically runs specialized sub-agents analyzing prior issues to continuously refine Deeptrace’s understanding of your services. During investigations, these memories are surfaced in real time to help Deeptrace reason more accurately and adapt as your system changes.
Tip: For high-signal feedback, provide the correct root cause in a reply. Deeptrace captures this information and uses it to improve future investigations.

Codesearch

Deeptrace’s Codesearch enables the agent to semantically understand and navigate your codebase and logs.CodesearchWe’ve introduced Claude code-style tools that allow the agent to more effectively search and reason through stack traces. These improvements result in clearer evidence trails that connect alerts and logs directly to specific files and lines of code, enabling more precise remediation suggestions scoped to the right parts of your system.

BYO MCP

Deeptrace now supports BYO MCP, allowing teams to integrate custom tools, data sources, and workflows beyond our native integrations.ByomcpConnect any streamable HTTP MCP by simply providing its URL along with a header name and value for authentication. Once connected, these capabilities become first-class tools that Deeptrace can actively use throughout investigations, so the agent works naturally with your existing systems and internal tooling.