Don't build the workflow.
Just ask for the result.
Every other tool sells the canvas. We sell the outcome. Type what you want — "refund order 1234 on Shopify," "post in #launch on Slack," "purge the homepage cache" — and the AI picks the right connector and runs it. 56 wired in. Encrypted per-user keys. Approval queue on the dangerous stuff. Audit trail on everything.
What makes it different.
Honest answers.
Where do my API keys actually live?
On disk, AES-256-GCM encrypted with a versioned key envelope (key_id rotation supported). The encryption key is derived from a server-side secret loaded only at boot and never logged. The plaintext leaves memory the moment it's saved.
Does the AI ever see my full data?
The local LLM only sees your command (e.g., "refund order 1234 on Shopify") to pick the connector and parse arguments. It does not see vendor responses or your other connectors' data. Routing runs on Steve's hardware — no third-party LLM API.
What if the AI picks the wrong tool?
Sensitive actions (refunds, posts, DNS edits, deletions) land in an approval queue with the parsed intent shown in plain English. Read it. Approve or reject. Reads execute immediately because they don't change state.
How does this differ from Zapier or Make?
Those are workflow builders — you wire triggers to actions on a canvas, then maintain the wires. Commerce Claw is the opposite: type one sentence, the AI picks the connector. No canvas, no Zaps to maintain, no per-task pricing.
What's the pricing?
Currently free while in early access. The eventual model will be a flat workspace fee (no per-task metering, no credit math). If pricing changes, you'll get 30 days notice and can export your audit log + connector registrations on the way out.
Can I self-host?
Not yet packaged for distribution. The architecture is a single Node process + JSON store + local Ollama, so it's straightforward to lift — email info@agentabrams.com if you want the Docker recipe.
What if I want a connector that's not in the 56?
Most modern SaaS tools speak OAuth2 + REST and slot in cleanly. Tell us what you need; new connectors typically ship in 1-3 days. Anything that exposes a webhook can be wired the same week.
Is this production-ready?
Encryption-at-rest, atomic writes with fsync, audit trail, sensitive-action approval queue, CSP+HSTS, rate limits — yes, by mainstream-SaaS standards. We're early-access because the connector matrix and UX are still hardening, not because the security floor is.