LIVE SYSTEMS / COLLECTION 02
OPERATE
Send. Chain. Observe.
Three tools for systems in motion: communicate with software, automate repeated work, and see what your machine is doing right now.
Relay
Inspect what your software says on the wire.
Build requests, inspect responses, keep a local history, export cURL, and spin up lightweight localhost mock endpoints without needing an account or hosted workspace.
- HTTP request builder
- Response body, headers and timing
- Saved requests and local history
- Local mock server
"status": "ok",
"data": [ ... ]
}200 OK · 42 ms
Forge
Turn repeated actions into reusable workflows.
Chain commands, file operations, HTTP requests, waits, and app launches into portable local workflows with explicit ordering, timeouts, logs, and stop controls.
- Command and process steps
- File and directory operations
- HTTP workflow steps
- Portable workflow JSON
- Run testsPASS
- Build executablePASS
- Copy filesPASS
- Create archiveRUN
- Open output folderWAIT
Pulse
See what is running and how it connects.
Inspect process relationships, executable details, memory, CPU time, open ports, and TCP links so the machine reads as a system rather than a flat task list.
- Parent and child processes
- Memory and CPU time
- TCP connections and ports
- Windows-rich provider with cross-platform fallbacks
HOW THESE TOOLS BEHAVE