The Organizer is a triage workspace for interesting requests you want to revisit. Save flows here with notes, tags, and categories — keep your “stuff to look at later” pile separated from the firehose of the main HTTP History.
Think of it as a curated bookmark folder for flows. Findings are for confirmed vulnerabilities; the Organizer is for hunches and works-in-progress.
🔗Saving Requests
From any flow in the Logger or Search view:
- Right-click → Save to Organizer
- Or multi-select → Bulk Save to Organizer
Each saved entry captures:
- Snapshot of the flow at save time (request + response + headers)
- A free-form note field
- A category (your taxonomy — see below)
- Tags (multi-value)
- Priority (Low / Medium / High / Critical)
- Created/updated timestamps
The flow itself stays in History; the Organizer entry is a separate record that points to it.
🔗Categories
Build your own categorisation to fit how you triage. Common starter categories:
recon— endpoints worth deeper inspectionauth-flows— login / logout / refresh flowsidor-candidates— params worth privilege-escalation testingadmin-paths— anything that smells like admin functionalityjs-of-interest— JavaScript files with sinks worth analysingweird— responses that surprised you and need explainingrepro-needed— bugs you saw once and need to reproduce
Categories are project-scoped. Create them inline as you save flows.
🔗Search & Filter
The Organizer table supports:
- Full-text search across notes, tags, URL, body
- Filter by category, tag, priority
- Filter by status (Open / In-Progress / Done / Discarded)
- Sort by saved-date, priority, last-updated
🔗Status Workflow
Each entry has a status to track triage progress:
Open → In-Progress → Done
↘ Discarded
- Open — newly saved, not yet looked at
- In-Progress — actively investigating
- Done — confirmed (usually means a finding was created)
- Discarded — false alarm, no impact
Status updates with one click; bulk update via multi-select.
🔗Bulk Actions
- Bulk tag / untag
- Bulk change category
- Bulk set priority
- Bulk mark status
- Bulk delete
- Bulk export
🔗Promote to Finding
Each entry has a Promote to Finding button — opens the New Finding dialog pre-populated from the saved snapshot (URL, method, evidence body, etc.). The Organizer entry is auto-marked Done with a link to the new finding.
🔗Triage Workflow
- While testing, save flows that look interesting (don’t stop to investigate — keep flow)
- End of session, open Organizer
- Sort by Priority desc, status=Open
- Walk the list: investigate, then mark In-Progress / Discarded / Promote to Finding
🔗Export
Export the entire Organizer as JSON for sharing with collaborators or for offline review:
- Full snapshots
- All metadata
- Status history
🔗MCP
The organizer MCP tool exposes:
list— all entries with filters (category / tag / status / priority)get— one entry by idsave— save a flow with note + category + tagsupdate— change note / category / tags / status / prioritydeletesearch— full-text searchcategories— list all categories used in the projecttags— list all tagsbulk_tag— apply tag to multiple entriesbulk_deleteexport
LLM agents can use this as scratch space — “I’m exploring this API, save anything interesting to organizer with tag agent-discovered so the human can review later”.