The first-run command kit is now browsable.
This page makes the builder’s quote-execute-prove loop easy to inspect. It keeps the public first-contact path, the secretless command path, and the proof handoff path in one readable place.
Prerequisites
These are the short, public-safe steps before quote and execution.
- install_packages: npm install xytara xoonya
- inspect_public_path: Invoke-RestMethod https://www.naxytra.com/v1/first-run-kit | ConvertTo-Json -Depth 8
Command flow
The kit keeps the first-run loop bounded to quote, funded execution, proof, and inspection.
- discover: xytara start-here && xoonya start-here
- quote_safe_first: xytara first-run --run-quote --account ACCOUNT_REF --pretty
- execute_with_credits: xytara first-run --execute-with-credits --account ACCOUNT_REF --pretty
- execute_direct_payment: xytara-run --url https://xytara.onrender.com --account ACCOUNT_REF --task adapter.mcp.invoke --command mcp.invoke:summarize --body-json "{\"tool_name\":\"summarize\",\"arguments\":{\"text\":\"Summarize the naxytra first-run path in one sentence.\"}}" --wallet-id WALLET_ID --wallet-secret WALLET_SECRET --pretty
- prove_locally: xoonya first-run --verify-native --pretty
- inspect_public_evidence: Invoke-RestMethod https://www.naxytra.com/v1/public-proof-pack/summary | ConvertTo-Json -Depth 8
Proof modes
The proof modes remain method-agnostic and keep native and external proof paths explicit.
- xoonya-native-sha256-v1: local replayable proof integrity is enough
- xoonya-native-signed-v1: agent or machine key-bound authorship matters
- xoonya-native-anchored-v1: the proof should bind to finality, batch, content, chain, or external attestation refs
- external_interop_methods: JWT, DID/VC, SD-JWT VC, signed envelope, or partner proof envelopes already exist
Public checks
The first-run kit points at the public checks a builder can run after the loop is complete.
- first_run_summary: step_count >= 7 and phases include quote, execute, prove
- xytara_adapter_depth: adapter_depth_state = provider_live_path_deepened
- xoonya_native_standard: native_methods include xoonya-native-anchored-v1
- xoonya_anchor_profile: verification_posture = native_anchor_binding_verified
- xoonya_external_import_adapter: supported_methods include jwt-assertion-v1, did-vc-v1, sd-jwt-vc-v1, signed-envelope-v1, and partner-proof-envelope-v1
Try · Start · Proof · Claim · Money-in · Operator shell · Receipt
Boundaries
The kit is explicit about the public secretless boundary and the funding boundary.
- quote_only_mode_is_the_only_public_first_contact_mode_that_needs_no_secret
- funding_and_wallet_material_must_stay_out_of_public_docs_and_json
- external_money_in_is_gateway_or_adapter_bound_not_directly_coupled_to_naxytra_packages
- xoonya_anchor_binding_does_not_claim_external_provider_or_chain_truth
- xoonya_external_import_binds_external_evidence_without_claiming_external_issuer_truth
Launch surfaces
The first-run kit works best when it sits next to the release, proof, and activation surfaces.
Release kit · Activation path · Money-in · Operator shell · Claim · Evidence digest · Release gates · Site map