Skip to content

Workflow

Domain: workflow

Composite workflow and script-library 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

Common combinations

  • workflow + browser + network

Representative tools

  • web_api_capture_session — Full-chain web API capture workflow: navigate → inject interceptors → perform actions → collect requests → extract auth → optionally export HAR + Markdown report.
  • register_account_flow — Automated account registration flow with email verification.
  • page_script_register — Register a named reusable JavaScript snippet in the Script Library.
  • page_script_run — Execute a named script from the Script Library in the current page context.
  • api_probe_batch — Probe multiple API endpoints in a single browser-context fetch burst.
  • js_bundle_search — Fetch a remote JavaScript bundle and search it with multiple named regex patterns in a single call.
  • batch_register — Batch account registration with concurrency control, retry policies, and idempotency.
  • list_extension_workflows — List runtime-loaded extension workflows discovered from plugins/ or workflows/ directories, including metadata needed before execution.
  • run_extension_workflow — Execute a runtime-loaded extension workflow contract by workflowId. Supports config overrides, per-node input overrides, and an optional timeout override.

Full tool list (9)

ToolDescription
web_api_capture_sessionFull-chain web API capture workflow: navigate → inject interceptors → perform actions → collect requests → extract auth → optionally export HAR + Markdown report.
register_account_flowAutomated account registration flow with email verification.
page_script_registerRegister a named reusable JavaScript snippet in the Script Library.
page_script_runExecute a named script from the Script Library in the current page context.
api_probe_batchProbe multiple API endpoints in a single browser-context fetch burst.
js_bundle_searchFetch a remote JavaScript bundle and search it with multiple named regex patterns in a single call.
batch_registerBatch account registration with concurrency control, retry policies, and idempotency.
list_extension_workflowsList runtime-loaded extension workflows discovered from plugins/ or workflows/ directories, including metadata needed before execution.
run_extension_workflowExecute a runtime-loaded extension workflow contract by workflowId. Supports config overrides, per-node input overrides, and an optional timeout override.

Released under AGPL-3.0-only