Skip to content
QUICKSTART · sha256:{{b0.hash}} · {{b0.word}}
OPERATOR · DOCS

Three steps to
a verified mission.

The console and v1 API are available to existing accounts. Public registration will open when the platform is complete. If you received a workspace invitation, use the link in that email first.

STEP 01

Sign in to your workspace

# existing accounts only; public registration is closed
STEP 02

Run your first mission

In the console, choose New mission, state the objective in your own words, review the proposed plan and model choices, then approve and launch it. You do not pick the agents: the planner reads the objective, breaks it into tasks and assigns an agent to each. Every write lands in the audit chain as it happens, each entry hash-linked to the one before it.

STEP 03

Export the evidence

On the mission page, or on the Audit trail page once you have pasted the mission id into the filter, choose Download signed attestation. You get a PDF. An attestation is Hivemind's signed statement of the events it recorded, and this one, hivemind-attestation-*.pdf, covers a single mission. For the verify page you need a different file, hivemind-signed-export-*.json, from GET /api/v1/workspaces/:slug/audit/export/signed?mission_id=:id, using a token with audit:export permission. The console does not produce that JSON file. Try the verify page’s two sample exports first.

The API is at api.hivemindax.com. Create a token in the console, under Settings. OPENAPI V1