Skip to content

Workflow

Domain: workflow

Composite workflow, script-library, and macro-orchestration domain; the main built-in orchestration layer.

Profiles

  • workflow
  • full

Typical scenarios

  • Capture APIs end-to-end
  • Register and verify accounts
  • Probe endpoints and inspect bundles
  • Chain multi-step macro workflows

Common combinations

  • workflow + browser + network

Full tool list (9)

ToolDescription
page_script_registerRegister a named reusable JS snippet in the Script Library. Execute with page_script_run.
page_script_runExecute a named script from the Script Library with optional runtime params (params).
api_probe_batchBatch-probe API endpoints in browser context with auto token injection and HTML skip.
js_bundle_searchFetch a remote JS bundle and search it with named regex patterns, with caching and noise filtering.
list_extension_workflowsList runtime-loaded extension workflows from plugins/ or workflows/ directories.
run_extension_workflowExecute an extension workflow by workflowId with optional config and timeout overrides.
reverse_sessionCreate, inspect, list, preview, or run an end-to-end reverse-engineering workflow session with artifact root, cross-domain tool calls, and evidence refs.
run_macroExecute a registered macro by ID with inline progress and atomic bailout.
list_macrosList all available macros.

Released under AGPL-3.0-only