Local API
All 29 tools answer over localhost. Same engines as the app — nothing new to learn.
Enable it
- Open Settings → Local API
- Toggle Enable
- Copy your license key as the bearer token (
YOUR_KEYbelow)
Base URL: http://localhost:3030
Try it
Same request in your language — converting 5 km to miles:
terminal
Response
Every tool answers with the same shape:
json
Swap tool and input for anything else — "math" with "(2+3)*4", "color" with "#3b82f6", "format" with JSON plus options: {"target": "yaml"}.
Use it from anywhere
- Shortcuts (macOS) — POST from a shortcut action
- Raycast / Alfred — script commands hitting localhost
- Scripts — any language that can POST JSON
Secured with your Pro license key. Requests never leave your machine.
Next: Pricing