{
  "version": "1.0",
  "name": "Off-Trail Financial public agent discovery",
  "description": "Read-only public discovery resources. This document does not provide access to client data, authenticated portal operations, or individualized financial advice.",
  "resources": {
    "homepage": {
      "url": "https://offtrailfinancial.com/",
      "representations": [
        { "mediaType": "text/html", "method": "GET" },
        { "mediaType": "text/markdown", "method": "GET", "requestHeader": "Accept: text/markdown" }
      ]
    },
    "agentGuide": "https://offtrailfinancial.com/llms.txt",
    "sitemap": "https://offtrailfinancial.com/sitemap.xml",
    "openapi": "https://offtrailfinancial.com/openapi.json"
  },
  "errors": {
    "mediaType": "application/json",
    "shape": {
      "error": {
        "code": "string",
        "message": "string",
        "resolution": "string"
      }
    }
  }
}
