{
  "openapi": "3.1.0",
  "info": {
    "title": "Nuri public website",
    "version": "2026-07-22",
    "description": "Read-only discovery description for the deployable Nuri website: consumer pages, the investor briefing, legal pages, and agent-readable metadata."
  },
  "servers": [
    {
      "url": "https://www.nuri.com"
    }
  ],
  "x-service-info": {
    "categories": [
      "website",
      "finance",
      "developer-tools"
    ],
    "docs": {
      "homepage": "https://www.nuri.com",
      "llms": "https://www.nuri.com/llms.txt",
      "mcp": "https://www.nuri.com/.well-known/mcp/server-card.json"
    }
  },
  "paths": {
    "/": {
      "get": {
        "operationId": "getEnglishLandingPage",
        "summary": "Read the English Nuri landing page",
        "responses": {
          "200": {
            "description": "HTML page",
            "content": {
              "text/html": {}
            }
          }
        }
      }
    },
    "/bitcoin-deutschland/": {
      "get": {
        "operationId": "getGermanCanonicalLandingPage",
        "summary": "Read the canonical German Nuri landing page",
        "responses": {
          "200": {
            "description": "HTML page",
            "content": {
              "text/html": {}
            }
          }
        }
      }
    },
    "/de/": {
      "get": {
        "operationId": "getGermanShortLandingPage",
        "summary": "Read the short German Nuri landing page alias",
        "responses": {
          "200": {
            "description": "HTML page",
            "content": {
              "text/html": {}
            }
          }
        }
      }
    },
    "/bitcoin-espana/": {
      "get": {
        "operationId": "getSpanishCanonicalLandingPage",
        "summary": "Read the canonical Spanish Nuri landing page",
        "responses": {
          "200": {
            "description": "HTML page",
            "content": {
              "text/html": {}
            }
          }
        }
      }
    },
    "/es/": {
      "get": {
        "operationId": "getSpanishShortLandingPage",
        "summary": "Read the short Spanish Nuri landing page alias",
        "responses": {
          "200": {
            "description": "HTML page",
            "content": {
              "text/html": {}
            }
          }
        }
      }
    },
    "/bitcoin-italia/": {
      "get": {
        "operationId": "getItalianCanonicalLandingPage",
        "summary": "Read the canonical Italian Nuri landing page",
        "responses": {
          "200": {
            "description": "HTML page",
            "content": {
              "text/html": {}
            }
          }
        }
      }
    },
    "/it/": {
      "get": {
        "operationId": "getItalianShortLandingPage",
        "summary": "Read the short Italian Nuri landing page alias",
        "responses": {
          "200": {
            "description": "HTML page",
            "content": {
              "text/html": {}
            }
          }
        }
      }
    },
    "/privacy-policy": {
      "get": {
        "operationId": "getPrivacyPolicy",
        "summary": "Read the Nuri Privacy Policy",
        "responses": {
          "200": {
            "description": "HTML page",
            "content": {
              "text/html": {}
            }
          }
        }
      }
    },
    "/invest": {
      "get": {
        "operationId": "getInvestorBriefing",
        "summary": "Read the Nuri investor briefing",
        "responses": {
          "200": {
            "description": "HTML page",
            "content": {
              "text/html": {}
            }
          }
        }
      }
    },
    "/invest/index.md": {
      "get": {
        "operationId": "getInvestorBriefingMarkdown",
        "summary": "Read the investor briefing as Markdown",
        "responses": {
          "200": {
            "description": "Read the investor briefing as Markdown",
            "content": {
              "text/markdown": {}
            }
          }
        }
      }
    },
    "/invest/index.json": {
      "get": {
        "operationId": "getInvestorBriefingJson",
        "summary": "Read the structured investor briefing",
        "responses": {
          "200": {
            "description": "Read the structured investor briefing",
            "content": {
              "application/json": {}
            }
          }
        }
      }
    },
    "/terms-of-service": {
      "get": {
        "operationId": "getTermsOfService",
        "summary": "Read the Nuri Terms of Service",
        "responses": {
          "200": {
            "description": "HTML page",
            "content": {
              "text/html": {}
            }
          }
        }
      }
    },
    "/llms.txt": {
      "get": {
        "operationId": "getLlmsTxt",
        "summary": "Read the concise agent context",
        "responses": {
          "200": {
            "description": "Read the concise agent context",
            "content": {
              "text/markdown": {}
            }
          }
        }
      }
    },
    "/llms-full.txt": {
      "get": {
        "operationId": "getLlmsFullTxt",
        "summary": "Read the full agent context",
        "responses": {
          "200": {
            "description": "Read the full agent context",
            "content": {
              "text/plain": {}
            }
          }
        }
      }
    },
    "/.well-known/api-catalog": {
      "get": {
        "operationId": "getApiCatalog",
        "summary": "Read the API catalog linkset",
        "responses": {
          "200": {
            "description": "Read the API catalog linkset",
            "content": {
              "application/json": {}
            }
          }
        }
      }
    },
    "/.well-known/agent-card.json": {
      "get": {
        "operationId": "getAgentCard",
        "summary": "Read the public site agent card",
        "responses": {
          "200": {
            "description": "Read the public site agent card",
            "content": {
              "application/json": {}
            }
          }
        }
      }
    },
    "/.well-known/mcp/server-card.json": {
      "get": {
        "operationId": "getMcpServerCard",
        "summary": "Read the MCP server card",
        "responses": {
          "200": {
            "description": "Read the MCP server card",
            "content": {
              "application/json": {}
            }
          }
        }
      }
    },
    "/mcp": {
      "post": {
        "operationId": "callMcp",
        "summary": "Call the public read-only MCP endpoint",
        "responses": {
          "200": {
            "description": "Call the public read-only MCP endpoint",
            "content": {
              "application/json": {}
            }
          }
        }
      }
    }
  }
}