{
  "components": {
    "schemas": {
      "AlphaOpportunitiesAuditResponse": {
        "properties": {
          "caveats": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "default_filter": {
            "additionalProperties": true,
            "type": "object"
          },
          "demoted_rows_sample": {
            "items": {
              "additionalProperties": true,
              "type": "object"
            },
            "type": "array"
          },
          "excluded_from_default_sample": {
            "items": {
              "additionalProperties": true,
              "type": "object"
            },
            "type": "array"
          },
          "identity_summary": {
            "additionalProperties": true,
            "type": "object"
          },
          "issuer_type_summary": {
            "additionalProperties": {
              "type": "integer"
            },
            "type": "object"
          },
          "market_regime": {
            "type": "string"
          },
          "quality_gate_summary": {
            "additionalProperties": true,
            "type": "object"
          },
          "rank_delta_summary": {
            "additionalProperties": true,
            "type": "object"
          },
          "recommended_drilldowns": {
            "items": {
              "additionalProperties": true,
              "type": "object"
            },
            "type": "array"
          },
          "rows": {
            "description": "Full publishable audit rows, present only when include_rows=true.",
            "items": {
              "additionalProperties": true,
              "type": "object"
            },
            "type": "array"
          },
          "source_date": {
            "format": "date",
            "nullable": true,
            "type": "string"
          },
          "top_board_rank_sample": {
            "items": {
              "additionalProperties": true,
              "type": "object"
            },
            "type": "array"
          },
          "top_raw_alpha_sample": {
            "items": {
              "additionalProperties": true,
              "type": "object"
            },
            "type": "array"
          },
          "tower_coherence": {
            "nullable": true,
            "type": "number"
          },
          "tower_status": {
            "type": "string"
          }
        },
        "required": [
          "source_date",
          "default_filter",
          "issuer_type_summary",
          "identity_summary",
          "quality_gate_summary",
          "rank_delta_summary",
          "excluded_from_default_sample",
          "demoted_rows_sample",
          "top_raw_alpha_sample",
          "top_board_rank_sample",
          "recommended_drilldowns",
          "caveats"
        ],
        "type": "object"
      },
      "AlphaOpportunitiesResponse": {
        "properties": {
          "market_regime": {
            "type": "string"
          },
          "opportunities": {
            "items": {
              "$ref": "#/components/schemas/AlphaOpportunityRow"
            },
            "type": "array"
          },
          "source_date": {
            "format": "date",
            "nullable": true,
            "type": "string"
          },
          "tower_coherence": {
            "nullable": true,
            "type": "number"
          },
          "tower_status": {
            "type": "string"
          }
        },
        "required": [
          "source_date",
          "market_regime",
          "tower_status",
          "tower_coherence",
          "opportunities"
        ],
        "type": "object"
      },
      "AlphaOpportunityRow": {
        "properties": {
          "alpha_score": {
            "type": "integer"
          },
          "data_quality_notes": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "debt_coverage_status": {
            "type": "string"
          },
          "live_stress_50pct": {
            "type": "number"
          },
          "resilience_percentile": {
            "type": "number"
          },
          "short_recommendation": {
            "type": "string"
          },
          "stress_50pct": {
            "type": "number"
          },
          "ticker": {
            "type": "string"
          },
          "treasury_strength": {
            "enum": [
              "strong",
              "moderate",
              "weak"
            ],
            "type": "string"
          }
        },
        "required": [
          "ticker",
          "alpha_score",
          "resilience_percentile",
          "debt_coverage_status",
          "live_stress_50pct",
          "stress_50pct",
          "treasury_strength",
          "short_recommendation",
          "data_quality_notes"
        ],
        "type": "object"
      },
      "AlphaScoreBreakdown": {
        "properties": {
          "debt_cleanliness": {
            "type": "integer"
          },
          "regime_fit": {
            "type": "integer"
          },
          "stress_resilience": {
            "type": "integer"
          },
          "treasury_strength": {
            "type": "integer"
          }
        },
        "required": [
          "debt_cleanliness",
          "stress_resilience",
          "regime_fit",
          "treasury_strength"
        ],
        "type": "object"
      },
      "AlphaScoreInputs": {
        "properties": {
          "live_stress_50pct": {
            "type": "number"
          },
          "live_stress_delta_24h": {
            "type": "number"
          },
          "live_stress_delta_7d": {
            "type": "number"
          },
          "peer_percentile": {
            "type": "number"
          },
          "quality_flag_normalized": {
            "enum": [
              "high",
              "medium",
              "low",
              "unknown"
            ],
            "type": "string"
          },
          "stress_50pct": {
            "type": "number"
          },
          "stress_data_status": {
            "enum": [
              "present",
              "missing"
            ],
            "type": "string"
          },
          "treasury_asset_ratio_score": {
            "type": "integer"
          },
          "treasury_data_status": {
            "enum": [
              "normal",
              "anomalous_assets"
            ],
            "type": "string"
          }
        },
        "required": [
          "live_stress_50pct",
          "stress_50pct",
          "live_stress_delta_24h",
          "live_stress_delta_7d",
          "peer_percentile",
          "treasury_asset_ratio_score",
          "stress_data_status",
          "treasury_data_status",
          "quality_flag_normalized"
        ],
        "type": "object"
      },
      "AlphaSignalsProvenance": {
        "properties": {
          "computed_at_utc": {
            "format": "date-time",
            "nullable": true,
            "type": "string"
          },
          "crypto_units_basis": {
            "type": "string"
          },
          "data_source": {
            "type": "string"
          },
          "debt_coverage_status": {
            "type": "string"
          },
          "is_linkbase_backed": {
            "type": "boolean"
          },
          "market_regime": {
            "type": "string"
          },
          "quality_flag": {
            "nullable": true,
            "type": "string"
          },
          "root_resolution_method": {
            "nullable": true,
            "type": "string"
          },
          "source_date": {
            "format": "date",
            "nullable": true,
            "type": "string"
          },
          "tower_status": {
            "type": "string"
          }
        },
        "required": [
          "source_date",
          "computed_at_utc",
          "data_source",
          "is_linkbase_backed",
          "quality_flag",
          "root_resolution_method",
          "debt_coverage_status",
          "crypto_units_basis",
          "market_regime",
          "tower_status"
        ],
        "type": "object"
      },
      "AlphaSignalsResponse": {
        "properties": {
          "accession_number": {
            "nullable": true,
            "type": "string"
          },
          "alpha_interpretation": {
            "type": "string"
          },
          "alpha_score": {
            "type": "integer"
          },
          "alpha_score_breakdown": {
            "$ref": "#/components/schemas/AlphaScoreBreakdown"
          },
          "cik": {
            "nullable": true,
            "type": "string"
          },
          "data_quality_notes": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "dominant_treasury_asset": {
            "enum": [
              "bitcoin",
              "ethereum",
              "mixed",
              "unknown"
            ],
            "type": "string"
          },
          "entity_name": {
            "nullable": true,
            "type": "string"
          },
          "market_regime": {
            "type": "string"
          },
          "period": {
            "format": "date",
            "nullable": true,
            "type": "string"
          },
          "provenance": {
            "$ref": "#/components/schemas/AlphaSignalsProvenance"
          },
          "regime_fit_breakdown": {
            "$ref": "#/components/schemas/RegimeFitBreakdown"
          },
          "regime_fit_score": {
            "type": "integer"
          },
          "score_inputs": {
            "$ref": "#/components/schemas/AlphaScoreInputs"
          },
          "short_recommendation": {
            "type": "string"
          },
          "source_date": {
            "format": "date",
            "nullable": true,
            "type": "string"
          },
          "stress_resilience_breakdown": {
            "$ref": "#/components/schemas/StressResilienceBreakdown"
          },
          "stress_resilience_score": {
            "type": "integer"
          },
          "ticker": {
            "type": "string"
          },
          "tower_coherence": {
            "nullable": true,
            "type": "number"
          },
          "tower_status": {
            "type": "string"
          },
          "treasury_strength": {
            "enum": [
              "strong",
              "moderate",
              "weak"
            ],
            "type": "string"
          },
          "treasury_strength_score": {
            "type": "integer"
          }
        },
        "required": [
          "source_date",
          "ticker",
          "market_regime",
          "tower_status",
          "tower_coherence",
          "alpha_score",
          "alpha_score_breakdown",
          "stress_resilience_score",
          "stress_resilience_breakdown",
          "regime_fit_score",
          "regime_fit_breakdown",
          "treasury_strength_score",
          "treasury_strength",
          "dominant_treasury_asset",
          "alpha_interpretation",
          "short_recommendation",
          "data_quality_notes",
          "score_inputs",
          "provenance"
        ],
        "type": "object"
      },
      "Atlas7AuditStatusResponse": {
        "properties": {
          "age_hours": {
            "type": "number"
          },
          "artifact": {
            "additionalProperties": true,
            "properties": {
              "last_modified_utc": {
                "format": "date-time",
                "type": "string"
              },
              "prefix": {
                "type": "string"
              },
              "storage_container": {
                "type": "string"
              },
              "summary_blob": {
                "type": "string"
              },
              "summary_size_bytes": {
                "type": "integer"
              }
            },
            "type": "object"
          },
          "base_url": {
            "format": "uri",
            "type": "string"
          },
          "composite_failed_count": {
            "type": "integer"
          },
          "composite_operation_count": {
            "type": "integer"
          },
          "counts_by_operation": {
            "additionalProperties": {
              "type": "integer"
            },
            "type": "object"
          },
          "failed_count": {
            "type": "integer"
          },
          "failures_by_operation": {
            "additionalProperties": {
              "type": "integer"
            },
            "type": "object"
          },
          "finished_at_utc": {
            "format": "date-time",
            "type": "string"
          },
          "freshness_window_hours": {
            "type": "number"
          },
          "historical_failed_count": {
            "type": "integer"
          },
          "historical_operation_count": {
            "type": "integer"
          },
          "identity_gap_count": {
            "type": "integer"
          },
          "issuer_count": {
            "type": "integer"
          },
          "job": {
            "additionalProperties": true,
            "properties": {
              "execution_name": {
                "type": "string"
              },
              "execution_name_source": {
                "type": "string"
              },
              "name": {
                "type": "string"
              },
              "schedule_cron_utc": {
                "type": "string"
              }
            },
            "type": "object"
          },
          "last_successful_run_utc": {
            "format": "date-time",
            "type": "string"
          },
          "mode": {
            "type": "string"
          },
          "not_applicable_count": {
            "type": "integer"
          },
          "ok": {
            "type": "boolean"
          },
          "ok_count": {
            "type": "integer"
          },
          "operation_count": {
            "type": "integer"
          },
          "provenance": {
            "additionalProperties": true,
            "type": "object"
          },
          "skipped_count": {
            "type": "integer"
          },
          "stale": {
            "type": "boolean"
          },
          "started_at_utc": {
            "format": "date-time",
            "type": "string"
          },
          "status": {
            "enum": [
              "healthy",
              "degraded",
              "unavailable"
            ],
            "type": "string"
          }
        },
        "required": [
          "ok",
          "status",
          "stale",
          "artifact",
          "issuer_count",
          "operation_count",
          "failed_count",
          "historical_failed_count",
          "composite_failed_count"
        ],
        "type": "object"
      },
      "CompanyFundamentalsResponse": {
        "properties": {
          "cik": {
            "type": "string"
          },
          "entity_name": {
            "type": "string"
          },
          "filing_form": {
            "type": "string"
          },
          "fundamentals": {
            "properties": {
              "cash_and_equivalents": {
                "nullable": true,
                "type": "number"
              },
              "cash_flow_from_operations": {
                "nullable": true,
                "type": "number"
              },
              "current_assets": {
                "nullable": true,
                "type": "number"
              },
              "net_income": {
                "nullable": true,
                "type": "number"
              },
              "operating_income": {
                "nullable": true,
                "type": "number"
              },
              "revenue": {
                "nullable": true,
                "type": "number"
              },
              "total_assets": {
                "nullable": true,
                "type": "number"
              },
              "total_equity": {
                "nullable": true,
                "type": "number"
              },
              "total_liabilities": {
                "nullable": true,
                "type": "number"
              }
            },
            "required": [
              "revenue",
              "operating_income",
              "net_income",
              "cash_flow_from_operations",
              "total_assets",
              "current_assets",
              "cash_and_equivalents",
              "total_liabilities",
              "total_equity"
            ],
            "type": "object"
          },
          "last_updated": {
            "format": "date-time",
            "nullable": true,
            "type": "string"
          },
          "period": {
            "format": "date",
            "type": "string"
          },
          "provenance": {
            "$ref": "#/components/schemas/Provenance"
          },
          "related_party_transactions": {
            "$ref": "#/components/schemas/RelatedPartyTransactions"
          },
          "segment_data": {
            "$ref": "#/components/schemas/SegmentData"
          },
          "source_date": {
            "description": "Promoted daily-change issuer-delta snapshot date. This can be older than current compute/artifact dates when the headline issuer-delta selector rolls back.",
            "format": "date",
            "type": "string"
          },
          "subsequent_events": {
            "$ref": "#/components/schemas/SubsequentEvents"
          },
          "ticker": {
            "type": "string"
          }
        },
        "required": [
          "ticker",
          "entity_name",
          "cik",
          "period",
          "filing_form",
          "source_date",
          "fundamentals",
          "segment_data",
          "related_party_transactions",
          "subsequent_events",
          "provenance"
        ],
        "type": "object"
      },
      "CovenantStressListResponse": {
        "properties": {
          "data": {
            "items": {
              "$ref": "#/components/schemas/CovenantStressResponse"
            },
            "type": "array"
          },
          "meta": {
            "properties": {
              "count": {
                "type": "integer"
              },
              "filters": {
                "type": "object"
              },
              "limit": {
                "type": "integer"
              },
              "offset": {
                "type": "integer"
              },
              "total": {
                "type": "integer"
              }
            },
            "required": [
              "total",
              "limit",
              "offset",
              "count",
              "filters"
            ],
            "type": "object"
          }
        },
        "required": [
          "data",
          "meta"
        ],
        "type": "object"
      },
      "CovenantStressResponse": {
        "properties": {
          "accession_number": {
            "type": "string"
          },
          "ap_z": {
            "type": "number"
          },
          "atlas_model": {
            "description": "Explicit ATLAS model identifier used for the current result.",
            "example": "ATLAS-7",
            "type": "string"
          },
          "atlas_tier": {
            "description": "ATLAS data quality tier. Tower indicates the strongest issuer-specific linkbase support.",
            "enum": [
              "Coil",
              "Oscillator",
              "Tower"
            ],
            "type": "string"
          },
          "bitcoin_units_held": {
            "nullable": true,
            "type": "number"
          },
          "btc_24h_change_pct": {
            "nullable": true,
            "type": "number"
          },
          "btc_7d_change_pct": {
            "nullable": true,
            "type": "number"
          },
          "calculation_arc_count": {
            "type": "integer"
          },
          "charge_level": {
            "description": "How charged the company's Tesla Coil analogue is under stress.",
            "enum": [
              "Low",
              "Elevated",
              "Critical"
            ],
            "type": "string"
          },
          "cik": {
            "type": "string"
          },
          "classification_version": {
            "type": "string"
          },
          "computed_at_utc": {
            "format": "date-time",
            "type": "string"
          },
          "covenant_headroom_50pct": {
            "type": "number"
          },
          "crypto_units_basis": {
            "description": "reported_quantity when BTC/ETH units came directly from filing facts; otherwise an explicit fair-value estimation basis.",
            "nullable": true,
            "type": "string"
          },
          "current_debt": {
            "type": "number"
          },
          "data_source": {
            "description": "How the debt/crypto totals were assembled for the issuer.",
            "enum": [
              "linkbase_rollup",
              "linkbase_rooted_facts",
              "direct_facts_fallback"
            ],
            "type": "string"
          },
          "debt_coverage_status": {
            "description": "Policy classification distinguishing real zero-debt issuers from unresolved coverage.",
            "enum": [
              "resolved_nonzero",
              "legitimate_zero_debt",
              "low_confidence_missing_debt",
              "resolved_zero"
            ],
            "type": "string"
          },
          "discharge_risk": {
            "description": "Probability of covenant discharge or breach.",
            "enum": [
              "Low",
              "Medium",
              "High"
            ],
            "type": "string"
          },
          "ecs_z": {
            "type": "number"
          },
          "entity_name": {
            "type": "string"
          },
          "ethereum_units_held": {
            "nullable": true,
            "type": "number"
          },
          "extension_root_concepts": {
            "description": "Extension concepts involved in the selected root path, when applicable.",
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "filing_form": {
            "type": "string"
          },
          "is_linkbase_backed": {
            "description": "Whether real XBRL Calculation Linkbases were used in the issuer roll-up.",
            "type": "boolean"
          },
          "live_ap_z": {
            "nullable": true,
            "type": "number"
          },
          "live_charge_level": {
            "enum": [
              "Low",
              "Elevated",
              "Critical"
            ],
            "nullable": true,
            "type": "string"
          },
          "live_covenant_headroom_50pct": {
            "nullable": true,
            "type": "number"
          },
          "live_discharge_risk": {
            "enum": [
              "Low",
              "Medium",
              "High"
            ],
            "nullable": true,
            "type": "string"
          },
          "live_ecs_z": {
            "nullable": true,
            "type": "number"
          },
          "live_lsi_z": {
            "nullable": true,
            "type": "number"
          },
          "live_mp_z": {
            "nullable": true,
            "type": "number"
          },
          "live_resonance_status": {
            "enum": [
              "Aligned",
              "Dissonant",
              "Neutral"
            ],
            "nullable": true,
            "type": "string"
          },
          "live_risk_tier": {
            "enum": [
              "CRITICAL",
              "HIGH",
              "MODERATE",
              "LOW",
              "UNCLASSIFIED"
            ],
            "nullable": true,
            "type": "string"
          },
          "live_st_z": {
            "nullable": true,
            "type": "number"
          },
          "live_stress_30pct": {
            "nullable": true,
            "type": "number"
          },
          "live_stress_50pct": {
            "description": "Leverage ratio under a 50% shock after applying the persisted BTC/ETH price overlay.",
            "nullable": true,
            "type": "number"
          },
          "live_stress_70pct": {
            "nullable": true,
            "type": "number"
          },
          "live_stress_delta_24h": {
            "nullable": true,
            "type": "number"
          },
          "live_stress_delta_7d": {
            "nullable": true,
            "type": "number"
          },
          "live_total_crypto_fair_value": {
            "nullable": true,
            "type": "number"
          },
          "lsi_z": {
            "type": "number"
          },
          "mapping_hit_count": {
            "description": "Count of issuer-specific root mappings used during root selection.",
            "nullable": true,
            "type": "integer"
          },
          "market_regime": {
            "enum": [
              "bullish_low_vol",
              "bullish_rising_vol",
              "bearish_falling_vol",
              "bearish_high_vol",
              "neutral",
              "high_synchronization_risk"
            ],
            "nullable": true,
            "type": "string"
          },
          "mp_z": {
            "description": "Mirror Pulse z-score capturing system resonance.",
            "type": "number"
          },
          "noncurrent_debt": {
            "type": "number"
          },
          "period": {
            "description": "Filing period.",
            "format": "date",
            "type": "string"
          },
          "price_last_updated": {
            "format": "date-time",
            "nullable": true,
            "type": "string"
          },
          "price_source": {
            "description": "Persisted market-data source used for the BTC/ETH live-price overlay.",
            "nullable": true,
            "type": "string"
          },
          "quality_flag": {
            "enum": [
              "High",
              "Medium",
              "Low"
            ],
            "type": "string"
          },
          "reference_price_date": {
            "description": "Filing-period date used when BTC/ETH units were estimated from fair value instead of reported quantities.",
            "format": "date",
            "nullable": true,
            "type": "string"
          },
          "resolution_status": {
            "type": "string"
          },
          "resonance_status": {
            "description": "Whether issuer stress and broader system resonance are reinforcing each other.",
            "enum": [
              "Aligned",
              "Dissonant",
              "Neutral"
            ],
            "type": "string"
          },
          "risk_tier": {
            "description": "Overall risk tier based on stress and resonance.",
            "enum": [
              "CRITICAL",
              "HIGH",
              "MODERATE",
              "LOW",
              "UNCLASSIFIED"
            ],
            "type": "string"
          },
          "root_resolution_details": {
            "description": "Compact provenance strings describing the resolved root concepts and methods.",
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "root_resolution_method": {
            "description": "Primary resolver path used for the winning debt/crypto roots.",
            "nullable": true,
            "type": "string"
          },
          "selection_strategy": {
            "type": "string"
          },
          "source_date": {
            "format": "date",
            "type": "string"
          },
          "st_z": {
            "type": "number"
          },
          "stress_30pct": {
            "type": "number"
          },
          "stress_50pct": {
            "description": "Leverage ratio under a 50% Bitcoin price shock.",
            "type": "number"
          },
          "stress_70pct": {
            "type": "number"
          },
          "stress_velocity": {
            "enum": [
              "rising",
              "stable",
              "falling"
            ],
            "nullable": true,
            "type": "string"
          },
          "ticker": {
            "description": "Company ticker symbol.",
            "type": "string"
          },
          "total_crypto_fair_value": {
            "type": "number"
          },
          "total_long_term_debt": {
            "type": "number"
          },
          "uses_live_prices": {
            "description": "True when the issuer's BTC/ETH holdings were repriced using the persisted daily market snapshot.",
            "type": "boolean"
          }
        },
        "required": [
          "source_date",
          "cik",
          "ticker",
          "accession_number",
          "total_long_term_debt",
          "total_crypto_fair_value",
          "stress_30pct",
          "stress_50pct",
          "stress_70pct",
          "risk_tier",
          "atlas_model",
          "is_linkbase_backed",
          "quality_flag",
          "data_source",
          "calculation_arc_count",
          "debt_coverage_status",
          "root_resolution_method",
          "root_resolution_details",
          "extension_root_concepts",
          "mapping_hit_count"
        ],
        "type": "object"
      },
      "DailyChangeEvidenceIssuer": {
        "additionalProperties": true,
        "properties": {
          "cik": {
            "nullable": true,
            "type": "string"
          },
          "entity_name": {
            "nullable": true,
            "type": "string"
          },
          "evidence_available": {
            "type": "boolean"
          },
          "raw_tag_count": {
            "description": "Total raw tag count before pagination.",
            "type": "integer"
          },
          "source_date": {
            "format": "date",
            "nullable": true,
            "type": "string"
          },
          "ticker": {
            "nullable": true,
            "type": "string"
          }
        },
        "type": "object"
      },
      "DailyChangeEvidencePage": {
        "properties": {
          "count": {
            "type": "integer"
          },
          "evidence_ref": {
            "additionalProperties": true,
            "type": "object"
          },
          "has_more": {
            "type": "boolean"
          },
          "limit": {
            "type": "integer"
          },
          "next_args": {
            "additionalProperties": true,
            "type": "object"
          },
          "next_offset": {
            "type": "integer"
          },
          "next_tool": {
            "type": "string"
          },
          "offset": {
            "type": "integer"
          },
          "total": {
            "type": "integer"
          }
        },
        "required": [
          "limit",
          "offset",
          "count",
          "total",
          "has_more"
        ],
        "type": "object"
      },
      "DailyChangeEvidenceResponse": {
        "properties": {
          "cik": {
            "nullable": true,
            "type": "string"
          },
          "evidence_type": {
            "enum": [
              "companyfacts_tags"
            ],
            "type": "string"
          },
          "issuer": {
            "$ref": "#/components/schemas/DailyChangeEvidenceIssuer"
          },
          "message": {
            "type": "string"
          },
          "page": {
            "$ref": "#/components/schemas/DailyChangeEvidencePage"
          },
          "payload_mode": {
            "enum": [
              "evidence_drilldown"
            ],
            "type": "string"
          },
          "request_key": {
            "enum": [
              "daily_change_evidence"
            ],
            "type": "string"
          },
          "source_date": {
            "format": "date",
            "nullable": true,
            "type": "string"
          },
          "status": {
            "enum": [
              "ok",
              "not_found"
            ],
            "type": "string"
          },
          "tags": {
            "items": {
              "$ref": "#/components/schemas/DailyChangeEvidenceTag"
            },
            "type": "array"
          },
          "ticker": {
            "nullable": true,
            "type": "string"
          }
        },
        "required": [
          "request_key",
          "status",
          "payload_mode",
          "evidence_type"
        ],
        "type": "object"
      },
      "DailyChangeEvidenceTag": {
        "properties": {
          "concept": {
            "nullable": true,
            "type": "string"
          },
          "index": {
            "type": "integer"
          },
          "tag": {
            "description": "Raw Company Facts tag evidence line.",
            "type": "string"
          },
          "tag_family": {
            "nullable": true,
            "type": "string"
          }
        },
        "required": [
          "index",
          "tag"
        ],
        "type": "object"
      },
      "DeltaSignalHelpResponse": {
        "properties": {
          "access_model": {
            "properties": {
              "api_key_bypass": {
                "type": "string"
              },
              "paid_data_routes": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "payment": {
                "type": "string"
              },
              "public_support_routes": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              }
            },
            "required": [
              "public_support_routes",
              "paid_data_routes",
              "payment",
              "api_key_bypass"
            ],
            "type": "object"
          },
          "atlas_tiers": {
            "additionalProperties": {
              "type": "string"
            },
            "type": "object"
          },
          "available_endpoints": {
            "items": {
              "properties": {
                "auth": {
                  "type": "string"
                },
                "description": {
                  "type": "string"
                },
                "example": {
                  "type": "string"
                },
                "path": {
                  "type": "string"
                }
              },
              "required": [
                "path",
                "description"
              ],
              "type": "object"
            },
            "type": "array"
          },
          "core_metaphor": {
            "properties": {
              "key_concepts": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "meaning": {
                "type": "string"
              },
              "name": {
                "type": "string"
              }
            },
            "type": "object"
          },
          "description": {
            "type": "string"
          },
          "documentation": {
            "properties": {
              "help": {
                "type": "string"
              },
              "openapi": {
                "type": "string"
              }
            },
            "required": [
              "openapi",
              "help"
            ],
            "type": "object"
          },
          "example_questions": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "field_glossary": {
            "additionalProperties": true,
            "type": "object"
          },
          "framework": {
            "type": "string"
          },
          "how_to_use": {
            "type": "string"
          },
          "service": {
            "type": "string"
          },
          "time_windows": {
            "additionalProperties": {
              "type": "string"
            },
            "type": "object"
          },
          "version": {
            "type": "string"
          },
          "wardenclyffe": {
            "properties": {
              "description": {
                "type": "string"
              },
              "phase": {
                "type": "string"
              },
              "scope": {
                "type": "string"
              },
              "status_values": {
                "additionalProperties": {
                  "type": "string"
                },
                "type": "object"
              }
            },
            "required": [
              "phase",
              "scope",
              "status_values"
            ],
            "type": "object"
          }
        },
        "required": [
          "service",
          "framework",
          "version",
          "access_model",
          "available_endpoints",
          "field_glossary",
          "wardenclyffe",
          "time_windows",
          "documentation"
        ],
        "type": "object"
      },
      "FilingChoreographyChain": {
        "additionalProperties": true,
        "description": "Grouped SEC filing choreography sequence, for example a registration chain or SEC review chain.",
        "properties": {
          "end_date": {
            "format": "date",
            "type": "string"
          },
          "events": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "family": {
            "type": "string"
          },
          "interpretation": {
            "type": "string"
          },
          "label": {
            "type": "string"
          },
          "sequence_id": {
            "type": "string"
          },
          "start_date": {
            "format": "date",
            "type": "string"
          }
        },
        "required": [
          "sequence_id",
          "family",
          "label",
          "start_date",
          "end_date",
          "events"
        ],
        "type": "object"
      },
      "FilingChoreographyEvent": {
        "additionalProperties": true,
        "description": "SEC filing or issuer event marker shown over the SPECTRA chart.",
        "properties": {
          "accepted_at": {
            "format": "date-time",
            "nullable": true,
            "type": "string"
          },
          "accession": {
            "nullable": true,
            "type": "string"
          },
          "confidence": {
            "description": "direct, derived, or unresolved.",
            "type": "string"
          },
          "date": {
            "format": "date",
            "type": "string"
          },
          "family": {
            "description": "Event family such as periodic, current_report, registration, prospectus, sec_review, governance, treasury, debt, or other.",
            "type": "string"
          },
          "form": {
            "description": "SEC form or event type, for example 10-Q, 8-K, S-3, EFFECT, 424B, DEF14A.",
            "type": "string"
          },
          "label": {
            "type": "string"
          },
          "sequence_id": {
            "nullable": true,
            "type": "string"
          },
          "sequence_step": {
            "minimum": 1,
            "nullable": true,
            "type": "integer"
          },
          "source": {
            "description": "SEC EDGAR, SEC companyfacts, or DeltaSignal.",
            "type": "string"
          }
        },
        "required": [
          "date",
          "form",
          "label",
          "family"
        ],
        "type": "object"
      },
      "LatestDailyChangesClassificationSummary": {
        "properties": {
          "available_classifications": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "changed_company_count": {
            "type": "integer"
          },
          "changed_crypto_count": {
            "type": "integer"
          },
          "changed_digital_assets_count": {
            "type": "integer"
          },
          "changed_pre_ipo_count": {
            "type": "integer"
          },
          "issuer_classes": {
            "properties": {
              "changed": {
                "additionalProperties": {
                  "type": "integer"
                },
                "type": "object"
              },
              "new": {
                "additionalProperties": {
                  "type": "integer"
                },
                "type": "object"
              }
            },
            "type": "object"
          },
          "new_company_count": {
            "type": "integer"
          },
          "new_crypto_count": {
            "type": "integer"
          },
          "new_digital_assets_count": {
            "type": "integer"
          },
          "new_pre_ipo_count": {
            "type": "integer"
          }
        },
        "required": [
          "changed_company_count",
          "new_company_count",
          "changed_crypto_count",
          "changed_pre_ipo_count",
          "changed_digital_assets_count",
          "new_crypto_count",
          "new_pre_ipo_count",
          "new_digital_assets_count",
          "available_classifications",
          "issuer_classes"
        ],
        "type": "object"
      },
      "LatestDailyChangesCompany": {
        "properties": {
          "cik": {
            "type": "string"
          },
          "classifications": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "company_type": {
            "type": "string"
          },
          "delta_size": {
            "type": "integer"
          },
          "entity_name": {
            "type": "string"
          },
          "evidence_available": {
            "description": "True when raw issuer evidence can be fetched through the evidence drilldown route.",
            "type": "boolean"
          },
          "evidence_ref": {
            "additionalProperties": true,
            "description": "Executable evidence drilldown arguments for MCP or REST follow-up.",
            "type": "object"
          },
          "exchange": {
            "type": "string"
          },
          "fact_changes": {
            "type": "integer"
          },
          "has_crypto_assets": {
            "type": "boolean"
          },
          "has_digital_assets": {
            "type": "boolean"
          },
          "is_crypto": {
            "type": "boolean"
          },
          "is_pre_ipo": {
            "type": "boolean"
          },
          "issuer_class": {
            "type": "string"
          },
          "market_value": {
            "type": "string"
          },
          "pre_ipo_likelihood": {
            "type": "string"
          },
          "pre_ipo_reason": {
            "type": "string"
          },
          "raw_tag_count": {
            "description": "Number of raw tag evidence rows available through the evidence drilldown route.",
            "type": "integer"
          },
          "tags": {
            "description": "Raw tag arrays are excluded from default compact monitoring responses. Use the evidence drilldown route for raw tags.",
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "ticker": {
            "type": "string"
          }
        },
        "required": [
          "cik",
          "entity_name"
        ],
        "type": "object"
      },
      "LatestDailyChangesResponse": {
        "properties": {
          "alpha_change_leaders": {
            "description": "Top issuer rows with changed alpha scores in the daily comparison window.",
            "items": {
              "additionalProperties": true,
              "type": "object"
            },
            "type": "array"
          },
          "changed_companies": {
            "items": {
              "$ref": "#/components/schemas/LatestDailyChangesCompany"
            },
            "type": "array"
          },
          "changed_companies_page": {
            "additionalProperties": true,
            "description": "Pagination metadata for compact changed-company rows.",
            "type": "object"
          },
          "classification_summary": {
            "$ref": "#/components/schemas/LatestDailyChangesClassificationSummary"
          },
          "companyfacts_activity": {
            "additionalProperties": true,
            "description": "Latest CompanyFacts zip-vs-zip activity filtered through digital-assets intelligence for subscriber-facing daily discovery.",
            "properties": {
              "activity_basis": {
                "type": "string"
              },
              "changed_cik_count": {
                "type": "integer"
              },
              "changed_file_count": {
                "type": "integer"
              },
              "companies_with_crypto_changes": {
                "type": "integer"
              },
              "companies_with_digital_changes": {
                "type": "integer"
              },
              "crypto_changed_companies": {
                "items": {
                  "additionalProperties": true,
                  "type": "object"
                },
                "type": "array"
              },
              "crypto_changed_company_count": {
                "type": "integer"
              },
              "digital_assets_changed_company_count": {
                "type": "integer"
              },
              "scan_date": {
                "type": "string"
              },
              "selector_status": {
                "type": "string"
              },
              "source_date": {
                "format": "date",
                "type": "string"
              },
              "subscriber_signal": {
                "description": "Signal family for subscriber-facing daily activity.",
                "type": "string"
              },
              "target_date": {
                "format": "date",
                "type": "string"
              },
              "total_companies_scanned": {
                "type": "integer"
              }
            },
            "type": "object"
          },
          "companyfacts_delta_window": {
            "additionalProperties": true,
            "description": "Azure Blob CompanyFacts delta artifacts for each available date between source_date and latest_computed_source_date. Dates without companyfacts.zip are represented explicitly as partial/missing days.",
            "properties": {
              "date_from": {
                "format": "date",
                "type": "string"
              },
              "date_to": {
                "format": "date",
                "type": "string"
              },
              "days": {
                "items": {
                  "additionalProperties": true,
                  "properties": {
                    "change_blob_count": {
                      "type": "integer"
                    },
                    "change_blobs": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "changed_filing_count": {
                      "type": "integer"
                    },
                    "changed_filings": {
                      "items": {
                        "additionalProperties": true,
                        "type": "object"
                      },
                      "type": "array"
                    },
                    "companyfacts_zip_exists": {
                      "type": "boolean"
                    },
                    "date": {
                      "format": "date",
                      "type": "string"
                    },
                    "summary_exists": {
                      "type": "boolean"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              },
              "source": {
                "type": "string"
              },
              "status": {
                "description": "Window status: complete, partial, empty, blob_store_unavailable, date_window_missing, invalid_date_window, or window_too_large.",
                "type": "string"
              },
              "totals": {
                "additionalProperties": true,
                "type": "object"
              }
            },
            "type": "object"
          },
          "comparison_source_date": {
            "description": "Prior source date used for stress, alpha, and filing-delta comparison when available.",
            "format": "date",
            "type": "string"
          },
          "computed_at_utc": {
            "format": "date-time",
            "type": "string"
          },
          "daily_activity_note": {
            "description": "Plain-English note when CompanyFacts zip-vs-zip activity is newer than the promoted issuer-delta headline snapshot.",
            "type": "string"
          },
          "daily_activity_selector_basis": {
            "description": "Selection basis for daily activity, normally companyfacts_zip_delta_filtered_by_digital_assets_intelligence.",
            "type": "string"
          },
          "daily_activity_selector_status": {
            "description": "Selector status for CompanyFacts zip-vs-zip activity.",
            "enum": [
              "current_companyfacts_activity_available"
            ],
            "type": "string"
          },
          "daily_change_selector_basis": {
            "description": "Selection basis for source_date, normally promoted_tracked_crypto_issuer_delta.",
            "type": "string"
          },
          "daily_change_selector_status": {
            "description": "Selector status for source_date. This describes the promoted issuer-delta headline story, not necessarily the newest compute or CompanyFacts artifact date.",
            "enum": [
              "published_snapshot",
              "served_promoted_issuer_delta",
              "rolled_back_to_promoted_issuer_delta",
              "fallback_unpublished"
            ],
            "type": "string"
          },
          "delta_basis": {
            "description": "Basis for the daily change set, such as tracked crypto filing deltas and new crypto discoveries.",
            "type": "string"
          },
          "evidence_refs": {
            "description": "Evidence drilldown references for compact monitoring rows.",
            "items": {
              "additionalProperties": true,
              "type": "object"
            },
            "type": "array"
          },
          "fallback_reason": {
            "description": "Human-readable reason the service had to synthesize a fallback daily-changes payload.",
            "type": "string"
          },
          "freshness_note": {
            "description": "Plain-English warning when CompanyFacts artifacts or compute dates are newer than the promoted daily-change headline snapshot.",
            "type": "string"
          },
          "freshness_summary": {
            "additionalProperties": true,
            "description": "Separated freshness status for the promoted issuer-delta story, latest compute date, and CompanyFacts artifact dates.",
            "type": "object"
          },
          "latest_activity_source_date": {
            "description": "Latest CompanyFacts zip-vs-zip activity date used for subscriber-facing daily change discovery.",
            "format": "date",
            "type": "string"
          },
          "latest_companyfacts_delta_source_date": {
            "description": "Latest CompanyFacts artifact date found in the delta artifact window. This may be newer than source_date.",
            "format": "date",
            "type": "string"
          },
          "latest_companyfacts_digital_assets_source_date": {
            "description": "Latest digital-assets delta artifact date found in the artifact window.",
            "format": "date",
            "type": "string"
          },
          "latest_companyfacts_summary_source_date": {
            "description": "Latest CompanyFacts delta summary date found in the artifact window.",
            "format": "date",
            "type": "string"
          },
          "latest_companyfacts_zip_source_date": {
            "description": "Latest mirrored companyfacts.zip date found in the artifact window.",
            "format": "date",
            "type": "string"
          },
          "latest_computed_source_date": {
            "description": "Latest computed DeltaSignal source date for issuer computations. This may be later than source_date when the promoted daily-change headline selector rolls back.",
            "format": "date",
            "type": "string"
          },
          "mcp_compaction_note": {
            "description": "Explains the monitoring/evidence/export boundary.",
            "type": "string"
          },
          "mcp_payload_mode": {
            "description": "Indicates that default Daily Changes output is compact monitoring.",
            "enum": [
              "monitoring"
            ],
            "type": "string"
          },
          "meaningful_tracked_crypto_delta_source_date": {
            "description": "Promoted tracked-crypto issuer-delta source date. This intentionally mirrors source_date for the headline daily-change story.",
            "format": "date",
            "type": "string"
          },
          "message": {
            "description": "Operator-friendly explanation of the current daily-changes snapshot state.",
            "type": "string"
          },
          "movement_summary": {
            "additionalProperties": true,
            "description": "Daily movement summary containing stress-change, alpha-change, and risk-tier movement leaderboards.",
            "type": "object"
          },
          "new_companies": {
            "items": {
              "$ref": "#/components/schemas/LatestDailyChangesCompany"
            },
            "type": "array"
          },
          "new_companies_page": {
            "additionalProperties": true,
            "description": "Pagination metadata for compact new-company rows.",
            "type": "object"
          },
          "request_key": {
            "type": "string"
          },
          "risk_tier_moves": {
            "description": "Issuer rows whose risk tier changed in the daily comparison window.",
            "items": {
              "additionalProperties": true,
              "type": "object"
            },
            "type": "array"
          },
          "snapshot_status": {
            "description": "Whether the response came from current CompanyFacts crypto activity, the published daily-changes snapshot, the latest meaningful tracked-issuer delta slice, a rollback to the latest meaningful delta day, or a synthesized fallback payload.",
            "enum": [
              "published",
              "fallback_unpublished",
              "meaningful_delta",
              "current_companyfacts_activity",
              "rolled_back_to_latest_meaningful_delta"
            ],
            "type": "string"
          },
          "source_date": {
            "format": "date",
            "type": "string"
          },
          "stats": {
            "$ref": "#/components/schemas/LatestDailyChangesStats"
          },
          "stress_change_leaders": {
            "description": "Top issuer rows with changed stress values in the daily comparison window.",
            "items": {
              "additionalProperties": true,
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "request_key",
          "source_date",
          "computed_at_utc",
          "stats",
          "classification_summary",
          "changed_companies",
          "new_companies"
        ],
        "type": "object"
      },
      "LatestDailyChangesStats": {
        "properties": {
          "changed_company_count": {
            "type": "integer"
          },
          "changed_files": {
            "type": "integer"
          },
          "crypto_company_count": {
            "type": "integer"
          },
          "digital_assets_company_count": {
            "type": "integer"
          },
          "fallback_row_count": {
            "description": "Row count of the latest covenant-stress slice when a synthesized fallback snapshot is returned.",
            "type": "integer"
          },
          "new_company_count": {
            "type": "integer"
          },
          "new_files": {
            "type": "integer"
          },
          "removed_files": {
            "type": "integer"
          },
          "total_delta_size": {
            "type": "integer"
          },
          "total_facts": {
            "type": "integer"
          }
        },
        "required": [
          "changed_files",
          "new_files",
          "removed_files",
          "total_facts",
          "total_delta_size",
          "changed_company_count",
          "new_company_count",
          "digital_assets_company_count",
          "crypto_company_count"
        ],
        "type": "object"
      },
      "NaturalLanguageResponse": {
        "properties": {
          "billing_mode": {
            "type": "string"
          },
          "cache_hit": {
            "type": "boolean"
          },
          "caveats": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "compiler_version": {
            "type": "string"
          },
          "computed_at": {
            "format": "date-time",
            "type": [
              "string",
              "null"
            ]
          },
          "cost_usd": {
            "type": "number"
          },
          "evidence_hash": {
            "type": "string"
          },
          "evidence_hash_version": {
            "type": "string"
          },
          "fallback_reason": {
            "oneOf": [
              {
                "enum": [
                  "apex_timeout",
                  "apex_api_error",
                  "apex_empty_output",
                  "apex_malformed_markdown",
                  "apex_validation_failed",
                  "apex_policy_blocked",
                  "feature_flag_disabled",
                  "raw_evidence_missing"
                ],
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "free_tier_applied": {
            "type": "boolean"
          },
          "latency_ms": {
            "type": "integer"
          },
          "model": {
            "type": "string"
          },
          "natural_brief": {
            "description": "Markdown rendering of compact DeltaSignal evidence.",
            "type": "string"
          },
          "payload_mode": {
            "enum": [
              "natural_language"
            ],
            "type": "string"
          },
          "prompt_version": {
            "type": "string"
          },
          "quality_flags": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "raw_data_ref": {
            "description": "Raw route or artifact reference for deeper inspection.",
            "type": [
              "string",
              "null"
            ]
          },
          "raw_payload_mode": {
            "type": [
              "string",
              "null"
            ]
          },
          "renderer_agent": {
            "enum": [
              "GEN-I-GENESIS-APEX",
              "deterministic-fallback"
            ],
            "type": "string"
          },
          "renderer_mode": {
            "enum": [
              "deterministic_baseline",
              "apex",
              "deterministic_fallback"
            ],
            "type": "string"
          },
          "renderer_version": {
            "type": "string"
          },
          "request_id": {
            "type": [
              "string",
              "null"
            ]
          },
          "source_date": {
            "type": [
              "string",
              "null"
            ]
          },
          "summary_data": {
            "description": "Compact structured support data used by the renderer.",
            "type": "object"
          },
          "tokens_used": {
            "type": "integer"
          },
          "validation_status": {
            "enum": [
              "passed",
              "failed",
              "skipped"
            ],
            "type": "string"
          }
        },
        "required": [
          "natural_brief",
          "summary_data",
          "raw_data_ref",
          "cost_usd",
          "tokens_used",
          "payload_mode",
          "model",
          "renderer_agent",
          "renderer_mode",
          "validation_status",
          "compiler_version",
          "prompt_version",
          "renderer_version",
          "evidence_hash",
          "evidence_hash_version",
          "latency_ms",
          "cache_hit",
          "billing_mode",
          "free_tier_applied"
        ],
        "type": "object"
      },
      "PeerRankingResponse": {
        "properties": {
          "accession_number": {
            "type": "string"
          },
          "atlas_tier": {
            "description": "ATLAS data quality tier. Tower indicates the strongest issuer-specific linkbase support.",
            "enum": [
              "Coil",
              "Oscillator",
              "Tower"
            ],
            "type": "string"
          },
          "calculation_arc_count": {
            "type": "integer"
          },
          "cik": {
            "type": "string"
          },
          "computed_at_utc": {
            "format": "date-time",
            "type": "string"
          },
          "data_source": {
            "enum": [
              "linkbase_rollup",
              "linkbase_rooted_facts",
              "direct_facts_fallback"
            ],
            "type": "string"
          },
          "debt_coverage_status": {
            "description": "Debt policy classification for the ranked issuer.",
            "enum": [
              "resolved_nonzero",
              "legitimate_zero_debt",
              "low_confidence_missing_debt",
              "resolved_zero"
            ],
            "type": "string"
          },
          "entity_name": {
            "type": "string"
          },
          "is_linkbase_backed": {
            "description": "Whether real XBRL Calculation Linkbases were used in the issuer roll-up.",
            "type": "boolean"
          },
          "mp_z": {
            "description": "Mirror Pulse z-score capturing system-wide resonance.",
            "type": "number"
          },
          "peer_count": {
            "type": "integer"
          },
          "peer_percentile": {
            "type": "number"
          },
          "peer_rank": {
            "description": "Issuer rank by peer risk, where 1 is highest risk.",
            "type": "integer"
          },
          "peer_score": {
            "type": "number"
          },
          "percentile": {
            "type": "number"
          },
          "period": {
            "description": "Filing period.",
            "format": "date",
            "type": "string"
          },
          "quality_flag": {
            "enum": [
              "High",
              "Medium",
              "Low"
            ],
            "type": "string"
          },
          "ranking_source": {
            "description": "Backing source used to compute the ranking when fallback derivation was required.",
            "type": "string"
          },
          "ranking_status": {
            "description": "Whether the ranking came from the dedicated precompute relation or was derived from the latest covenant-stress slice.",
            "enum": [
              "precomputed",
              "derived_live"
            ],
            "type": "string"
          },
          "resonance_status": {
            "description": "Whether issuer stress and broader system resonance are reinforcing each other.",
            "enum": [
              "Aligned",
              "Dissonant",
              "Neutral"
            ],
            "type": "string"
          },
          "risk_tier": {
            "description": "Overall risk tier based on issuer stress and resonance.",
            "enum": [
              "CRITICAL",
              "HIGH",
              "MODERATE",
              "LOW",
              "UNCLASSIFIED"
            ],
            "type": "string"
          },
          "root_resolution_method": {
            "description": "Primary resolver path for the issuer's winning debt root when available.",
            "nullable": true,
            "type": "string"
          },
          "source_date": {
            "format": "date",
            "type": "string"
          },
          "stress_50pct": {
            "description": "Leverage ratio under a 50% Bitcoin price shock.",
            "type": "number"
          },
          "stressed_leverage_50pct": {
            "type": "number"
          },
          "ticker": {
            "description": "Company ticker symbol.",
            "type": "string"
          },
          "total_peers": {
            "default": 215,
            "description": "Total number of peers in the ranking universe for the selected slice.",
            "type": "integer"
          }
        },
        "required": [
          "source_date",
          "cik",
          "ticker",
          "stressed_leverage_50pct",
          "risk_tier",
          "is_linkbase_backed",
          "quality_flag",
          "data_source",
          "calculation_arc_count",
          "debt_coverage_status",
          "root_resolution_method",
          "peer_rank",
          "peer_count",
          "percentile"
        ],
        "type": "object"
      },
      "Provenance": {
        "properties": {
          "data_source": {
            "enum": [
              "linkbase_rollup",
              "linkbase_rooted_facts",
              "direct_facts_fallback"
            ],
            "type": "string"
          },
          "is_linkbase_backed": {
            "type": "boolean"
          },
          "mapping_hit_count": {
            "type": "integer"
          },
          "quality_flag": {
            "enum": [
              "High",
              "Medium",
              "Low"
            ],
            "type": "string"
          },
          "root_resolution_method": {
            "type": "string"
          }
        },
        "required": [
          "root_resolution_method",
          "mapping_hit_count",
          "is_linkbase_backed",
          "data_source",
          "quality_flag"
        ],
        "type": "object"
      },
      "ReadinessResponse": {
        "properties": {
          "age_minutes": {
            "type": "number"
          },
          "avg_live_stress_50pct": {
            "description": "Broad average effective live 50% stress across resolved-nonzero issuers, capped to the 0-1 readiness scale.",
            "nullable": true,
            "type": "number"
          },
          "avg_live_stress_50pct_scope": {
            "description": "Scope for avg_live_stress_50pct. Current value: resolved_nonzero_all_capped_0_1.",
            "type": "string"
          },
          "btc_24h_change_pct": {
            "nullable": true,
            "type": "number"
          },
          "btc_7d_change_pct": {
            "nullable": true,
            "type": "number"
          },
          "direct_facts_fallback_count": {
            "type": "integer"
          },
          "distinct_issuer_count": {
            "type": "integer"
          },
          "filing_source_date": {
            "format": "date",
            "nullable": true,
            "type": "string"
          },
          "freshness_window_hours": {
            "type": "integer"
          },
          "high_quality_count": {
            "type": "integer"
          },
          "high_stress_avg_live_stress_50pct": {
            "description": "Average effective live 50% stress for the high-stress cohort only.",
            "nullable": true,
            "type": "number"
          },
          "high_stress_avg_live_stress_50pct_scope": {
            "description": "Scope for high_stress_avg_live_stress_50pct. Current value: resolved_nonzero_high_stress_only.",
            "type": "string"
          },
          "high_stress_ratio": {
            "type": "number"
          },
          "latest_computed_at_utc": {
            "format": "date-time",
            "type": "string"
          },
          "legitimate_zero_debt_count": {
            "type": "integer"
          },
          "linkbase_backed_count": {
            "type": "integer"
          },
          "linkbase_rollup_count": {
            "type": "integer"
          },
          "linkbase_rooted_facts_count": {
            "type": "integer"
          },
          "live_price_coverage_count": {
            "type": "integer"
          },
          "live_price_last_updated": {
            "format": "date-time",
            "nullable": true,
            "type": "string"
          },
          "live_price_source": {
            "nullable": true,
            "type": "string"
          },
          "live_prices_active": {
            "type": "boolean"
          },
          "low_confidence_missing_debt_count": {
            "type": "integer"
          },
          "low_quality_count": {
            "type": "integer"
          },
          "market_regime": {
            "enum": [
              "bullish_low_vol",
              "bullish_rising_vol",
              "bearish_falling_vol",
              "bearish_high_vol",
              "neutral",
              "high_synchronization_risk"
            ],
            "type": "string"
          },
          "medium_quality_count": {
            "type": "integer"
          },
          "ok": {
            "type": "boolean"
          },
          "raw_avg_live_stress_50pct": {
            "description": "Raw arithmetic mean of effective live 50% stress across resolved-nonzero issuers. Outlier-sensitive.",
            "nullable": true,
            "type": "number"
          },
          "raw_avg_live_stress_50pct_scope": {
            "description": "Scope for raw_avg_live_stress_50pct. Current value: resolved_nonzero_all_raw_arithmetic_mean_outlier_sensitive.",
            "type": "string"
          },
          "resolved_nonzero_count": {
            "type": "integer"
          },
          "resolved_zero_count": {
            "type": "integer"
          },
          "row_count": {
            "type": "integer"
          },
          "source_date": {
            "format": "date",
            "type": "string"
          },
          "time_windows": {
            "description": "Coverage windows that explain how much recent daily history is currently represented by the service.",
            "properties": {
              "latest_day": {
                "$ref": "#/components/schemas/ReadinessTimeWindow"
              },
              "latest_month": {
                "$ref": "#/components/schemas/ReadinessTimeWindow"
              },
              "latest_week": {
                "$ref": "#/components/schemas/ReadinessTimeWindow"
              }
            },
            "type": "object"
          },
          "tower_avg_mp_z": {
            "nullable": true,
            "type": "number"
          },
          "tower_coherence": {
            "nullable": true,
            "type": "number"
          },
          "tower_high_stress_count": {
            "type": "integer"
          },
          "tower_linkbase_backed_count": {
            "type": "integer"
          },
          "tower_resolved_nonzero_count": {
            "type": "integer"
          },
          "tower_scope": {
            "type": "string"
          },
          "tower_status": {
            "enum": [
              "insufficient_data",
              "isolated",
              "building",
              "synchronized"
            ],
            "type": "string"
          },
          "tower_stress_resonance": {
            "nullable": true,
            "type": "number"
          },
          "tower_thresholds": {
            "description": "Versioned Wardenclyffe coherence thresholds and weights used for the current readiness snapshot.",
            "type": "object"
          },
          "tower_version": {
            "type": "string"
          }
        },
        "required": [
          "ok",
          "source_date",
          "latest_computed_at_utc",
          "row_count",
          "distinct_issuer_count",
          "linkbase_backed_count",
          "resolved_nonzero_count",
          "legitimate_zero_debt_count",
          "low_confidence_missing_debt_count",
          "resolved_zero_count",
          "tower_version",
          "tower_scope",
          "tower_status",
          "tower_resolved_nonzero_count",
          "tower_high_stress_count",
          "tower_linkbase_backed_count",
          "tower_thresholds",
          "freshness_window_hours",
          "time_windows"
        ],
        "type": "object"
      },
      "ReadinessTimeWindow": {
        "properties": {
          "date_from": {
            "format": "date",
            "type": "string"
          },
          "date_to": {
            "format": "date",
            "type": "string"
          },
          "distinct_issuer_count": {
            "type": "integer"
          },
          "label": {
            "enum": [
              "latest_day",
              "latest_week",
              "latest_month"
            ],
            "type": "string"
          },
          "row_count": {
            "type": "integer"
          },
          "source_date_count": {
            "type": "integer"
          }
        },
        "required": [
          "label",
          "source_date_count",
          "row_count",
          "distinct_issuer_count"
        ],
        "type": "object"
      },
      "RegimeFitBreakdown": {
        "properties": {
          "peer_relative_strength": {
            "type": "integer"
          },
          "stress_alignment": {
            "type": "integer"
          },
          "tower_participation_modifier": {
            "type": "integer"
          },
          "treasury_regime_bonus": {
            "type": "integer"
          }
        },
        "required": [
          "stress_alignment",
          "peer_relative_strength",
          "treasury_regime_bonus",
          "tower_participation_modifier"
        ],
        "type": "object"
      },
      "RelatedPartyTransactions": {
        "properties": {
          "available": {
            "type": "boolean"
          },
          "transactions": {
            "items": {
              "additionalProperties": true,
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "available",
          "transactions"
        ],
        "type": "object"
      },
      "RiskDistributionBucket": {
        "properties": {
          "count": {
            "type": "integer"
          },
          "percentage": {
            "type": "number"
          }
        },
        "required": [
          "count",
          "percentage"
        ],
        "type": "object"
      },
      "RiskDistributionResponse": {
        "properties": {
          "CRITICAL": {
            "$ref": "#/components/schemas/RiskDistributionBucket"
          },
          "HIGH": {
            "$ref": "#/components/schemas/RiskDistributionBucket"
          },
          "LOW": {
            "$ref": "#/components/schemas/RiskDistributionBucket"
          },
          "MODERATE": {
            "$ref": "#/components/schemas/RiskDistributionBucket"
          },
          "UNCLASSIFIED": {
            "$ref": "#/components/schemas/RiskDistributionBucket"
          }
        },
        "type": "object"
      },
      "SegmentData": {
        "properties": {
          "available": {
            "type": "boolean"
          },
          "segments": {
            "items": {
              "properties": {
                "name": {
                  "type": "string"
                },
                "operating_income": {
                  "nullable": true,
                  "type": "number"
                },
                "revenue": {
                  "nullable": true,
                  "type": "number"
                }
              },
              "type": "object"
            },
            "type": "array"
          }
        },
        "required": [
          "available",
          "segments"
        ],
        "type": "object"
      },
      "SpectraAnnotation": {
        "additionalProperties": true,
        "description": "Lightweight chart annotation generated by the SPECTRA report pack.",
        "properties": {
          "date": {
            "format": "date",
            "type": "string"
          },
          "detail": {
            "type": "string"
          },
          "label": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "SpectraFieldMapResponse": {
        "additionalProperties": true,
        "description": "Historical SPECTRA field-map contract for one issuer. It maps pressure, stored energy, SEC filing choreography, and price response while preserving source lineage. ATLAS-derived contracts preserve canonical stress/headroom/fair-value fields as numeric evidence.",
        "properties": {
          "annotations": {
            "items": {
              "$ref": "#/components/schemas/SpectraAnnotation"
            },
            "type": "array"
          },
          "boundary": {
            "description": "Visible boundary statement describing whether the contract is native SPECTRA report-pack data or derived from real ATLAS-7 historical CompanyFacts rows.",
            "type": "string"
          },
          "chains": {
            "items": {
              "$ref": "#/components/schemas/FilingChoreographyChain"
            },
            "type": "array"
          },
          "company_name": {
            "nullable": true,
            "type": "string"
          },
          "confidence": {
            "description": "Low, Medium, Medium High, or High.",
            "type": "string"
          },
          "events": {
            "items": {
              "$ref": "#/components/schemas/FilingChoreographyEvent"
            },
            "type": "array"
          },
          "generated_at": {
            "format": "date-time",
            "type": "string"
          },
          "lineage": {
            "$ref": "#/components/schemas/SpectraLineage"
          },
          "mode": {
            "example": "atlas7_historical_spectra",
            "type": "string"
          },
          "normalization": {
            "$ref": "#/components/schemas/SpectraNormalization"
          },
          "points": {
            "items": {
              "$ref": "#/components/schemas/SpectraPoint"
            },
            "type": "array"
          },
          "source": {
            "type": "string"
          },
          "source_date": {
            "format": "date",
            "nullable": true,
            "type": "string"
          },
          "summary": {
            "$ref": "#/components/schemas/SpectraSummary"
          },
          "ticker": {
            "type": "string"
          },
          "version": {
            "example": "SPECTRA-FIELD-MAP-v1",
            "type": "string"
          },
          "what_changed": {
            "$ref": "#/components/schemas/SpectraWhatChanged"
          }
        },
        "required": [
          "ticker",
          "mode",
          "version",
          "generated_at",
          "source",
          "confidence",
          "boundary",
          "points"
        ],
        "type": "object"
      },
      "SpectraLineage": {
        "additionalProperties": true,
        "description": "Source lineage for SPECTRA chart inputs.",
        "properties": {
          "filing_source": {
            "nullable": true,
            "type": "string"
          },
          "market_source": {
            "nullable": true,
            "type": "string"
          },
          "price_source": {
            "nullable": true,
            "type": "string"
          },
          "raw_paths": {
            "items": {
              "type": "string"
            },
            "type": "array"
          },
          "spectra_source": {
            "nullable": true,
            "type": "string"
          }
        },
        "type": "object"
      },
      "SpectraNormalization": {
        "additionalProperties": true,
        "description": "Normalization metadata. The backend/report pack computes support fields; UI clients only scale and render.",
        "properties": {
          "method": {
            "description": "rolling_minmax, zscore_to_0_1, or precomputed.",
            "type": "string"
          },
          "ui_only": {
            "description": "True when normalization is for visualization only and not canonical ATLAS promotion.",
            "type": "boolean"
          },
          "window": {
            "nullable": true,
            "type": "integer"
          }
        },
        "type": "object"
      },
      "SpectraPoint": {
        "additionalProperties": true,
        "description": "One dated SPECTRA support point. Values are normalized/precomputed by the backend; clients may scale for charting but must not recompute ATLAS.",
        "properties": {
          "E_total": {
            "description": "SPECTRA total price-volume energy support value when present.",
            "nullable": true,
            "type": "number"
          },
          "R_s": {
            "description": "SPECTRA resonance / response-strength support value when present.",
            "nullable": true,
            "type": "number"
          },
          "compression": {
            "description": "Pressure-building support band value. Not a buy/sell signal.",
            "nullable": true,
            "type": "number"
          },
          "current_read": {
            "nullable": true,
            "type": "string"
          },
          "date": {
            "format": "date",
            "type": "string"
          },
          "delta_L": {
            "description": "SPECTRA liquidity or volume impulse support value when present.",
            "nullable": true,
            "type": "number"
          },
          "field_pressure": {
            "description": "Normalized issuer-local pressure support field.",
            "nullable": true,
            "type": "number"
          },
          "price_echo": {
            "description": "Normalized visible price response for charting.",
            "nullable": true,
            "type": "number"
          },
          "read": {
            "nullable": true,
            "type": "string"
          },
          "release": {
            "description": "Pressure-easing support band value. Not a buy/sell signal.",
            "nullable": true,
            "type": "number"
          },
          "stored_energy": {
            "description": "Normalized persistent pressure / stored energy support field.",
            "nullable": true,
            "type": "number"
          },
          "volume": {
            "nullable": true,
            "type": "number"
          }
        },
        "required": [
          "date"
        ],
        "type": "object"
      },
      "SpectraSummary": {
        "additionalProperties": true,
        "description": "Plain-language SPECTRA read for the selected issuer and window. SPECTRA is support context, not a canonical ATLAS signal.",
        "properties": {
          "current_read": {
            "description": "SPECTRA chart-level read such as Monitor, Pressure Building, Pressure Cooling, Event-Dense Watch, Needs ATLAS Confirmation, or Quiet Field.",
            "type": "string"
          },
          "issuer_state": {
            "description": "Issuer-local report state, for example Compression Watch / Monitor.",
            "type": "string"
          },
          "latest_energy_read": {
            "description": "Plain-language read of the latest stored-energy level.",
            "type": "string"
          },
          "latest_pressure_read": {
            "description": "Plain-language read of the latest field-pressure level.",
            "type": "string"
          },
          "latest_price_read": {
            "description": "Plain-language read of the latest price echo.",
            "type": "string"
          },
          "subscriber_takeaway": {
            "description": "Short professional interpretation suitable for report or subscriber copy.",
            "type": "string"
          },
          "watch_next": {
            "description": "Events or conditions to watch before upgrading or downgrading the structural read.",
            "items": {
              "type": "string"
            },
            "type": "array"
          }
        },
        "type": "object"
      },
      "SpectraWhatChanged": {
        "additionalProperties": true,
        "description": "Range-level change summary derived by the SPECTRA report pack.",
        "properties": {
          "compression_band_count": {
            "minimum": 0,
            "type": "integer"
          },
          "energy_latest_vs_peak": {
            "type": "string"
          },
          "filing_event_count": {
            "minimum": 0,
            "type": "integer"
          },
          "pressure_latest_vs_peak": {
            "type": "string"
          },
          "price_echo_latest_vs_start": {
            "type": "string"
          },
          "read": {
            "type": "string"
          },
          "release_band_count": {
            "minimum": 0,
            "type": "integer"
          }
        },
        "type": "object"
      },
      "StressResilienceBreakdown": {
        "properties": {
          "debt_buffer_strength": {
            "type": "integer"
          },
          "delta_stability_proxy": {
            "type": "integer"
          },
          "inverse_live_stress": {
            "type": "integer"
          },
          "treasury_cushion": {
            "type": "integer"
          }
        },
        "required": [
          "inverse_live_stress",
          "delta_stability_proxy",
          "debt_buffer_strength",
          "treasury_cushion"
        ],
        "type": "object"
      },
      "SubsequentEvents": {
        "properties": {
          "available": {
            "type": "boolean"
          },
          "events": {
            "items": {
              "type": "string"
            },
            "type": "array"
          }
        },
        "required": [
          "available",
          "events"
        ],
        "type": "object"
      },
      "SupportedCompaniesResponse": {
        "properties": {
          "companies": {
            "items": {
              "$ref": "#/components/schemas/SupportedCompany"
            },
            "type": "array"
          },
          "limit": {
            "type": "integer"
          },
          "search": {
            "nullable": true,
            "type": "string"
          },
          "source_date": {
            "format": "date",
            "nullable": true,
            "type": "string"
          },
          "total": {
            "type": "integer"
          }
        },
        "required": [
          "source_date",
          "limit",
          "search",
          "total",
          "companies"
        ],
        "type": "object"
      },
      "SupportedCompany": {
        "properties": {
          "category": {
            "type": "string"
          },
          "cik": {
            "type": "string"
          },
          "entity_name": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "ticker": {
            "type": "string"
          }
        },
        "required": [
          "ticker",
          "name",
          "entity_name",
          "cik",
          "category"
        ],
        "type": "object"
      },
      "TopStressedResponse": {
        "properties": {
          "data": {
            "items": {
              "$ref": "#/components/schemas/TopStressedRow"
            },
            "type": "array"
          },
          "meta": {
            "properties": {
              "count": {
                "type": "integer"
              },
              "limit": {
                "type": "integer"
              },
              "offset": {
                "type": "integer"
              },
              "total": {
                "type": "integer"
              }
            },
            "required": [
              "total",
              "limit",
              "offset",
              "count"
            ],
            "type": "object"
          }
        },
        "required": [
          "data",
          "meta"
        ],
        "type": "object"
      },
      "TopStressedRow": {
        "properties": {
          "atlas_tier": {
            "enum": [
              "Coil",
              "Oscillator",
              "Tower"
            ],
            "type": "string"
          },
          "btc_24h_change_pct": {
            "nullable": true,
            "type": "number"
          },
          "btc_7d_change_pct": {
            "nullable": true,
            "type": "number"
          },
          "calculation_arc_count": {
            "type": "integer"
          },
          "charge_level": {
            "enum": [
              "Low",
              "Elevated",
              "Critical"
            ],
            "type": "string"
          },
          "covenant_headroom_50pct": {
            "type": "number"
          },
          "data_source": {
            "enum": [
              "linkbase_rollup",
              "linkbase_rooted_facts",
              "direct_facts_fallback"
            ],
            "type": "string"
          },
          "debt_coverage_status": {
            "description": "Debt policy classification for the ranked issuer.",
            "enum": [
              "resolved_nonzero",
              "legitimate_zero_debt",
              "low_confidence_missing_debt",
              "resolved_zero"
            ],
            "type": "string"
          },
          "is_linkbase_backed": {
            "type": "boolean"
          },
          "live_charge_level": {
            "enum": [
              "Low",
              "Elevated",
              "Critical"
            ],
            "nullable": true,
            "type": "string"
          },
          "live_covenant_headroom_50pct": {
            "nullable": true,
            "type": "number"
          },
          "live_mp_z": {
            "nullable": true,
            "type": "number"
          },
          "live_resonance_status": {
            "enum": [
              "Aligned",
              "Dissonant",
              "Neutral"
            ],
            "nullable": true,
            "type": "string"
          },
          "live_risk_tier": {
            "enum": [
              "CRITICAL",
              "HIGH",
              "MODERATE",
              "LOW",
              "UNCLASSIFIED"
            ],
            "nullable": true,
            "type": "string"
          },
          "live_st_z": {
            "nullable": true,
            "type": "number"
          },
          "live_stress_50pct": {
            "nullable": true,
            "type": "number"
          },
          "live_stress_delta_24h": {
            "nullable": true,
            "type": "number"
          },
          "live_stress_delta_7d": {
            "nullable": true,
            "type": "number"
          },
          "market_regime": {
            "enum": [
              "bullish_low_vol",
              "bullish_rising_vol",
              "bearish_falling_vol",
              "bearish_high_vol",
              "neutral",
              "high_synchronization_risk"
            ],
            "nullable": true,
            "type": "string"
          },
          "mp_z": {
            "type": "number"
          },
          "period": {
            "format": "date",
            "type": "string"
          },
          "price_last_updated": {
            "format": "date-time",
            "nullable": true,
            "type": "string"
          },
          "price_source": {
            "nullable": true,
            "type": "string"
          },
          "quality_flag": {
            "enum": [
              "High",
              "Medium",
              "Low"
            ],
            "type": "string"
          },
          "rank": {
            "type": "integer"
          },
          "resonance_status": {
            "enum": [
              "Aligned",
              "Dissonant",
              "Neutral"
            ],
            "type": "string"
          },
          "risk_tier": {
            "enum": [
              "CRITICAL",
              "HIGH",
              "MODERATE",
              "LOW",
              "UNCLASSIFIED"
            ],
            "type": "string"
          },
          "st_z": {
            "type": "number"
          },
          "stress_50pct": {
            "type": "number"
          },
          "stress_velocity": {
            "enum": [
              "rising",
              "stable",
              "falling"
            ],
            "nullable": true,
            "type": "string"
          },
          "ticker": {
            "type": "string"
          },
          "uses_live_prices": {
            "type": "boolean"
          }
        },
        "required": [
          "rank",
          "ticker",
          "period",
          "stress_50pct",
          "covenant_headroom_50pct",
          "risk_tier",
          "st_z",
          "mp_z",
          "atlas_tier",
          "charge_level",
          "resonance_status",
          "is_linkbase_backed",
          "quality_flag",
          "data_source",
          "calculation_arc_count",
          "debt_coverage_status"
        ],
        "type": "object"
      }
    },
    "securitySchemes": {
      "ApiKeyAuth": {
        "description": "Internal bypass for first-party pre-authorized clients. Public MCP callers should use x402Payment on POST /mcp.",
        "in": "header",
        "name": "x-api-key",
        "type": "apiKey"
      },
      "MCPInternalApiKey": {
        "description": "Internal bypass alias for first-party pre-authorized MCP clients. Public MCP callers should use x402Payment on POST /mcp.",
        "in": "header",
        "name": "mcp-api-key",
        "type": "apiKey"
      },
      "MPPPayment": {
        "bearerFormat": "MPP Payment credential",
        "description": "Tempo-backed Machine Payments Protocol credential supplied as Authorization: Payment after receiving an HTTP 402 WWW-Authenticate: Payment challenge.",
        "scheme": "bearer",
        "type": "http"
      },
      "mppPayment": {
        "description": "Machine Payments Protocol (MPP) with Tempo USDC.e. Call a paid endpoint without payment to receive HTTP 402 with WWW-Authenticate: Payment, then retry with Authorization: Payment.",
        "scheme": "mpp",
        "type": "http",
        "x-payment-info": {
          "authMode": "mpp",
          "chainId": 4217,
          "currency": "0x20C000000000000000000000b9537d11c60E8b50",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ]
        }
      },
      "x402Payment": {
        "bearerFormat": "x402 payment payload",
        "description": "Base x402 payment credential supplied after receiving an HTTP 402 Payment Required challenge from POST /mcp or an Agentic Market /v1/* route.",
        "scheme": "bearer",
        "type": "http"
      }
    }
  },
  "externalDocs": {
    "description": "DeltaSignal API help and route guide",
    "url": "https://api.aitrailblazer.net/help"
  },
  "info": {
    "contact": {
      "email": "api@deltasignal.ai",
      "name": "AITrailblazer / DeltaSignal",
      "url": "https://aitrailblazer.com"
    },
    "description": "ATLAS-7 Financial Intelligence for crypto public companies. Covenant stress, peer ranking, alpha opportunities, SEC XBRL fundamentals, compact daily monitoring, and paginated daily evidence drilldowns. Primary access is Tempo MPP on /mpp/v1/*; Agentic Market compatibility is Base x402 on /v1/*. Pay-per-call ($0.03-$0.10 for standard reads; bulk export pricing documented separately). Install skill: npx agentcash add https://api.aitrailblazer.net/skills/atlas/SKILL.md",
    "icon": "https://api.aitrailblazer.net/favicon.png",
    "logo": "https://api.aitrailblazer.net/deltasignal-logo.png",
    "termsOfService": "https://aitrailblazer.com",
    "title": "DeltaSignal ATLAS",
    "version": "1.5.2",
    "x-agent-install": "npx agentcash add https://api.aitrailblazer.net/skills/atlas/SKILL.md",
    "x-agent-skill": {
      "install": "npx agentcash add https://api.aitrailblazer.net/skills/atlas/SKILL.md",
      "name": "deltasignal-atlas",
      "summary": "Strict one-paid-call-per-response agent skill for DeltaSignal ATLAS issuer-level analysis, with Tempo MPP primary access and Agentic Market Base x402 compatibility.",
      "url": "https://api.aitrailblazer.net/skills/atlas/SKILL.md",
      "version": "1.5.0"
    },
    "x-agentic-market": {
      "install": "npx agentcash add https://api.aitrailblazer.net/skills/atlas/SKILL.md",
      "listingHint": "DeltaSignal ATLAS: pay-per-call financial intelligence for crypto public companies. MPPScan, AgentCash MPP, and direct MPP clients use Tempo MPP on /mpp/v1/*; Agentic Market uses Base x402 on /v1/*. mpp.dev curated registry listing is pending PR merge.",
      "skillUrl": "https://api.aitrailblazer.net/skills/atlas/SKILL.md"
    },
    "x-display-name": "DeltaSignal ATLAS",
    "x-favicon": "https://api.aitrailblazer.net/favicon.png",
    "x-guidance": "Use public /help, /companies, and /openapi.json for orientation. Public MCP callers use POST /mcp with Base x402 payment. Use /mpp/v1/* routes for Tempo-backed Machine Payments Protocol access. Agentic Market uses /v1/* routes for Base x402 access. Do not translate between route families unless the caller switches payment rails.",
    "x-icon": "https://api.aitrailblazer.net/favicon.png",
    "x-logo": {
      "altText": "DeltaSignal logo",
      "backgroundColor": "#0b0f1a",
      "url": "https://api.aitrailblazer.net/deltasignal-logo.png"
    },
    "x-mcp-composite-tools": [
      {
        "credit_price": 18,
        "internal_calls": [
          "deltasignal_readiness",
          "deltasignal_daily_changes",
          "deltasignal_risk_distribution",
          "deltasignal_top_stressed(limit=10)",
          "deltasignal_alpha_opportunities(limit=10)",
          "deltasignal_alpha_opportunities_audit(limit=10)"
        ],
        "mcp_call": {
          "arguments": {},
          "method": "tools/call"
        },
        "name": "deltasignal_morning_brief",
        "notes": [
          "Server-enforced composite MCP workflow. No offset. No issuer-level drilldowns."
        ],
        "public_builder_price_usd": 0.18,
        "purpose": "Default daily market scan.",
        "requires_ticker": false,
        "title": "Morning Brief"
      },
      {
        "credit_price": 30,
        "internal_calls": [
          "deltasignal_readiness",
          "deltasignal_company_fundamentals(ticker)",
          "deltasignal_alpha_signals(ticker)",
          "deltasignal_peer_ranking(ticker)",
          "deltasignal_covenant_stress(ticker)",
          "deltasignal_spectra_field_map(ticker)"
        ],
        "mcp_call": {
          "arguments": {
            "ticker": "RIOT"
          },
          "method": "tools/call"
        },
        "name": "deltasignal_company_report",
        "notes": [
          "Ticker is trimmed and normalized to uppercase. SPECTRA is included as an advisory leg when a field-map contract is available."
        ],
        "public_builder_price_usd": 0.3,
        "purpose": "Full single-issuer diligence package.",
        "requires_ticker": true,
        "ticker_validation": "^[A-Z0-9.-]{1,10}$",
        "title": "Company Report"
      },
      {
        "credit_price": 14,
        "internal_calls": [
          "deltasignal_readiness",
          "deltasignal_top_stressed(limit=15)",
          "deltasignal_risk_distribution"
        ],
        "mcp_call": {
          "arguments": {},
          "method": "tools/call"
        },
        "name": "deltasignal_pressure_board",
        "notes": [
          "Server-enforced composite MCP workflow. No offset. No issuer-level drilldowns."
        ],
        "public_builder_price_usd": 0.14,
        "purpose": "Risk and stress monitoring view.",
        "requires_ticker": false,
        "title": "Pressure Board"
      },
      {
        "credit_price": 14,
        "internal_calls": [
          "deltasignal_readiness",
          "deltasignal_alpha_opportunities(limit=15)",
          "deltasignal_daily_changes"
        ],
        "mcp_call": {
          "arguments": {},
          "method": "tools/call"
        },
        "name": "deltasignal_alpha_sweep",
        "notes": [
          "Server-enforced composite MCP workflow. No offset. No issuer-level drilldowns."
        ],
        "public_builder_price_usd": 0.14,
        "purpose": "Opportunity and alpha screening view.",
        "requires_ticker": false,
        "title": "Alpha Sweep"
      },
      {
        "credit_price": 18,
        "internal_calls": [
          "deltasignal_readiness",
          "deltasignal_covenant_stress(ticker)",
          "deltasignal_alpha_signals(ticker)"
        ],
        "mcp_call": {
          "arguments": {
            "ticker": "RIOT"
          },
          "method": "tools/call"
        },
        "name": "deltasignal_quick_ticker_check",
        "notes": [
          "Ticker is required. No fundamentals, peer ranking, or SPECTRA in this fast preset."
        ],
        "public_builder_price_usd": 0.18,
        "purpose": "Fast single-ticker sanity check.",
        "requires_ticker": true,
        "ticker_validation": "^[A-Z0-9.-]{1,10}$",
        "title": "Quick Ticker Check"
      }
    ],
    "x-mppscan-url": "https://www.mppscan.com/server/8892af70b613b5c2feb932a52fab50b29155f5655363c5e9e56456486187a6a7",
    "x-pricing": {
      "builder_composite_prices": {
        "deltasignal_alpha_sweep": 0.14,
        "deltasignal_company_report": 0.3,
        "deltasignal_morning_brief": 0.18,
        "deltasignal_pressure_board": 0.14,
        "deltasignal_quick_ticker_check": 0.18
      },
      "credit_definition": "1 credit = $0.01 of DeltaSignal usage value",
      "credit_packs_status": "not_implemented",
      "currency": "USD",
      "pricing_tiers": [
        "Builder usage-based pricing is represented in MCP/OpenAPI metadata. Analyst and Enterprise packaging are documented separately and are not credit-pack runtime features yet."
      ]
    },
    "x-provider": {
      "name": "AITrailblazer",
      "url": "https://aitrailblazer.com"
    },
    "x-service-url": "https://api.aitrailblazer.net",
    "x-short-description": "Pay-per-call ATLAS-7 financial intelligence for crypto public companies via Tempo MPP and Agentic Market Base x402.",
    "x-skill-url": "https://api.aitrailblazer.net/skills/atlas/SKILL.md"
  },
  "openapi": "3.1.0",
  "paths": {
    "/mcp": {
      "post": {
        "description": "Call DeltaSignal MCP tools through the public Base x402 route. Public initialize, ping, tools/list, resources/list, resources/templates/list, and prompts/list are free for MCP discovery. tools/call without an internal key or free-tier grant returns HTTP 402 Payment Required; retry the same tools/call with the x402 payment. First-party internal Codex and Claude clients may use x-api-key or mcp-api-key as a bypass on the same endpoint.",
        "operationId": "callDeltaSignalMCP",
        "requestBody": {
          "content": {
            "application/json": {
              "examples": {
                "companyReport": {
                  "summary": "Call Company Report composite",
                  "value": {
                    "id": "company",
                    "jsonrpc": "2.0",
                    "method": "tools/call",
                    "params": {
                      "arguments": {
                        "ticker": "RIOT"
                      },
                      "name": "deltasignal_company_report"
                    }
                  }
                },
                "morningBrief": {
                  "summary": "Call Morning Brief composite",
                  "value": {
                    "id": "brief",
                    "jsonrpc": "2.0",
                    "method": "tools/call",
                    "params": {
                      "arguments": {},
                      "name": "deltasignal_morning_brief"
                    }
                  }
                },
                "toolsList": {
                  "summary": "List tools",
                  "value": {
                    "id": "tools",
                    "jsonrpc": "2.0",
                    "method": "tools/list",
                    "params": {}
                  }
                }
              },
              "schema": {
                "properties": {
                  "id": {
                    "oneOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "integer"
                      }
                    ]
                  },
                  "jsonrpc": {
                    "enum": [
                      "2.0"
                    ],
                    "type": "string"
                  },
                  "method": {
                    "enum": [
                      "initialize",
                      "tools/list",
                      "tools/call"
                    ],
                    "type": "string"
                  },
                  "params": {
                    "type": "object"
                  }
                },
                "required": [
                  "jsonrpc",
                  "id",
                  "method"
                ],
                "type": "object"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            },
            "description": "MCP JSON-RPC response. tools/call returns standard MCP content with the DeltaSignal MCPResponse wrapper in structuredContent."
          },
          "401": {
            "description": "Invalid internal MCP API key when using the first-party bypass."
          },
          "402": {
            "description": "Payment required for MCP tools/call. Retry the same tool call with a valid Base x402 payment."
          }
        },
        "security": [
          {
            "x402Payment": []
          },
          {
            "ApiKeyAuth": []
          },
          {
            "MCPInternalApiKey": []
          }
        ],
        "summary": "DeltaSignal ATLAS-7 MCP JSON-RPC endpoint",
        "tags": [
          "MCP"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use POST /mcp for public MCP clients. Discovery methods are free; call tools/call without payment to receive a Base x402 challenge, then repeat the tools/call with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-mcp-composite-tools": [
          "deltasignal_morning_brief",
          "deltasignal_company_report",
          "deltasignal_pressure_board",
          "deltasignal_alpha_sweep",
          "deltasignal_quick_ticker_check"
        ],
        "x-payment-info": {
          "amount": 0.04,
          "amountUsd": "0.040000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.040000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/mpp/v1/alpha-opportunities": {
      "get": {
        "description": "Returns the latest Alpha Opportunities ranking using the current DeltaSignal slice, resilience percentile, treasury strength, live stress, and visible data-quality notes. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppListAlphaOpportunities",
        "parameters": [
          {
            "description": "Maximum number of rows to return. Defaults to 10 and caps at 100.",
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 10,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "description": "Optional scoring slice date (`YYYY-MM-DD`). Defaults to the latest available DeltaSignal slice.",
            "example": "2026-04-28",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional filter for the current risk tier.",
            "in": "query",
            "name": "risk_tier",
            "required": false,
            "schema": {
              "enum": [
                "CRITICAL",
                "HIGH",
                "MODERATE",
                "LOW",
                "UNCLASSIFIED"
              ],
              "type": "string"
            }
          },
          {
            "description": "Optional filter for DeltaSignal debt coverage classification.",
            "in": "query",
            "name": "debt_coverage_status",
            "required": false,
            "schema": {
              "enum": [
                "legitimate_zero_debt",
                "resolved_zero",
                "resolved_nonzero",
                "low_confidence_missing_debt"
              ],
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "market_regime": "bearish_falling_vol",
                  "opportunities": [
                    {
                      "alpha_score": 88,
                      "data_quality_notes": [],
                      "debt_coverage_status": "legitimate_zero_debt",
                      "live_stress_50pct": 0,
                      "resilience_percentile": 96.3,
                      "short_recommendation": "Accumulate on weakness",
                      "stress_50pct": 0,
                      "ticker": "BMNR",
                      "treasury_strength": "strong"
                    }
                  ],
                  "source_date": "2026-04-28",
                  "tower_coherence": 0.5954,
                  "tower_status": "building"
                },
                "schema": {
                  "$ref": "#/components/schemas/AlphaOpportunitiesResponse"
                }
              }
            },
            "description": "Alpha opportunity ranking for the selected DeltaSignal slice"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Rank the current DeltaSignal slice by deterministic Phase 1 alpha score (MPP)",
        "tags": [
          "Alpha Signals"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/v1/alpha-opportunities",
        "x-payment-info": {
          "amount": 0.05,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.050000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/alpha-opportunities/audit": {
      "get": {
        "description": "Returns a compact audit of the alpha-opportunity board using the same source slice, issuer-type classifier, identity classifier, quality gate, and board-rank score as /mpp/v1/alpha-opportunities. Use this when an agent needs to explain why ETF/trust/fund rows are excluded by default, why a row was demoted below its raw alpha rank, or whether a board is safe to summarize. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppAuditAlphaOpportunities",
        "parameters": [
          {
            "description": "Maximum sample rows to return in each audit sample. Defaults to 10 and caps at 100.",
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 10,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "description": "Optional scoring slice date (`YYYY-MM-DD`). Defaults to the latest available DeltaSignal slice.",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional issuer-type audit filter. Defaults to the operating-company board view.",
            "in": "query",
            "name": "issuer_type",
            "required": false,
            "schema": {
              "enum": [
                "operating_company",
                "etf_trust",
                "fund_vehicle",
                "foreign_issuer",
                "unresolved_identifier",
                "all"
              ],
              "type": "string"
            }
          },
          {
            "description": "Set true only for explicit debugging; the default response returns bounded summaries and samples.",
            "in": "query",
            "name": "include_rows",
            "required": false,
            "schema": {
              "default": false,
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "default_filter": {
                    "default_operating_company_only": true,
                    "issuer_type": "operating_company"
                  },
                  "identity_summary": {
                    "default_issuer_type_excluded": 33,
                    "total_publishable_rows": 215
                  },
                  "issuer_type_summary": {
                    "etf_trust": 16,
                    "foreign_issuer": 11,
                    "fund_vehicle": 6,
                    "operating_company": 182
                  },
                  "rank_delta_summary": {
                    "max_rank_delta": 42,
                    "rows_with_demotion": 55
                  },
                  "source_date": "2026-05-13"
                },
                "schema": {
                  "$ref": "#/components/schemas/AlphaOpportunitiesAuditResponse"
                }
              }
            },
            "description": "Alpha board audit explaining default exclusions and raw-alpha versus board-rank demotions"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Explain alpha board filters, exclusions, and board-rank demotions (MPP)",
        "tags": [
          "Alpha Signals"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call this audit route after an alpha board when the agent needs to explain exclusions, demotions, or ETF/trust/fund handling.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/v1/alpha-opportunities/audit",
        "x-payment-info": {
          "amount": 0.03,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.030000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/alpha-signals/{ticker}": {
      "get": {
        "description": "Returns the current Phase 1 alpha score, resilience, treasury-strength, regime-fit, explainability inputs, and visible data-quality notes for one issuer from the selected DeltaSignal slice. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppAlphaSignals",
        "parameters": [
          {
            "description": "Crypto public company ticker, case-insensitive.",
            "example": "BMNR",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Optional scoring slice date (`YYYY-MM-DD`). Defaults to the latest available DeltaSignal slice.",
            "example": "2026-04-28",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "accession_number": "0001493152-26-016560",
                  "alpha_interpretation": "Minimal traditional debt. Strong mixed crypto treasury backing. Downside stress is low. Current regime fit is favorable.",
                  "alpha_score": 88,
                  "alpha_score_breakdown": {
                    "debt_cleanliness": 95,
                    "regime_fit": 76,
                    "stress_resilience": 100,
                    "treasury_strength": 83
                  },
                  "cik": "0001829311",
                  "data_quality_notes": [],
                  "dominant_treasury_asset": "mixed",
                  "entity_name": "BITMINE IMMERSION TECHNOLOGIES, INC.",
                  "market_regime": "bearish_falling_vol",
                  "period": "2026-04-14",
                  "provenance": {
                    "computed_at_utc": "2026-04-28T19:06:39.392384Z",
                    "crypto_units_basis": "treasury_update_ex99_text",
                    "data_source": "linkbase_rooted_facts",
                    "debt_coverage_status": "legitimate_zero_debt",
                    "is_linkbase_backed": true,
                    "market_regime": "bearish_falling_vol",
                    "quality_flag": "Medium",
                    "root_resolution_method": "standard_root_match",
                    "source_date": "2026-04-28",
                    "tower_status": "building"
                  },
                  "regime_fit_breakdown": {
                    "peer_relative_strength": 50,
                    "stress_alignment": 100,
                    "tower_participation_modifier": 55,
                    "treasury_regime_bonus": 70
                  },
                  "regime_fit_score": 76,
                  "score_inputs": {
                    "live_stress_50pct": 0,
                    "live_stress_delta_24h": 0,
                    "live_stress_delta_7d": 0,
                    "peer_percentile": 50,
                    "quality_flag_normalized": "medium",
                    "stress_50pct": 0,
                    "stress_data_status": "present",
                    "treasury_asset_ratio_score": 100,
                    "treasury_data_status": "normal"
                  },
                  "short_recommendation": "Accumulate on weakness",
                  "source_date": "2026-04-28",
                  "stress_resilience_breakdown": {
                    "debt_buffer_strength": 95,
                    "delta_stability_proxy": 100,
                    "inverse_live_stress": 100,
                    "treasury_cushion": 83
                  },
                  "stress_resilience_score": 100,
                  "ticker": "BMNR",
                  "tower_coherence": 0.5954,
                  "tower_status": "building",
                  "treasury_strength": "strong",
                  "treasury_strength_score": 83
                },
                "schema": {
                  "$ref": "#/components/schemas/AlphaSignalsResponse"
                }
              }
            },
            "description": "Single-ticker alpha signal result"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "Ticker not found in the selected DeltaSignal slice"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get deterministic Phase 1 alpha signals for a single issuer (MPP)",
        "tags": [
          "Alpha Signals"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/v1/alpha-signals/{ticker}",
        "x-payment-info": {
          "amount": 0.07,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.070000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/atlas-history/{ticker}": {
      "get": {
        "description": "Tempo MPP paid route for compact historical ATLAS-7 issuer snapshots keyed by source_date. Use this series to join DeltaSignal covenant, stress, treasury, debt, and live-risk fields to mNAV or Mirror Pulse records without applying one latest ATLAS snapshot retroactively across history.",
        "operationId": "getMppAtlasHistory",
        "parameters": [
          {
            "description": "Crypto public company ticker symbol, e.g. MSTR, RIOT, MARA, COIN.",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "pattern": "^[A-Z0-9.-]{1,16}$",
              "type": "string"
            }
          },
          {
            "description": "Inclusive historical source-date lower bound (`YYYY-MM-DD`).",
            "in": "query",
            "name": "source_date_from",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Inclusive historical source-date upper bound (`YYYY-MM-DD`).",
            "in": "query",
            "name": "source_date_to",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Maximum number of source-date rows to return. Defaults to 500 and caps at 2000.",
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 500,
              "maximum": 2000,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "description": "Pagination offset for source-date rows.",
            "in": "query",
            "name": "offset",
            "required": false,
            "schema": {
              "default": 0,
              "minimum": 0,
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "additionalProperties": true,
                  "type": "object"
                }
              }
            },
            "description": "Historical ATLAS-7 compact issuer series."
          },
          "400": {
            "description": "Invalid ticker or source-date filter."
          },
          "401": {
            "description": "Missing or invalid API key / MPP payment."
          },
          "402": {
            "description": "Payment required."
          },
          "503": {
            "description": "DeltaSignal ATLAS history unavailable."
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get historical ATLAS-7 issuer stress and covenant series (MPP)",
        "tags": [
          "DeltaSignal ATLAS History"
        ],
        "x-agentic-market": {
          "category": "financial-data",
          "dataRights": "Historical ATLAS-7 issuer stress and covenant snapshots derived from public DeltaSignal precomputed evidence.",
          "pricing": "pay-per-call",
          "settlement": "Tempo MPP primary; Base x402 compatibility published at /v1/atlas-history/{ticker}"
        },
        "x-mpp-mirror-of": "GET /v1/atlas-history/{ticker}",
        "x-payment-info": {
          "amount": 0.15,
          "authMode": "mpp",
          "currency": "USD",
          "mirrorOf": "GET /v1/atlas-history/{ticker}",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.150000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/atlas7/calculation-history": {
      "get": {
        "description": "Tempo MPP paid route for complete ATLAS-7 calculation-history rows keyed by source_date and issuer. Rows assemble covenant stress, company fundamentals, peer ranking, alpha signals, alpha score breakdown, market regime context, SPECTRA inputs, quality flags, provenance, source fields, and hashes from existing ATLAS-7 precomputed surfaces.",
        "operationId": "getMppAtlas7CalculationHistory",
        "parameters": [
          {
            "description": "Optional crypto public company ticker symbol, e.g. MSTR, RIOT, MARA, COIN.",
            "in": "query",
            "name": "ticker",
            "required": false,
            "schema": {
              "pattern": "^[A-Z0-9.-]{1,16}$",
              "type": "string"
            }
          },
          {
            "description": "Optional SEC CIK filter. Bare digits or CIK-prefixed digits are accepted.",
            "in": "query",
            "name": "cik",
            "required": false,
            "schema": {
              "pattern": "^(CIK)?[0-9]{1,10}$",
              "type": "string"
            }
          },
          {
            "description": "Optional exact ATLAS-7 source-date slice (`YYYY-MM-DD`). Defaults to latest when no range is supplied.",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional inclusive source-date lower bound (`YYYY-MM-DD`).",
            "in": "query",
            "name": "source_date_from",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional inclusive source-date upper bound (`YYYY-MM-DD`).",
            "in": "query",
            "name": "source_date_to",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Response mode. Compact omits source_fields_json; full includes the source field payload.",
            "in": "query",
            "name": "mode",
            "required": false,
            "schema": {
              "default": "compact",
              "enum": [
                "compact",
                "full"
              ],
              "type": "string"
            }
          },
          {
            "description": "Maximum calculation rows to return.",
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 25,
              "maximum": 250,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "description": "Pagination offset over calculation-history rows.",
            "in": "query",
            "name": "offset",
            "required": false,
            "schema": {
              "default": 0,
              "minimum": 0,
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "additionalProperties": true,
                  "type": "object"
                }
              }
            },
            "description": "Complete ATLAS-7 calculation-history rows."
          },
          "400": {
            "description": "Invalid ticker, CIK, source-date filter, or mode."
          },
          "401": {
            "description": "Missing or invalid API key / MPP payment."
          },
          "402": {
            "description": "Payment required."
          },
          "503": {
            "description": "DeltaSignal ATLAS-7 calculation history unavailable."
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get complete ATLAS-7 calculation-history rows (MPP)",
        "tags": [
          "DeltaSignal ATLAS History"
        ],
        "x-agentic-market": {
          "category": "financial-data",
          "dataRights": "Complete ATLAS-7 calculation-history row shape assembled from DeltaSignal precomputed issuer evidence.",
          "pricing": "pay-per-call",
          "settlement": "Tempo MPP primary; Base x402 compatibility published at /v1/atlas7/calculation-history"
        },
        "x-mcp-tool": "deltasignal_atlas7_calculation_history",
        "x-mpp-mirror-of": "GET /v1/atlas7/calculation-history",
        "x-payment-info": {
          "amount": 0.2,
          "authMode": "mpp",
          "currency": "USD",
          "mirrorOf": "GET /v1/atlas7/calculation-history",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.200000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/company-fundamentals/{ticker}": {
      "get": {
        "description": "Primary on-ramp for DeltaSignal. Returns the latest company fundamentals extracted from SEC XBRL companyfacts for the issuer, plus provenance aligned with the covenant-stress surface. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppCompanyFundamentals",
        "parameters": [
          {
            "description": "Company ticker symbol, case-insensitive.",
            "example": "MARA",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Optional filing period date (`YYYY-MM-DD`). Defaults to the latest available filing date for the ticker.",
            "example": "2026-03-31",
            "in": "query",
            "name": "period",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional ATLAS-7 source-date slice (`YYYY-MM-DD`). When provided, returns the issuer calculation from that historical source_date instead of the latest slice.",
            "example": "2026-05-08",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Reserved expansion flag for segment reporting. Current runtime returns `available=false`.",
            "in": "query",
            "name": "include_segments",
            "required": false,
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Reserved expansion flag for related-party disclosures. Current runtime returns `available=false`.",
            "in": "query",
            "name": "include_related_party",
            "required": false,
            "schema": {
              "default": false,
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "cik": "0001507605",
                  "entity_name": "MARA Holdings, Inc.",
                  "filing_form": "10-Q",
                  "fundamentals": {
                    "cash_and_equivalents": 315,
                    "cash_flow_from_operations": 88.1142,
                    "current_assets": 620,
                    "net_income": 47.1834,
                    "operating_income": 61.22,
                    "revenue": 213.4421,
                    "total_assets": 1450,
                    "total_equity": 945,
                    "total_liabilities": 505
                  },
                  "last_updated": "2026-04-25T20:00:00Z",
                  "period": "2026-03-31",
                  "provenance": {
                    "data_source": "linkbase_rollup",
                    "is_linkbase_backed": true,
                    "mapping_hit_count": 0,
                    "quality_flag": "High",
                    "root_resolution_method": "standard_root_match"
                  },
                  "related_party_transactions": {
                    "available": false,
                    "transactions": []
                  },
                  "segment_data": {
                    "available": false,
                    "segments": []
                  },
                  "source_date": "2026-04-24",
                  "subsequent_events": {
                    "available": false,
                    "events": []
                  },
                  "ticker": "MARA"
                },
                "schema": {
                  "$ref": "#/components/schemas/CompanyFundamentalsResponse"
                }
              }
            },
            "description": "Company fundamentals with provenance"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "Ticker not found or no fundamentals data available"
          },
          "503": {
            "description": "PostgreSQL or companyfacts blob runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get provenance-rich company fundamentals from the latest SEC XBRL filing (MPP)",
        "tags": [
          "Fundamentals"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/v1/company-fundamentals/{ticker}",
        "x-payment-info": {
          "amount": 0.05,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.050000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/covenant-stress": {
      "get": {
        "description": "Returns the latest precomputed Covenant Stress slice by default. Use `/mpp/v1/readiness` to inspect service-level latest_day, latest_week, and latest_month coverage windows. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppListCovenantStress",
        "parameters": [
          {
            "description": "Optional import source date. Defaults to the latest available source date.",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional filing period date filter.",
            "in": "query",
            "name": "period",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "risk_tier",
            "required": false,
            "schema": {
              "enum": [
                "CRITICAL",
                "HIGH",
                "MODERATE",
                "LOW",
                "UNCLASSIFIED"
              ],
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "quality_flag",
            "required": false,
            "schema": {
              "enum": [
                "High",
                "Medium",
                "Low"
              ],
              "type": "string"
            }
          },
          {
            "description": "Optional debt-resolution policy filter.",
            "in": "query",
            "name": "debt_coverage_status",
            "required": false,
            "schema": {
              "enum": [
                "resolved_nonzero",
                "legitimate_zero_debt",
                "low_confidence_missing_debt",
                "resolved_zero"
              ],
              "type": "string"
            }
          },
          {
            "description": "Minimum `stress_50pct` value.",
            "in": "query",
            "name": "min_stress",
            "required": false,
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "When true, only return rows with `is_linkbase_backed=true`.",
            "in": "query",
            "name": "linkbase_only",
            "required": false,
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 25,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "offset",
            "required": false,
            "schema": {
              "default": 0,
              "minimum": 0,
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CovenantStressListResponse"
                }
              }
            },
            "description": "Filtered covenant stress rows"
          },
          "400": {
            "description": "Invalid filter value"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "List covenant stress rows with screening filters (MPP)",
        "tags": [
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/v1/covenant-stress",
        "x-payment-info": {
          "amount": 0.08,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.080000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/covenant-stress/natural": {
      "get": {
        "description": "Returns a premium audit-grade Markdown brief rendered from compact ticker-specific ATLAS-7 covenant, leverage, liquidity, filing, and stress evidence. The endpoint requires ticker as a query parameter, preserves returned values, nulls, source dates, caveats, quality flags, and evidence hash, and never substitutes a default ticker. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppCovenantStressNatural",
        "parameters": [
          {
            "description": "Required crypto public company ticker symbol. The backend rejects missing or empty ticker values before evidence fetch.",
            "in": "query",
            "name": "ticker",
            "required": true,
            "schema": {
              "maxLength": 16,
              "minLength": 1,
              "pattern": "^[A-Za-z0-9.-]+$",
              "type": "string"
            }
          },
          {
            "description": "Optional source/evidence date selector in YYYY-MM-DD format.",
            "in": "query",
            "name": "date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Rendering style. Style changes tone and density only, not facts, caveats, or investment posture.",
            "in": "query",
            "name": "style",
            "required": false,
            "schema": {
              "default": "professional",
              "enum": [
                "professional",
                "concise",
                "trader",
                "detailed"
              ],
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NaturalLanguageResponse"
                }
              }
            },
            "description": "Natural Language Covenant Stress brief"
          },
          "400": {
            "description": "Invalid ticker, style, or query parameter"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "Raw covenant stress evidence was not found for the requested ticker/date"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get a Natural Language Covenant Stress brief (MPP)",
        "tags": [
          "Natural Language",
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/v1/covenant-stress/natural",
        "x-payment-info": {
          "amount": 1.2,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "1.200000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/covenant-stress/{ticker}": {
      "get": {
        "description": "Measures how charged a crypto company's balance sheet is under Bitcoin price shocks. Uses issuer-specific XBRL Calculation Linkbases where available and returns ATLAS semantic fields including charge_level, resonance_status, and discharge_risk. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppCovenantStress",
        "parameters": [
          {
            "description": "Crypto public company ticker, case-insensitive.",
            "example": "RIOT",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Optional filing period date (`YYYY-MM-DD`). Defaults to the latest available filing date for the ticker.",
            "example": "2026-03-31",
            "in": "query",
            "name": "period",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional ATLAS-7 source-date slice (`YYYY-MM-DD`). When provided, returns the issuer calculation from that historical source_date instead of the latest slice.",
            "example": "2026-05-08",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "atlas_model": "ATLAS-7",
                  "atlas_tier": "Tower",
                  "charge_level": "Critical",
                  "debt_coverage_status": "resolved_nonzero",
                  "discharge_risk": "High",
                  "is_linkbase_backed": true,
                  "mp_z": 1.78,
                  "period": "2026-03-31",
                  "resonance_status": "Aligned",
                  "risk_tier": "HIGH",
                  "root_resolution_method": "linkbase_rollup",
                  "stress_50pct": 0.88,
                  "ticker": "RIOT"
                },
                "schema": {
                  "$ref": "#/components/schemas/CovenantStressResponse"
                }
              }
            },
            "description": "Single covenant stress result"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "Ticker not found or no precomputed covenant stress data available"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get covenant stress using the ATLAS Tesla Coil model (MPP)",
        "tags": [
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-ai-agent-hints": {
          "domain": "crypto_corporate_risk",
          "metaphor": "tesla_coil",
          "use_cases": [
            "covenant_monitoring",
            "liquidation_risk",
            "portfolio_screening",
            "stress_testing"
          ]
        },
        "x-mpp-mirror-of": "/v1/covenant-stress/{ticker}",
        "x-payment-info": {
          "amount": 0.1,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.100000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/daily-changes/evidence": {
      "get": {
        "description": "Returns issuer-specific raw Company Facts tag evidence for the latest daily-changes snapshot. This is the explicit proof layer for Daily Monitoring: callers must provide ticker or CIK and may page through raw tags with limit and offset. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppDailyChangeEvidence",
        "parameters": [
          {
            "description": "Issuer ticker. Required unless cik is supplied.",
            "in": "query",
            "name": "ticker",
            "required": false,
            "schema": {
              "example": "ARKB",
              "maxLength": 16,
              "minLength": 1,
              "type": "string"
            }
          },
          {
            "description": "SEC CIK. Required unless ticker is supplied.",
            "in": "query",
            "name": "cik",
            "required": false,
            "schema": {
              "example": "0001869699",
              "pattern": "^[0-9]{1,10}$",
              "type": "string"
            }
          },
          {
            "description": "Optional CompanyFacts activity source date to replay a known daily evidence row.",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "example": "2026-05-08",
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Raw tag rows to return. Defaults to 100 and is capped at 250.",
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 100,
              "maximum": 250,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "description": "Raw tag row offset for pagination.",
            "in": "query",
            "name": "offset",
            "required": false,
            "schema": {
              "default": 0,
              "maximum": 10000,
              "minimum": 0,
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DailyChangeEvidenceResponse"
                }
              }
            },
            "description": "Paginated daily change evidence"
          },
          "400": {
            "description": "Invalid evidence arguments, such as missing ticker/cik or out-of-range pagination."
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "No matching daily evidence row was found for the requested issuer."
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get paginated raw evidence for a daily SEC change row (MPP)",
        "tags": [
          "Readiness"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment. Use this only for explicit issuer evidence drilldowns; use Daily Monitoring for routine scans.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/v1/daily-changes/evidence",
        "x-payment-info": {
          "amount": 0.03,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.030000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/daily-changes/latest": {
      "get": {
        "description": "Returns the compact Daily Monitoring view for the most recent published daily-changes payload: freshness dates, counts, compact changed-company rows, evidence references, and follow-up routing fields. Raw Company Facts tags are not bundled here; use /mpp/v1/daily-changes/evidence or /v1/daily-changes/evidence for explicit issuer proof. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppLatestDailyChanges",
        "parameters": [
          {
            "deprecated": true,
            "description": "No input is required for this fixed-price snapshot endpoint. This placeholder documents an empty query-parameter schema for agent discovery validators.",
            "in": "query",
            "name": "_",
            "required": false,
            "schema": {
              "maxLength": 0,
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/LatestDailyChangesResponse"
                }
              }
            },
            "description": "Compact latest daily changes monitoring snapshot"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "No latest daily changes snapshot has been published yet"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get the compact latest SEC daily-changes monitoring snapshot (MPP)",
        "tags": [
          "Readiness"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/v1/daily-changes/latest",
        "x-payment-info": {
          "amount": 0.03,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.030000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/morning-brief/natural": {
      "get": {
        "description": "Returns a premium audit-grade Markdown Morning Brief rendered from server-composed compact ATLAS-7 evidence. The backend composes readiness, daily changes, risk distribution, top stressed, and alpha opportunity evidence before rendering; the renderer does not call tools or generate social drafts. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppMorningBriefNatural",
        "parameters": [
          {
            "description": "Optional source date selector in YYYY-MM-DD format when supported by the backend composite.",
            "in": "query",
            "name": "date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional compact record limit where supported by the backend composite.",
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 10,
              "maximum": 25,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "description": "Rendering style. Style changes tone and density only, not facts, caveats, or investment posture.",
            "in": "query",
            "name": "style",
            "required": false,
            "schema": {
              "default": "professional",
              "enum": [
                "professional",
                "concise",
                "trader",
                "detailed"
              ],
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NaturalLanguageResponse"
                }
              }
            },
            "description": "Natural Language Morning Brief"
          },
          "400": {
            "description": "Invalid style or query parameter"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "Backend-composed Morning Brief evidence is temporarily unavailable"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get a Natural Language Morning Brief (MPP)",
        "tags": [
          "Natural Language",
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/v1/morning-brief/natural",
        "x-payment-info": {
          "amount": 0.95,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.950000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/peer-ranking/{ticker}": {
      "get": {
        "description": "Ranks the issuer among the covered crypto public companies using issuer stress plus ATLAS Mirror Pulse system resonance context. If the dedicated peer-ranking precompute relation is unavailable, the service derives the ranking from the latest covenant-stress slice and marks the response with fallback metadata. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppPeerCovenantRanking",
        "parameters": [
          {
            "description": "Crypto public company ticker, case-insensitive.",
            "example": "MARA",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Optional filing period date (`YYYY-MM-DD`). Defaults to the latest available filing date for the ticker.",
            "example": "2026-03-31",
            "in": "query",
            "name": "period",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional ATLAS-7 source-date slice (`YYYY-MM-DD`). When provided, returns the issuer calculation from that historical source_date instead of the latest slice.",
            "example": "2026-05-08",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "atlas_tier": "Tower",
                  "is_linkbase_backed": true,
                  "mp_z": 1.42,
                  "peer_rank": 12,
                  "ranking_status": "precomputed",
                  "resonance_status": "Aligned",
                  "risk_tier": "HIGH",
                  "ticker": "MARA",
                  "total_peers": 215
                },
                "schema": {
                  "$ref": "#/components/schemas/PeerRankingResponse"
                }
              }
            },
            "description": "Peer ranking result with ATLAS resonance context"
          },
          "400": {
            "description": "Invalid period value"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "Ticker not found or no ranking available"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get peer covenant ranking with system resonance (MPP)",
        "tags": [
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-ai-agent-hints": {
          "domain": "crypto_corporate_risk",
          "metaphor": "tesla_coil",
          "use_cases": [
            "peer_comparison",
            "sector_risk_scan",
            "relative_position_analysis"
          ]
        },
        "x-mpp-mirror-of": "/v1/peer-ranking/{ticker}",
        "x-payment-info": {
          "amount": 0.06,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.060000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/readiness": {
      "get": {
        "description": "Returns freshness, issuer counts, debt-coverage counts, and explicit latest_day, latest_week, and latest_month coverage windows derived from the precomputed Covenant Stress table. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppDeltaSignalReadiness",
        "parameters": [
          {
            "deprecated": true,
            "description": "No input is required for this fixed-price snapshot endpoint. This placeholder documents an empty query-parameter schema for agent discovery validators.",
            "in": "query",
            "name": "_",
            "required": false,
            "schema": {
              "maxLength": 0,
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ReadinessResponse"
                }
              }
            },
            "description": "Fresh precompute slice is available"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "No fresh precompute slice is available or PostgreSQL runtime is not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get the latest DeltaSignal covenant stress refresh readiness snapshot (MPP)",
        "tags": [
          "Readiness"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/mpp/v1/readiness",
        "x-payment-info": {
          "amount": 0.04,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.040000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/risk-distribution": {
      "get": {
        "description": "Returns the risk-tier distribution for the latest available Covenant Stress slice. Use `/mpp/v1/readiness` to understand the latest_day, latest_week, and latest_month coverage windows behind the current snapshot. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppRiskDistribution",
        "parameters": [
          {
            "deprecated": true,
            "description": "No input is required for this fixed-price snapshot endpoint. This placeholder documents an empty query-parameter schema for agent discovery validators.",
            "in": "query",
            "name": "_",
            "required": false,
            "schema": {
              "maxLength": 0,
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RiskDistributionResponse"
                }
              }
            },
            "description": "Risk-tier distribution"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get the latest covenant stress risk distribution (MPP)",
        "tags": [
          "Readiness"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/v1/risk-distribution",
        "x-payment-info": {
          "amount": 0.04,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.040000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/spectra-field-map/{ticker}": {
      "get": {
        "description": "Tempo MPP paid route for a single issuer SPECTRA field-map contract. The response contains source lineage plus derived pressure, stored energy, price echo, filing choreography, and chart read labels. For ATLAS-derived contracts, canonical stress/headroom/fair-value fields are preserved in the response.",
        "operationId": "getMppSpectraFieldMap",
        "parameters": [
          {
            "description": "Crypto public company ticker symbol, e.g. RIOT, MARA, COIN.",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "pattern": "^[A-Z0-9.-]{1,16}$",
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SpectraFieldMapResponse"
                }
              }
            },
            "description": "SPECTRA Historical Field Map contract."
          },
          "400": {
            "description": "Invalid ticker."
          },
          "401": {
            "description": "Missing or invalid API key / MPP payment."
          },
          "402": {
            "description": "Payment required."
          },
          "404": {
            "description": "No SPECTRA field-map contract found for ticker."
          },
          "503": {
            "description": "DeltaSignal SPECTRA field-map pack unavailable."
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get SPECTRA Historical Field Map (MPP)",
        "tags": [
          "DeltaSignal SPECTRA"
        ],
        "x-agentic-market": {
          "category": "financial-data",
          "dataRights": "SPECTRA field-map contract derived from DeltaSignal report packs or ATLAS-7 historical CompanyFacts rows; not a raw market-data feed.",
          "pricing": "pay-per-call",
          "settlement": "Tempo MPP primary; Base x402 compatibility published at /v1/spectra-field-map/{ticker}"
        },
        "x-mpp-mirror-of": "GET /v1/spectra-field-map/{ticker}",
        "x-payment-info": {
          "amount": 0.08,
          "authMode": "mpp",
          "currency": "USD",
          "mirrorOf": "GET /v1/spectra-field-map/{ticker}",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.080000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/top-stressed": {
      "get": {
        "description": "Returns the most stressed issuers from the latest available precomputed slice. Pair with `/mpp/v1/readiness` when consumers need the latest_day, latest_week, and latest_month coverage context. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppTopStressedCryptoIssuers",
        "parameters": [
          {
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 10,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "offset",
            "required": false,
            "schema": {
              "default": 0,
              "minimum": 0,
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TopStressedResponse"
                }
              }
            },
            "description": "Ranked covenant stress rows"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get the most stressed crypto issuers (MPP)",
        "tags": [
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/v1/top-stressed",
        "x-payment-info": {
          "amount": 0.05,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.050000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/mpp/v1/top-stressed/natural": {
      "get": {
        "description": "Returns a premium audit-grade Markdown brief rendered from compact ATLAS-7 Top Stressed evidence. The renderer preserves returned ranks, stress values, quality flags, nulls, and caveats, and ends with the Delta Signal non-advice disclaimer. This Tempo MPP route uses Tempo payment and returns HTTP 402 with WWW-Authenticate: Payment when called without a valid MPP credential.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getMppTopStressedNatural",
        "parameters": [
          {
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 10,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "offset",
            "required": false,
            "schema": {
              "default": 0,
              "minimum": 0,
              "type": "integer"
            }
          },
          {
            "description": "Rendering style. Style changes tone and density only, not facts, rankings, or caveats.",
            "in": "query",
            "name": "style",
            "required": false,
            "schema": {
              "default": "professional",
              "enum": [
                "professional",
                "concise",
                "trader",
                "detailed"
              ],
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NaturalLanguageResponse"
                }
              }
            },
            "description": "Natural Language Top Stressed brief"
          },
          "400": {
            "description": "Invalid style or query parameter"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "mppPayment": []
          }
        ],
        "summary": "Get a Natural Language Top Stressed brief (MPP)",
        "tags": [
          "Natural Language",
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Call without payment to receive a 402 Tempo MPP challenge, then repeat with Authorization: Payment.",
          "discoverable": true,
          "paymentRail": "Tempo",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC.e"
        },
        "x-mpp-mirror-of": "/v1/top-stressed/natural",
        "x-payment-info": {
          "amount": 0.95,
          "authMode": "mpp",
          "currency": "USD",
          "network": "Tempo",
          "paymentMethods": [
            "USDC.e"
          ],
          "price": {
            "amount": "0.950000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "mpp": {
                "currency": "0x20C000000000000000000000b9537d11c60E8b50",
                "intent": "charge",
                "method": "tempo"
              }
            }
          ]
        }
      }
    },
    "/v1/alpha-opportunities": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402ListAlphaOpportunities",
        "parameters": [
          {
            "description": "Maximum number of rows to return. Defaults to 10 and caps at 100.",
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 10,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "description": "Optional scoring slice date (`YYYY-MM-DD`). Defaults to the latest available DeltaSignal slice.",
            "example": "2026-04-28",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional filter for the current risk tier.",
            "in": "query",
            "name": "risk_tier",
            "required": false,
            "schema": {
              "enum": [
                "CRITICAL",
                "HIGH",
                "MODERATE",
                "LOW",
                "UNCLASSIFIED"
              ],
              "type": "string"
            }
          },
          {
            "description": "Optional filter for DeltaSignal debt coverage classification.",
            "in": "query",
            "name": "debt_coverage_status",
            "required": false,
            "schema": {
              "enum": [
                "legitimate_zero_debt",
                "resolved_zero",
                "resolved_nonzero",
                "low_confidence_missing_debt"
              ],
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "market_regime": "bearish_falling_vol",
                  "opportunities": [
                    {
                      "alpha_score": 88,
                      "data_quality_notes": [],
                      "debt_coverage_status": "legitimate_zero_debt",
                      "live_stress_50pct": 0,
                      "resilience_percentile": 96.3,
                      "short_recommendation": "Accumulate on weakness",
                      "stress_50pct": 0,
                      "ticker": "BMNR",
                      "treasury_strength": "strong"
                    }
                  ],
                  "source_date": "2026-04-28",
                  "tower_coherence": 0.5954,
                  "tower_status": "building"
                },
                "schema": {
                  "$ref": "#/components/schemas/AlphaOpportunitiesResponse"
                }
              }
            },
            "description": "Alpha opportunity ranking for the selected DeltaSignal slice"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Rank the current DeltaSignal slice by deterministic Phase 1 alpha score (Base x402)",
        "tags": [
          "Alpha Signals"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/alpha-opportunities",
        "x-payment-info": {
          "amount": 0.05,
          "amountUsd": "0.050000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.050000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/alpha-opportunities/audit": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402AuditAlphaOpportunities",
        "parameters": [
          {
            "description": "Maximum sample rows to return in each audit sample. Defaults to 10 and caps at 100.",
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 10,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "description": "Optional scoring slice date (`YYYY-MM-DD`). Defaults to the latest available DeltaSignal slice.",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional issuer-type audit filter. Defaults to the operating-company board view.",
            "in": "query",
            "name": "issuer_type",
            "required": false,
            "schema": {
              "enum": [
                "operating_company",
                "etf_trust",
                "fund_vehicle",
                "foreign_issuer",
                "unresolved_identifier",
                "all"
              ],
              "type": "string"
            }
          },
          {
            "description": "Set true only for explicit debugging; the default response returns bounded summaries and samples.",
            "in": "query",
            "name": "include_rows",
            "required": false,
            "schema": {
              "default": false,
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "default_filter": {
                    "default_operating_company_only": true,
                    "issuer_type": "operating_company"
                  },
                  "identity_summary": {
                    "default_issuer_type_excluded": 33,
                    "total_publishable_rows": 215
                  },
                  "issuer_type_summary": {
                    "etf_trust": 16,
                    "foreign_issuer": 11,
                    "fund_vehicle": 6,
                    "operating_company": 182
                  },
                  "rank_delta_summary": {
                    "max_rank_delta": 42,
                    "rows_with_demotion": 55
                  },
                  "source_date": "2026-05-13"
                },
                "schema": {
                  "$ref": "#/components/schemas/AlphaOpportunitiesAuditResponse"
                }
              }
            },
            "description": "Alpha board audit explaining default exclusions and raw-alpha versus board-rank demotions"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Explain alpha board filters, exclusions, and board-rank demotions (Base x402)",
        "tags": [
          "Alpha Signals"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/alpha-opportunities/audit",
        "x-payment-info": {
          "amount": 0.03,
          "amountUsd": "0.030000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.030000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/alpha-signals/{ticker}": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402AlphaSignals",
        "parameters": [
          {
            "description": "Crypto public company ticker, case-insensitive.",
            "example": "BMNR",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Optional scoring slice date (`YYYY-MM-DD`). Defaults to the latest available DeltaSignal slice.",
            "example": "2026-04-28",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "accession_number": "0001493152-26-016560",
                  "alpha_interpretation": "Minimal traditional debt. Strong mixed crypto treasury backing. Downside stress is low. Current regime fit is favorable.",
                  "alpha_score": 88,
                  "alpha_score_breakdown": {
                    "debt_cleanliness": 95,
                    "regime_fit": 76,
                    "stress_resilience": 100,
                    "treasury_strength": 83
                  },
                  "cik": "0001829311",
                  "data_quality_notes": [],
                  "dominant_treasury_asset": "mixed",
                  "entity_name": "BITMINE IMMERSION TECHNOLOGIES, INC.",
                  "market_regime": "bearish_falling_vol",
                  "period": "2026-04-14",
                  "provenance": {
                    "computed_at_utc": "2026-04-28T19:06:39.392384Z",
                    "crypto_units_basis": "treasury_update_ex99_text",
                    "data_source": "linkbase_rooted_facts",
                    "debt_coverage_status": "legitimate_zero_debt",
                    "is_linkbase_backed": true,
                    "market_regime": "bearish_falling_vol",
                    "quality_flag": "Medium",
                    "root_resolution_method": "standard_root_match",
                    "source_date": "2026-04-28",
                    "tower_status": "building"
                  },
                  "regime_fit_breakdown": {
                    "peer_relative_strength": 50,
                    "stress_alignment": 100,
                    "tower_participation_modifier": 55,
                    "treasury_regime_bonus": 70
                  },
                  "regime_fit_score": 76,
                  "score_inputs": {
                    "live_stress_50pct": 0,
                    "live_stress_delta_24h": 0,
                    "live_stress_delta_7d": 0,
                    "peer_percentile": 50,
                    "quality_flag_normalized": "medium",
                    "stress_50pct": 0,
                    "stress_data_status": "present",
                    "treasury_asset_ratio_score": 100,
                    "treasury_data_status": "normal"
                  },
                  "short_recommendation": "Accumulate on weakness",
                  "source_date": "2026-04-28",
                  "stress_resilience_breakdown": {
                    "debt_buffer_strength": 95,
                    "delta_stability_proxy": 100,
                    "inverse_live_stress": 100,
                    "treasury_cushion": 83
                  },
                  "stress_resilience_score": 100,
                  "ticker": "BMNR",
                  "tower_coherence": 0.5954,
                  "tower_status": "building",
                  "treasury_strength": "strong",
                  "treasury_strength_score": 83
                },
                "schema": {
                  "$ref": "#/components/schemas/AlphaSignalsResponse"
                }
              }
            },
            "description": "Single-ticker alpha signal result"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "Ticker not found in the selected DeltaSignal slice"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get deterministic Phase 1 alpha signals for a single issuer (Base x402)",
        "tags": [
          "Alpha Signals"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/alpha-signals/{ticker}",
        "x-payment-info": {
          "amount": 0.07,
          "amountUsd": "0.070000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.070000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/atlas-history/{ticker}": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "operationId": "getX402AtlasHistory",
        "parameters": [
          {
            "description": "Crypto public company ticker symbol, e.g. MSTR, RIOT, MARA, COIN.",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "pattern": "^[A-Z0-9.-]{1,16}$",
              "type": "string"
            }
          },
          {
            "description": "Inclusive historical source-date lower bound (`YYYY-MM-DD`).",
            "in": "query",
            "name": "source_date_from",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Inclusive historical source-date upper bound (`YYYY-MM-DD`).",
            "in": "query",
            "name": "source_date_to",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Maximum number of source-date rows to return. Defaults to 500 and caps at 2000.",
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 500,
              "maximum": 2000,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "description": "Pagination offset for source-date rows.",
            "in": "query",
            "name": "offset",
            "required": false,
            "schema": {
              "default": 0,
              "minimum": 0,
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "additionalProperties": true,
                  "type": "object"
                }
              }
            },
            "description": "Historical ATLAS-7 compact issuer series."
          },
          "400": {
            "description": "Invalid ticker or source-date filter."
          },
          "401": {
            "description": "Missing or invalid API key / MPP payment."
          },
          "402": {
            "description": "Payment required."
          },
          "503": {
            "description": "DeltaSignal ATLAS history unavailable."
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get historical ATLAS-7 issuer stress and covenant series (Base x402)",
        "tags": [
          "DeltaSignal ATLAS History"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/atlas-history/{ticker}",
        "x-payment-info": {
          "amount": 0.15,
          "amountUsd": "0.150000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.150000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/atlas7/audit/latest": {
      "get": {
        "description": "Returns the latest Azure-native 215-issuer ATLAS-7 regression audit status from the scheduled Go audit job. This operator readiness surface reports freshness, artifact prefix, issuer count, operation count, current route failures, historical route failures, composite workflow failures, and health state. It is not an issuer-analysis route and is not a paid data route.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getAtlas7AuditStatus",
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Atlas7AuditStatusResponse"
                }
              }
            },
            "description": "Latest ATLAS-7 regression audit status"
          },
          "401": {
            "description": "Missing or invalid internal/pre-authorized API key"
          },
          "500": {
            "description": "Audit artifact storage is unavailable, misconfigured, or unreadable"
          }
        },
        "security": [
          {
            "ApiKeyAuth": []
          },
          {
            "MCPInternalApiKey": []
          }
        ],
        "summary": "Get latest ATLAS-7 regression audit status",
        "tags": [
          "Readiness"
        ],
        "x-agent-guidance": "Use when a user asks whether ATLAS-7 is healthy, current, monitored, Azure-native, or fully regression-tested. Preserve status, stale, artifact.prefix, finished_at_utc, issuer_count, operation_count, failed_count, historical_failed_count, and composite_failed_count when summarizing.",
        "x-mcp-tool": "deltasignal_atlas7_audit_status",
        "x-operator-surface": true
      }
    },
    "/v1/atlas7/calculation-history": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "operationId": "getX402Atlas7CalculationHistory",
        "parameters": [
          {
            "description": "Optional crypto public company ticker symbol, e.g. MSTR, RIOT, MARA, COIN.",
            "in": "query",
            "name": "ticker",
            "required": false,
            "schema": {
              "pattern": "^[A-Z0-9.-]{1,16}$",
              "type": "string"
            }
          },
          {
            "description": "Optional SEC CIK filter. Bare digits or CIK-prefixed digits are accepted.",
            "in": "query",
            "name": "cik",
            "required": false,
            "schema": {
              "pattern": "^(CIK)?[0-9]{1,10}$",
              "type": "string"
            }
          },
          {
            "description": "Optional exact ATLAS-7 source-date slice (`YYYY-MM-DD`). Defaults to latest when no range is supplied.",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional inclusive source-date lower bound (`YYYY-MM-DD`).",
            "in": "query",
            "name": "source_date_from",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional inclusive source-date upper bound (`YYYY-MM-DD`).",
            "in": "query",
            "name": "source_date_to",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Response mode. Compact omits source_fields_json; full includes the source field payload.",
            "in": "query",
            "name": "mode",
            "required": false,
            "schema": {
              "default": "compact",
              "enum": [
                "compact",
                "full"
              ],
              "type": "string"
            }
          },
          {
            "description": "Maximum calculation rows to return.",
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 25,
              "maximum": 250,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "description": "Pagination offset over calculation-history rows.",
            "in": "query",
            "name": "offset",
            "required": false,
            "schema": {
              "default": 0,
              "minimum": 0,
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "additionalProperties": true,
                  "type": "object"
                }
              }
            },
            "description": "Complete ATLAS-7 calculation-history rows."
          },
          "400": {
            "description": "Invalid ticker, CIK, source-date filter, or mode."
          },
          "401": {
            "description": "Missing or invalid API key / MPP payment."
          },
          "402": {
            "description": "Payment required."
          },
          "503": {
            "description": "DeltaSignal ATLAS-7 calculation history unavailable."
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get complete ATLAS-7 calculation-history rows (Base x402)",
        "tags": [
          "DeltaSignal ATLAS History"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/atlas7/calculation-history",
        "x-mcp-tool": "deltasignal_atlas7_calculation_history",
        "x-payment-info": {
          "amount": 0.2,
          "amountUsd": "0.200000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.200000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/company-fundamentals/{ticker}": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402CompanyFundamentals",
        "parameters": [
          {
            "description": "Company ticker symbol, case-insensitive.",
            "example": "MARA",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Optional filing period date (`YYYY-MM-DD`). Defaults to the latest available filing date for the ticker.",
            "example": "2026-03-31",
            "in": "query",
            "name": "period",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional ATLAS-7 source-date slice (`YYYY-MM-DD`). When provided, returns the issuer calculation from that historical source_date instead of the latest slice.",
            "example": "2026-05-08",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Reserved expansion flag for segment reporting. Current runtime returns `available=false`.",
            "in": "query",
            "name": "include_segments",
            "required": false,
            "schema": {
              "default": false,
              "type": "boolean"
            }
          },
          {
            "description": "Reserved expansion flag for related-party disclosures. Current runtime returns `available=false`.",
            "in": "query",
            "name": "include_related_party",
            "required": false,
            "schema": {
              "default": false,
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "cik": "0001507605",
                  "entity_name": "MARA Holdings, Inc.",
                  "filing_form": "10-Q",
                  "fundamentals": {
                    "cash_and_equivalents": 315,
                    "cash_flow_from_operations": 88.1142,
                    "current_assets": 620,
                    "net_income": 47.1834,
                    "operating_income": 61.22,
                    "revenue": 213.4421,
                    "total_assets": 1450,
                    "total_equity": 945,
                    "total_liabilities": 505
                  },
                  "last_updated": "2026-04-25T20:00:00Z",
                  "period": "2026-03-31",
                  "provenance": {
                    "data_source": "linkbase_rollup",
                    "is_linkbase_backed": true,
                    "mapping_hit_count": 0,
                    "quality_flag": "High",
                    "root_resolution_method": "standard_root_match"
                  },
                  "related_party_transactions": {
                    "available": false,
                    "transactions": []
                  },
                  "segment_data": {
                    "available": false,
                    "segments": []
                  },
                  "source_date": "2026-04-24",
                  "subsequent_events": {
                    "available": false,
                    "events": []
                  },
                  "ticker": "MARA"
                },
                "schema": {
                  "$ref": "#/components/schemas/CompanyFundamentalsResponse"
                }
              }
            },
            "description": "Company fundamentals with provenance"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "Ticker not found or no fundamentals data available"
          },
          "503": {
            "description": "PostgreSQL or companyfacts blob runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get provenance-rich company fundamentals from the latest SEC XBRL filing (Base x402)",
        "tags": [
          "Fundamentals"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/company-fundamentals/{ticker}",
        "x-payment-info": {
          "amount": 0.05,
          "amountUsd": "0.050000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.050000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/covenant-stress": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402ListCovenantStress",
        "parameters": [
          {
            "description": "Optional import source date. Defaults to the latest available source date.",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional filing period date filter.",
            "in": "query",
            "name": "period",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "risk_tier",
            "required": false,
            "schema": {
              "enum": [
                "CRITICAL",
                "HIGH",
                "MODERATE",
                "LOW",
                "UNCLASSIFIED"
              ],
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "quality_flag",
            "required": false,
            "schema": {
              "enum": [
                "High",
                "Medium",
                "Low"
              ],
              "type": "string"
            }
          },
          {
            "description": "Optional debt-resolution policy filter.",
            "in": "query",
            "name": "debt_coverage_status",
            "required": false,
            "schema": {
              "enum": [
                "resolved_nonzero",
                "legitimate_zero_debt",
                "low_confidence_missing_debt",
                "resolved_zero"
              ],
              "type": "string"
            }
          },
          {
            "description": "Minimum `stress_50pct` value.",
            "in": "query",
            "name": "min_stress",
            "required": false,
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "When true, only return rows with `is_linkbase_backed=true`.",
            "in": "query",
            "name": "linkbase_only",
            "required": false,
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 25,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "offset",
            "required": false,
            "schema": {
              "default": 0,
              "minimum": 0,
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CovenantStressListResponse"
                }
              }
            },
            "description": "Filtered covenant stress rows"
          },
          "400": {
            "description": "Invalid filter value"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "List covenant stress rows with screening filters (Base x402)",
        "tags": [
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/covenant-stress",
        "x-payment-info": {
          "amount": 0.08,
          "amountUsd": "0.080000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.080000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/covenant-stress/natural": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402CovenantStressNatural",
        "parameters": [
          {
            "description": "Required crypto public company ticker symbol. The backend rejects missing or empty ticker values before evidence fetch.",
            "in": "query",
            "name": "ticker",
            "required": true,
            "schema": {
              "maxLength": 16,
              "minLength": 1,
              "pattern": "^[A-Za-z0-9.-]+$",
              "type": "string"
            }
          },
          {
            "description": "Optional source/evidence date selector in YYYY-MM-DD format.",
            "in": "query",
            "name": "date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Rendering style. Style changes tone and density only, not facts, caveats, or investment posture.",
            "in": "query",
            "name": "style",
            "required": false,
            "schema": {
              "default": "professional",
              "enum": [
                "professional",
                "concise",
                "trader",
                "detailed"
              ],
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NaturalLanguageResponse"
                }
              }
            },
            "description": "Natural Language Covenant Stress brief"
          },
          "400": {
            "description": "Invalid ticker, style, or query parameter"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "Raw covenant stress evidence was not found for the requested ticker/date"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get a Natural Language Covenant Stress brief (Base x402)",
        "tags": [
          "Natural Language",
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/covenant-stress/natural",
        "x-payment-info": {
          "amount": 1.2,
          "amountUsd": "1.200000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "1.200000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/covenant-stress/{ticker}": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402CovenantStress",
        "parameters": [
          {
            "description": "Crypto public company ticker, case-insensitive.",
            "example": "RIOT",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Optional filing period date (`YYYY-MM-DD`). Defaults to the latest available filing date for the ticker.",
            "example": "2026-03-31",
            "in": "query",
            "name": "period",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional ATLAS-7 source-date slice (`YYYY-MM-DD`). When provided, returns the issuer calculation from that historical source_date instead of the latest slice.",
            "example": "2026-05-08",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "atlas_model": "ATLAS-7",
                  "atlas_tier": "Tower",
                  "charge_level": "Critical",
                  "debt_coverage_status": "resolved_nonzero",
                  "discharge_risk": "High",
                  "is_linkbase_backed": true,
                  "mp_z": 1.78,
                  "period": "2026-03-31",
                  "resonance_status": "Aligned",
                  "risk_tier": "HIGH",
                  "root_resolution_method": "linkbase_rollup",
                  "stress_50pct": 0.88,
                  "ticker": "RIOT"
                },
                "schema": {
                  "$ref": "#/components/schemas/CovenantStressResponse"
                }
              }
            },
            "description": "Single covenant stress result"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "Ticker not found or no precomputed covenant stress data available"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get covenant stress using the ATLAS Tesla Coil model (Base x402)",
        "tags": [
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-ai-agent-hints": {
          "domain": "crypto_corporate_risk",
          "metaphor": "tesla_coil",
          "use_cases": [
            "covenant_monitoring",
            "liquidation_risk",
            "portfolio_screening",
            "stress_testing"
          ]
        },
        "x-base-x402-compatibility-of": "/mpp/v1/covenant-stress/{ticker}",
        "x-payment-info": {
          "amount": 0.1,
          "amountUsd": "0.100000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.100000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/covenant/stress": {
      "get": {
        "description": "Compatibility alias for /v1/covenant-stress. Uses the same Base x402 payment contract and response shape.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402ListCovenantStressAlias",
        "parameters": [
          {
            "description": "Optional import source date. Defaults to the latest available source date.",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional filing period date filter.",
            "in": "query",
            "name": "period",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "risk_tier",
            "required": false,
            "schema": {
              "enum": [
                "CRITICAL",
                "HIGH",
                "MODERATE",
                "LOW",
                "UNCLASSIFIED"
              ],
              "type": "string"
            }
          },
          {
            "in": "query",
            "name": "quality_flag",
            "required": false,
            "schema": {
              "enum": [
                "High",
                "Medium",
                "Low"
              ],
              "type": "string"
            }
          },
          {
            "description": "Optional debt-resolution policy filter.",
            "in": "query",
            "name": "debt_coverage_status",
            "required": false,
            "schema": {
              "enum": [
                "resolved_nonzero",
                "legitimate_zero_debt",
                "low_confidence_missing_debt",
                "resolved_zero"
              ],
              "type": "string"
            }
          },
          {
            "description": "Minimum `stress_50pct` value.",
            "in": "query",
            "name": "min_stress",
            "required": false,
            "schema": {
              "type": "number"
            }
          },
          {
            "description": "When true, only return rows with `is_linkbase_backed=true`.",
            "in": "query",
            "name": "linkbase_only",
            "required": false,
            "schema": {
              "type": "boolean"
            }
          },
          {
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 25,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "offset",
            "required": false,
            "schema": {
              "default": 0,
              "minimum": 0,
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CovenantStressListResponse"
                }
              }
            },
            "description": "Filtered covenant stress rows"
          },
          "400": {
            "description": "Invalid filter value"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "List covenant stress rows with screening filters (Base x402) compatibility alias",
        "tags": [
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-alias-of": "/v1/covenant-stress",
        "x-base-x402-compatibility-of": "/mpp/v1/covenant-stress",
        "x-payment-info": {
          "amount": 0.08,
          "amountUsd": "0.080000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.080000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/daily-changes/evidence": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402DailyChangeEvidence",
        "parameters": [
          {
            "description": "Issuer ticker. Required unless cik is supplied.",
            "in": "query",
            "name": "ticker",
            "required": false,
            "schema": {
              "example": "ARKB",
              "maxLength": 16,
              "minLength": 1,
              "type": "string"
            }
          },
          {
            "description": "SEC CIK. Required unless ticker is supplied.",
            "in": "query",
            "name": "cik",
            "required": false,
            "schema": {
              "example": "0001869699",
              "pattern": "^[0-9]{1,10}$",
              "type": "string"
            }
          },
          {
            "description": "Optional CompanyFacts activity source date to replay a known daily evidence row.",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "example": "2026-05-08",
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Raw tag rows to return. Defaults to 100 and is capped at 250.",
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 100,
              "maximum": 250,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "description": "Raw tag row offset for pagination.",
            "in": "query",
            "name": "offset",
            "required": false,
            "schema": {
              "default": 0,
              "maximum": 10000,
              "minimum": 0,
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DailyChangeEvidenceResponse"
                }
              }
            },
            "description": "Paginated daily change evidence"
          },
          "400": {
            "description": "Invalid evidence arguments, such as missing ticker/cik or out-of-range pagination."
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "No matching daily evidence row was found for the requested issuer."
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get paginated raw evidence for a daily SEC change row (Base x402)",
        "tags": [
          "Readiness"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/daily-changes/evidence",
        "x-payment-info": {
          "amount": 0.03,
          "amountUsd": "0.030000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.030000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/daily-changes/latest": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402LatestDailyChanges",
        "parameters": [
          {
            "deprecated": true,
            "description": "No input is required for this fixed-price snapshot endpoint. This placeholder documents an empty query-parameter schema for agent discovery validators.",
            "in": "query",
            "name": "_",
            "required": false,
            "schema": {
              "maxLength": 0,
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/LatestDailyChangesResponse"
                }
              }
            },
            "description": "Compact latest daily changes monitoring snapshot"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "No latest daily changes snapshot has been published yet"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get the compact latest SEC daily-changes monitoring snapshot (Base x402)",
        "tags": [
          "Readiness"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/daily-changes/latest",
        "x-payment-info": {
          "amount": 0.03,
          "amountUsd": "0.030000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.030000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/morning-brief/natural": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402MorningBriefNatural",
        "parameters": [
          {
            "description": "Optional source date selector in YYYY-MM-DD format when supported by the backend composite.",
            "in": "query",
            "name": "date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional compact record limit where supported by the backend composite.",
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 10,
              "maximum": 25,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "description": "Rendering style. Style changes tone and density only, not facts, caveats, or investment posture.",
            "in": "query",
            "name": "style",
            "required": false,
            "schema": {
              "default": "professional",
              "enum": [
                "professional",
                "concise",
                "trader",
                "detailed"
              ],
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NaturalLanguageResponse"
                }
              }
            },
            "description": "Natural Language Morning Brief"
          },
          "400": {
            "description": "Invalid style or query parameter"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "Backend-composed Morning Brief evidence is temporarily unavailable"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get a Natural Language Morning Brief (Base x402)",
        "tags": [
          "Natural Language",
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/morning-brief/natural",
        "x-payment-info": {
          "amount": 0.95,
          "amountUsd": "0.950000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.950000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/peer-ranking/{ticker}": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402PeerCovenantRanking",
        "parameters": [
          {
            "description": "Crypto public company ticker, case-insensitive.",
            "example": "MARA",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "description": "Optional filing period date (`YYYY-MM-DD`). Defaults to the latest available filing date for the ticker.",
            "example": "2026-03-31",
            "in": "query",
            "name": "period",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          },
          {
            "description": "Optional ATLAS-7 source-date slice (`YYYY-MM-DD`). When provided, returns the issuer calculation from that historical source_date instead of the latest slice.",
            "example": "2026-05-08",
            "in": "query",
            "name": "source_date",
            "required": false,
            "schema": {
              "format": "date",
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "example": {
                  "atlas_tier": "Tower",
                  "is_linkbase_backed": true,
                  "mp_z": 1.42,
                  "peer_rank": 12,
                  "ranking_status": "precomputed",
                  "resonance_status": "Aligned",
                  "risk_tier": "HIGH",
                  "ticker": "MARA",
                  "total_peers": 215
                },
                "schema": {
                  "$ref": "#/components/schemas/PeerRankingResponse"
                }
              }
            },
            "description": "Peer ranking result with ATLAS resonance context"
          },
          "400": {
            "description": "Invalid period value"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "404": {
            "description": "Ticker not found or no ranking available"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get peer covenant ranking with system resonance (Base x402)",
        "tags": [
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-ai-agent-hints": {
          "domain": "crypto_corporate_risk",
          "metaphor": "tesla_coil",
          "use_cases": [
            "peer_comparison",
            "sector_risk_scan",
            "relative_position_analysis"
          ]
        },
        "x-base-x402-compatibility-of": "/mpp/v1/peer-ranking/{ticker}",
        "x-payment-info": {
          "amount": 0.06,
          "amountUsd": "0.060000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.060000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/readiness": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402DeltaSignalReadiness",
        "parameters": [
          {
            "deprecated": true,
            "description": "No input is required for this fixed-price snapshot endpoint. This placeholder documents an empty query-parameter schema for agent discovery validators.",
            "in": "query",
            "name": "_",
            "required": false,
            "schema": {
              "maxLength": 0,
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/ReadinessResponse"
                }
              }
            },
            "description": "Fresh precompute slice is available"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "No fresh precompute slice is available or PostgreSQL runtime is not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get the latest DeltaSignal covenant stress refresh readiness snapshot (Base x402)",
        "tags": [
          "Readiness"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/readiness",
        "x-payment-info": {
          "amount": 0.04,
          "amountUsd": "0.040000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.040000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/risk-distribution": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402RiskDistribution",
        "parameters": [
          {
            "deprecated": true,
            "description": "No input is required for this fixed-price snapshot endpoint. This placeholder documents an empty query-parameter schema for agent discovery validators.",
            "in": "query",
            "name": "_",
            "required": false,
            "schema": {
              "maxLength": 0,
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RiskDistributionResponse"
                }
              }
            },
            "description": "Risk-tier distribution"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get the latest covenant stress risk distribution (Base x402)",
        "tags": [
          "Readiness"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/risk-distribution",
        "x-payment-info": {
          "amount": 0.04,
          "amountUsd": "0.040000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.040000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/risk/distribution": {
      "get": {
        "description": "Compatibility alias for /v1/risk-distribution. Uses the same Base x402 payment contract and response shape.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402RiskDistributionAlias",
        "parameters": [
          {
            "deprecated": true,
            "description": "No input is required for this fixed-price snapshot endpoint. This placeholder documents an empty query-parameter schema for agent discovery validators.",
            "in": "query",
            "name": "_",
            "required": false,
            "schema": {
              "maxLength": 0,
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/RiskDistributionResponse"
                }
              }
            },
            "description": "Risk-tier distribution"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get the latest covenant stress risk distribution (Base x402) compatibility alias",
        "tags": [
          "Readiness"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-alias-of": "/v1/risk-distribution",
        "x-base-x402-compatibility-of": "/mpp/v1/risk-distribution",
        "x-payment-info": {
          "amount": 0.04,
          "amountUsd": "0.040000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.040000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/spectra-field-map/{ticker}": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "operationId": "getX402SpectraFieldMap",
        "parameters": [
          {
            "description": "Crypto public company ticker symbol, e.g. RIOT, MARA, COIN.",
            "in": "path",
            "name": "ticker",
            "required": true,
            "schema": {
              "pattern": "^[A-Z0-9.-]{1,16}$",
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/SpectraFieldMapResponse"
                }
              }
            },
            "description": "SPECTRA Historical Field Map contract."
          },
          "400": {
            "description": "Invalid ticker."
          },
          "401": {
            "description": "Missing or invalid API key / MPP payment."
          },
          "402": {
            "description": "Payment required."
          },
          "404": {
            "description": "No SPECTRA field-map contract found for ticker."
          },
          "503": {
            "description": "DeltaSignal SPECTRA field-map pack unavailable."
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get SPECTRA Historical Field Map (Base x402)",
        "tags": [
          "DeltaSignal SPECTRA"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/spectra-field-map/{ticker}",
        "x-payment-info": {
          "amount": 0.08,
          "amountUsd": "0.080000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.080000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/top-stressed": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402TopStressedCryptoIssuers",
        "parameters": [
          {
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 10,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "offset",
            "required": false,
            "schema": {
              "default": 0,
              "minimum": 0,
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TopStressedResponse"
                }
              }
            },
            "description": "Ranked covenant stress rows"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get the most stressed crypto issuers (Base x402)",
        "tags": [
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/top-stressed",
        "x-payment-info": {
          "amount": 0.05,
          "amountUsd": "0.050000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.050000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/top-stressed/natural": {
      "get": {
        "description": "Agentic Market compatibility route. Uses Base x402 and returns HTTP 402 Payment Required when called without a valid x402 payment. Use the matching /mpp/v1/* route for Tempo MPP clients.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402TopStressedNatural",
        "parameters": [
          {
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 10,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "offset",
            "required": false,
            "schema": {
              "default": 0,
              "minimum": 0,
              "type": "integer"
            }
          },
          {
            "description": "Rendering style. Style changes tone and density only, not facts, rankings, or caveats.",
            "in": "query",
            "name": "style",
            "required": false,
            "schema": {
              "default": "professional",
              "enum": [
                "professional",
                "concise",
                "trader",
                "detailed"
              ],
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NaturalLanguageResponse"
                }
              }
            },
            "description": "Natural Language Top Stressed brief"
          },
          "400": {
            "description": "Invalid style or query parameter"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get a Natural Language Top Stressed brief (Base x402)",
        "tags": [
          "Natural Language",
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-of": "/mpp/v1/top-stressed/natural",
        "x-payment-info": {
          "amount": 0.95,
          "amountUsd": "0.950000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.950000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    },
    "/v1/top/stressed": {
      "get": {
        "description": "Compatibility alias for /v1/top-stressed. Uses the same Base x402 payment contract and response shape.",
        "externalDocs": {
          "description": "DeltaSignal API help",
          "url": "https://api.aitrailblazer.net/help"
        },
        "operationId": "getX402TopStressedCryptoIssuersAlias",
        "parameters": [
          {
            "in": "query",
            "name": "limit",
            "required": false,
            "schema": {
              "default": 10,
              "maximum": 100,
              "minimum": 1,
              "type": "integer"
            }
          },
          {
            "in": "query",
            "name": "offset",
            "required": false,
            "schema": {
              "default": 0,
              "minimum": 0,
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/TopStressedResponse"
                }
              }
            },
            "description": "Ranked covenant stress rows"
          },
          "401": {
            "description": "Missing or invalid MPP payment credential"
          },
          "402": {
            "description": "Payment required; repeat the request with Authorization: Payment after the Tempo MPP challenge"
          },
          "503": {
            "description": "PostgreSQL runtime not configured"
          }
        },
        "security": [
          {
            "x402Payment": []
          }
        ],
        "summary": "Get the most stressed crypto issuers (Base x402) compatibility alias",
        "tags": [
          "Covenant Stress"
        ],
        "x-agentic-market": {
          "buyerGuidance": "Use this /v1/* route inside Agentic Market. Call without payment to receive a Base x402 challenge, then repeat with the x402 payment.",
          "discoverable": true,
          "paymentRail": "Base x402",
          "service": "DeltaSignal ATLAS-7",
          "settlementAsset": "USDC"
        },
        "x-base-x402-compatibility-alias-of": "/v1/top-stressed",
        "x-base-x402-compatibility-of": "/mpp/v1/top-stressed",
        "x-payment-info": {
          "amount": 0.05,
          "amountUsd": "0.050000",
          "asset": "USDC",
          "authMode": "x402",
          "currency": "USD",
          "network": "Base",
          "paymentMethods": [
            "USDC"
          ],
          "price": {
            "amount": "0.050000",
            "currency": "USD",
            "mode": "fixed"
          },
          "protocols": [
            {
              "x402": {
                "asset": "USDC",
                "chainId": 8453,
                "facilitator": "Coinbase CDP",
                "network": "Base",
                "scheme": "exact"
              }
            }
          ],
          "scheme": "x402"
        }
      }
    }
  },
  "servers": [
    {
      "description": "Registered production domain",
      "url": "https://api.aitrailblazer.net"
    }
  ],
  "tags": [
    {
      "description": "SEC XBRL company fundamentals with provenance and filing-period context.",
      "name": "Fundamentals"
    },
    {
      "description": "Deterministic ATLAS-7 alpha scores, opportunity rankings, and issuer-level signal explanations.",
      "name": "Alpha Signals"
    },
    {
      "description": "Bitcoin-shock covenant stress, debt coverage, discharge risk, and peer ranking analytics.",
      "name": "Covenant Stress"
    },
    {
      "description": "Service freshness, coverage windows, risk distribution, and daily SEC change snapshots.",
      "name": "Readiness"
    }
  ],
  "x-discovery": {
    "marketplace": {
      "agenticMarketService": "api-aitrailblazer-net",
      "mppscan": "https://www.mppscan.com/server/8892af70b613b5c2feb932a52fab50b29155f5655363c5e9e56456486187a6a7"
    },
    "mppManifest": "https://api.aitrailblazer.net/.well-known/mpp.json",
    "paymentProtocols": [
      "mpp"
    ],
    "primaryProtocol": "mpp",
    "realm": "api.aitrailblazer.net",
    "resourceCount": 10,
    "tempo": {
      "chainId": 4217,
      "currency": "0x20C000000000000000000000b9537d11c60E8b50"
    }
  },
  "x-favicon": "https://api.aitrailblazer.net/favicon.png",
  "x-icon": "https://api.aitrailblazer.net/favicon.png",
  "x-logo": {
    "altText": "DeltaSignal logo",
    "backgroundColor": "#0b0f1a",
    "url": "https://api.aitrailblazer.net/deltasignal-logo.png"
  }
}