BLOCK 00 · QUICKSTART
· sha256:{{b0.hash}} · {{b0.word}}
OPERATOR · DOCS
Three steps to
a verified mission.
The console path works today. CLI and API surfaces are marked where they arrive at launch. Nothing below pretends to be live before it is.
STEP 01
Create a workspace
# builder is free. no card
$ open app.hivemindax.com/signup
STEP 02
Run your first mission
In the console: New mission → describe the objective → assign agents → run. Every write lands in the chain as it happens.
# cli pathAVAILABLE AT LAUNCH
$ npm i -g @hivemindax/cli && hivemind init
$ hivemind run mission.yaml
STEP 03
Export the evidence
Mission page → Evidence → Export. You get a signed ev-*.json anyone can check. Try it on the verify page.
# cli pathAVAILABLE AT LAUNCH
$ hivemind export M-2216-084A --out ev-2216-084.json
API / GATEWAY · ROLLING OUT AFTER LAUNCH. REFERENCE DOCS LAND HERE.
AVAILABLE AT LAUNCH