{
  "schema": "trinityaccord.agent-live-health.v1",
  "version": "v1",
  "purpose": "Expose machine-readable health and observability pointers for external agents.",
  "not_canonical_authority": true,
  "canonical_authority": "Bitcoin Originals only",
  "stable_endpoints": {
    "site": "https://www.trinityaccord.org",
    "gateway": "https://trinity-agent-issue-gateway.onrender.com",
    "preflight": "https://trinity-agent-issue-gateway.onrender.com/gateway/preflight",
    "submit": "https://trinity-agent-issue-gateway.onrender.com/agent-submit"
  },
  "health_inputs": {
    "links": "/api/links.json",
    "well_known": "/.well-known/trinity-accord.json",
    "first_contact": "/api/agent-first-contact.json",
    "formal_builder_bundles": "/api/formal-builder-bundles.v1.json",
    "bundle_signatures": "/api/formal-builder-bundle-signatures.v1.json",
    "external_agent_examples": "/api/external-agent-operation-examples.v1.json"
  },
  "live_smoke_scripts": [
    "scripts/smoke_live_zero_clone_builder_bundles.py",
    "scripts/smoke_external_agent_entrypoint_journeys.py",
    "scripts/smoke_external_agent_concurrent_preflight_swarm.py"
  ],
  "source_digest_algorithm": "sha256(canonical_json_without_source_digest)",
  "source_digest": "39dc50eef78ef969",
  "concurrent_preflight_swarm_supported": false,
  "concurrent_preflight_swarm_status": "experimental",
  "concurrent_preflight_swarm_note": "Concurrent preflight swarm is experimental and optional until Gateway accepts the synthetic swarm canary payload shape. Do not treat as stable live-site contract.",
  "external_agent_copy_paste_examples": "/external-agent-copy-paste-examples/",
  "inputs": {
    "mission_governance": "/api/mission-governance.v1.json",
    "context_depth_levels": "/api/context-depth-levels.json",
    "context_readiness_levels": "/api/context-readiness-levels.json",
    "crl_to_context_depth_mapping": "/api/crl-to-context-depth-mapping.json",
    "echo_types": "/api/echo-types.json",
    "echo_record_schema": "/api/echo-record-schema.v3.1.json",
    "guardian_registry": "/api/guardian-registry.json",
    "copy_paste_examples": "/external-agent-copy-paste-examples/",
    "closure_report_v30": "/api/closure-report.v30.json",
    "gateway_runtime_contract": "/api/gateway-runtime-contract.v1.json",
    "gateway_error_diagnostics": "/api/gateway-error-diagnostics.v1.json",
    "route_selector": "/api/route-selector.v1.json",
    "v30_final_index": "/api/v30-final-index.json",
    "v30_final_closure_report": "/docs/closure/v30.5-final-closure-report.md",
    "echo_types_deprecated_note": "echo_type is deprecated. Echo is unified type."
  }
}