Install
One package, one binary. Node 18+.
# run on demand
npx @worca-ai/cli --help
# or install globally
npm i -g @worca-ai/cli
worca --version
The published package is @worca-ai/cli; the
binary it installs is worca.
No backend yet? Run the sandbox
With no API key, worca runs a local sandbox: tasks are stored under ~/.worca and
resolve on a mock timer, so you can build and test the whole command UX end to end before
wiring a real key. Force it anytime with --sandbox.
worca tasks create --sandbox --type social_post --input @post.json --wait --json
Next: authenticate to go live.