The Mind Map displays your API endpoints as a tree of cards with AI-generated explanations. To use it:
- Open a completed scan from the Scans tab.
- Click the Mind Map tab (Brain icon) in the scan detail page.
- Endpoint cards appear in a tree layout. Each card shows the HTTP method, path, handler function, and a source badge (AI-generated or Deterministic).
- Filter by HTTP method (GET, POST, PUT, DELETE), status, or risk level using the toolbar filters.
- Use the search box to find endpoints by keyword or path fragment.
- Click any endpoint card to open a detail panel on the right.
Endpoint Detail Panel
The endpoint detail panel shows:
- Handler symbols — the functions or methods that handle this endpoint.
- HTTP path and method — the full route definition.
- Parameters (inputs) — query, path, body, and header parameters the endpoint accepts.
- Downstream calls — other services or functions this endpoint invokes.
- Security notes — authentication requirements, authorization checks, and risk observations.
- Linked findings — any security findings associated with this endpoint.
- Patch references — remediation drafts related to this endpoint.
If the tab shows "Mind Map not yet generated," wait for analysis to complete and click Refresh in the toolbar.
