{
  "ok": true,
  "product": "naxytra",
  "category": "public-first-run-path",
  "path_version": "naxytra-public-first-run-path-v1",
  "posture": "outside_builder_quote_pay_or_credits_execute_prove",
  "doctrine": [
    "start_from_one_public_website_and_two_public_packages",
    "xytara_runs_the_paid_runtime_path",
    "xoonya_proves_the_result_and_handoff_path",
    "native_and_external_payment_or_proof_methods_are_optional_lanes",
    "public_examples_use_placeholders_for_account_wallet_and_operator_secrets"
  ],
  "goal": "Move a new builder from install to a quoted, funded, executed, and provable machine task without private context.",
  "fastest_public_path": [
    {
      "step": 1,
      "phase": "install",
      "outcome": "packages_available",
      "command": "npm install xytara xoonya",
      "note": "Install the two public packages. The website remains the public umbrella face."
    },
    {
      "step": 2,
      "phase": "discover",
      "outcome": "caller_understands_runtime_and_proof_surfaces",
      "command": "xytara start-here && xoonya start-here",
      "note": "Use this before moving into paid execution so the caller sees the runtime/proof split."
    },
    {
      "step": 3,
      "phase": "quote",
      "outcome": "payment_quote_or_payment_required_challenge",
      "command": "xytara first-run --run-quote --account ACCOUNT_REF --pretty",
      "note": "Quote-only mode is safe for first contact because it does not require wallet secrets or funded credits."
    },
    {
      "step": 4,
      "phase": "fund",
      "outcome": "account_can_pay_with_direct_signature_or_reusable_credits",
      "command": "Use either direct signed payment headers or fund account credits through an approved external money-in gateway.",
      "note": "Human checkout and enterprise payment fronts stay outside the public stack boundary; xytara consumes the resulting machine credits or payment proof."
    },
    {
      "step": 5,
      "phase": "execute",
      "outcome": "paid_runtime_transaction_and_result_package",
      "command": "xytara first-run --execute-with-credits --account ACCOUNT_REF --pretty",
      "raw_command": "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",
      "note": "For repeat usage, prefer account credits once the account is funded. Direct signed payment stays available when wallet material is configured."
    },
    {
      "step": 6,
      "phase": "prove",
      "outcome": "proof_side_review_or_bundle_verification",
      "command": "xoonya first-run --verify-native --pretty",
      "raw_command": "xoonya start-here && node node_modules/xoonya/examples/package_quickstart.js",
      "note": "Use xoonya to verify proof bundles, result handoffs, native proofs, or imported external proof envelopes."
    },
    {
      "step": 7,
      "phase": "inspect",
      "outcome": "operator_or_builder_can_see_what_was_quoted_paid_executed_and_proven",
      "command": "Open https://www.naxytra.com/v1/public-proof-pack/summary and https://www.naxytra.com/v1/first-run-path/summary",
      "note": "Operator-only ledgers require bearer auth; public summaries stay safe for outside builders."
    }
  ],
  "agent_json_mode": {
    "preferred_entry": "/v1/first-run-path",
    "runtime_surface": "https://xytara.onrender.com/x402/commands/execute",
    "guided_cli": "xytara first-run",
    "raw_runtime_quote_command": "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.\\\"}}\" --quote-only --pretty",
    "raw_runtime_credits_first_payload": {
      "account_id": "ACCOUNT_REF",
      "command": "mcp.invoke:summarize",
      "task_ref": "adapter.mcp.invoke",
      "payment_preference": "credits_first",
      "body": {
        "tool_name": "summarize",
        "arguments": {
          "text": "Summarize the naxytra first-run path in one sentence."
        }
      }
    },
    "proof_surfaces": [
      "https://xoonya.onrender.com/v1/proof-center/summary",
      "https://xoonya.onrender.com/v1/proof-center/native-standard/summary",
      "https://xoonya.onrender.com/v1/proof-center/import-adapter/summary"
    ],
    "public_evidence_surface": "https://www.naxytra.com/v1/public-proof-pack/summary",
    "recommended_task_ref": "adapter.mcp.invoke",
    "recommended_tool": "summarize"
  },
  "funding_modes": [
    {
      "mode": "quote_only",
      "public_first_contact": true,
      "secret_required": false,
      "recommended_for": "outside_builder_discovery"
    },
    {
      "mode": "direct_signed_payment",
      "public_first_contact": false,
      "secret_required": true,
      "recommended_for": "machine_wallet_or_controlled_operator_test"
    },
    {
      "mode": "credits_first",
      "public_first_contact": false,
      "secret_required": false,
      "recommended_for": "repeat_usage_after_approved_funding"
    }
  ],
  "placeholders": [
    {
      "token": "ACCOUNT_REF",
      "meaning": "xytara account or hidden-account reference used for runtime accounting."
    },
    {
      "token": "WALLET_ID",
      "meaning": "Machine wallet id configured in the xytara wallet registry."
    },
    {
      "token": "WALLET_SECRET",
      "meaning": "Local signed-payment secret for controlled direct-payment tests."
    },
    {
      "token": "OPERATOR_BEARER",
      "meaning": "Optional operator token for protected ledgers and reporting surfaces."
    }
  ],
  "proof_handoff_boundary": {
    "runtime_owner": "xytara",
    "proof_owner": "xoonya",
    "umbrella_owner": "naxytra.com",
    "invariant": "execution_and_payment_state_do_not_become_proof_protocol_state",
    "public_rule": "show_the_path_without_exposing_real_wallet_secrets_operator_tokens_or_treasury_landing_refs"
  },
  "linked_surfaces": {
    "try_page_ref": "/try",
    "start_page_ref": "/start",
    "first_run_summary_ref": "/v1/first-run-path/summary",
    "first_run_command_kit_ref": "/v1/first-run-kit",
    "first_run_command_kit_summary_ref": "/v1/first-run-kit/summary",
    "public_catalog_ref": "/v1/public-catalog",
    "public_proof_pack_ref": "/v1/public-proof-pack",
    "xytara_npm_ref": "https://www.npmjs.com/package/xytara",
    "xoonya_npm_ref": "https://www.npmjs.com/package/xoonya"
  }
}