Skip to main content

Trace Core Engine

Trace is an AI-powered debugging intelligence engine that understands web application state and provides automated analysis.

What It Actually Is

One API to rule them all.
  • Input: User Query + Tool Execution Results
  • Output: Intelligent analysis, issues, recommendations
Trace is stateless. It does not store browser data. It relies on clients (Extension, SDK, CLI) to capture state and execute tools.

How it works

1

User Asks Question

Client sends query to /v1/plan.
2

Engine Plans Tools

Engine returns a plan (e.g., “Run get_dom_state”).
3

Client Executes Tools

Client runs tools via CDP/Puppeteer and sends results to /v1/analyze.
4

Engine Analyzing Insights

Engine returns a human-readable explanation and fix.

Clients (One Brain, Many Hands)

ClientExecutes Tools ViaUse Case
ExtensionCDP (local browser)Live debugging in Chrome
SDKPuppeteer / CDPCI/CD pipelines, automated tests
CLIPuppeteer / CDPTerminal-based debugging