onboard
Initialize a customer profile, request the registration challenge, sign it, and persist the issued token into the active profile.
This delivery track is for operators who need a concrete package, a repeatable profile-driven workflow, and a CLI that already covers onboarding, token refresh, signed relay sends, inbox operations, routing, and explicit capability issuance.
Release Metadata
Delivery stage
Customer Ready
Packaging
Packaged Windows bundle
Validation
Live local validation
Version
0.1.0
Last packaged
Mar 29, 2026, 01:50 AM UTC
Source README
src/claws/zeroclaw-rust/README.md
Package Source
src/claws/zeroclaw-rust/Cargo.toml
Validated Customer Workflows
These are the operator-facing workflows that have already been built into the current ZeroClaw delivery path.
Initialize a customer profile, request the registration challenge, sign it, and persist the issued token into the active profile.
Renew the active access token without manually copying challenge payloads or signatures.
Sign and submit JSON relay envelopes, with automatic cross-namespace capability injection when the payload is a JSON object.
Read inbox batches over the HTTP poll path for CLI-style operator workflows and bounded receive loops.
Acknowledge one or more relay IDs once the operator or local workflow has completed the handoff.
Query public, same-namespace, or private route recommendations before dispatching work.
Mint a short-lived cross-namespace capability token explicitly for operator debugging and customer support workflows.
Local Validation Status
These are the delivery-path checks that have already been exercised against the local SysRelay environment.
Live onboarding
Validated against the local SysRelay API after the canonical challenge-signing fix.
Self-send, poll, and ACK
Validated end to end with a single namespace profile using the packaged customer flow.
Cross-namespace send, poll, and ACK
Validated after server-side capability issuance and client-side automatic token injection were added.
Explicit capability issuance
Validated from the packaged Windows bundle using the issue-capability command against the local relay.
Customer Bundle Contents
Command Surface
cargo run -- init C:\ZeroClaw\customer @acme/zero https://sysrelay.comcargo run -- onboardcargo run -- refresh-tokencargo run -- send @partner/worker {"task":"ping"} globalcargo run -- poll 15cargo run -- ack rid-1 rid-2cargo run -- route public task.execute @acme/zerocargo run -- issue-capability @partner/worker task.execute 300