{
  "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",
    "xt1_is_the_runtime_side_truth_standard_and_xnya_is_the_native_proof_side_compact_evidence_standard",
    "frozen_runtime_and_proof_truth_models_should_be_publicly_inspectable_from_the_same_first_contact_path",
    "multiple_payment_and_protocol_fronts_should_converge_back_into_one_quote_fund_execute_prove_spine",
    "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, agent, or machine caller from install to a quoted, funded, executed, and provable machine task without private context while keeping the broader protocol, payment, and proof breadth legible.",
  "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 && Invoke-RestMethod https://www.naxytra.com/v1/agent-entry-pack/summary | ConvertTo-Json -Depth 8",
      "note": "Use this before moving into paid execution so the caller sees the runtime/proof split, XT1 and XNYA surfaces, the callable protocol fronts, and the frozen runtime/proof truth surfaces behind them."
    },
    {
      "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 direct signed payment, approved account credits, hosted checkout money-in, or an enabled optional payment front such as L402 or BOLT when the operator has bound it.",
      "note": "The public surface exposes callable fronts and bounded claim truth, while treasury landing refs and operator wiring stay under the hood."
    },
    {
      "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, https://xytara.onrender.com/v1/execution-truth/summary, and https://xoonya.onrender.com/v1/followthrough-truth/summary",
      "note": "Operator-only ledgers require bearer auth; public summaries stay safe for outside builders and now point directly at the frozen runtime and proof-side truth models."
    }
  ],
  "agent_json_mode": {
    "preferred_entry": "/v1/first-run-path",
    "preferred_agent_entry": "/v1/agent-entry-pack",
    "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-truth/summary",
      "https://xoonya.onrender.com/v1/default-path/summary",
      "https://xoonya.onrender.com/v1/followthrough-truth/summary",
      "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"
    ],
    "supported_interface_families": [
      "cli_terminal",
      "browser_checkout",
      "chat_agent",
      "direct_api",
      "service_to_service"
    ],
    "supported_protocol_fronts": [
      "mcp",
      "a2a",
      "a2c",
      "acp",
      "grpc",
      "mqtt",
      "kafka",
      "nats",
      "ros2",
      "webhook_event_bus"
    ],
    "supported_payment_fronts": [
      "x402",
      "account_credits",
      "hosted_checkout",
      "l402",
      "bolt_utxo_spv"
    ],
    "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"
    },
    {
      "mode": "hosted_checkout_money_in",
      "public_first_contact": false,
      "secret_required": false,
      "recommended_for": "browser_or_human_to_machine_funding"
    },
    {
      "mode": "l402_optional_front",
      "public_first_contact": false,
      "secret_required": false,
      "recommended_for": "enabled_permissionless_micro_payment_fronts"
    },
    {
      "mode": "bolt_utxo_spv_optional_front",
      "public_first_contact": false,
      "secret_required": false,
      "recommended_for": "enabled_utxo_native_optional_fronts"
    }
  ],
  "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",
    "agent_entry_pack_ref": "/v1/agent-entry-pack",
    "agent_entry_pack_summary_ref": "/v1/agent-entry-pack/summary",
    "a2a_agent_card_ref": "https://www.naxytra.com/.well-known/agent-card.json",
    "legacy_a2a_agent_card_ref": "https://www.naxytra.com/.well-known/agent.json",
    "a2a_agent_card_summary_ref": "https://www.naxytra.com/v1/a2a-agent-card/summary",
    "discovery_registry_ref": "/v1/discovery-registry",
    "discovery_registry_summary_ref": "/v1/discovery-registry/summary",
    "agent_discovery_index_ref": "/v1/agent-discovery-index",
    "agent_discovery_index_summary_ref": "/v1/agent-discovery-index/summary",
    "a2a_summary_ref": "https://xytara.onrender.com/v1/a2a/summary",
    "acp_summary_ref": "https://xytara.onrender.com/v1/acp/summary",
    "x402_summary_ref": "https://xytara.onrender.com/v1/x402/summary",
    "l402_summary_ref": "https://xytara.onrender.com/v1/l402/summary",
    "agents_page_ref": "/agents",
    "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",
    "xytara_xt1_summary_ref": "https://xytara.onrender.com/v1/xt1/summary",
    "xytara_autonomous_entry_summary_ref": "https://xytara.onrender.com/v1/autonomous-entry/summary",
    "xytara_execution_truth_summary_ref": "https://xytara.onrender.com/v1/execution-truth/summary",
    "xytara_default_path_summary_ref": "https://xytara.onrender.com/v1/default-path/summary",
    "xytara_payment_rail_truth_summary_ref": "https://xytara.onrender.com/v1/payment-rail-truth/summary",
    "xytara_adapter_protocol_truth_summary_ref": "https://xytara.onrender.com/v1/adapter-protocol-truth/summary",
    "xoonya_proof_truth_summary_ref": "https://xoonya.onrender.com/v1/proof-truth/summary",
    "xoonya_native_standard_summary_ref": "https://xoonya.onrender.com/v1/proof-center/native-standard/summary",
    "xoonya_default_path_summary_ref": "https://xoonya.onrender.com/v1/default-path/summary",
    "xoonya_followthrough_truth_summary_ref": "https://xoonya.onrender.com/v1/followthrough-truth/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"
  }
}