Every tool is designed for programmatic use by AI agents and headless runtimes. Fetch one manifest, import the ES module you need, call the function, and keep the output on your machine.

The local execution flow

1. fetch(manifest)api/manifest.json2. import(module)dynamic from URL3. call fn(input)pure local JS4. resultstays on device

All processing is local. No uploads, no accounts, no keys. Agents read the source, load what they need, and own the output.