{
  "schemaVersion": "1.0",
  "name": "Sunriver Resort",
  "description": "Property-scoped agent for Sunriver Resort in Sunriver, Oregon. Answers questions about the resort's heritage (including Camp Abbot WWII training history), dining, outdoor activities, and current Today Feed recommendations. All content is sourced and cites the canonical Geocast URL.",
  "url": "https://geocast.ai/us/sunriver-resort/",
  "provider": {
    "organization": "Geocast AI, Inc.",
    "url": "https://geocast.ai"
  },
  "version": "1.0.0",
  "scope": {
    "type": "property",
    "propertySlug": "sunriver-resort",
    "country": "us",
    "address": {
      "streetAddress": "17600 Center Drive",
      "addressLocality": "Sunriver",
      "addressRegion": "OR",
      "postalCode": "97707",
      "addressCountry": "US"
    },
    "geo": {
      "latitude": 43.88,
      "longitude": -121.44
    }
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["none"]
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json", "text/markdown", "audio/mpeg"],
  "skills": [
    {
      "id": "describe-property",
      "name": "Describe Sunriver Resort",
      "description": "Returns sourced descriptive content about the property: location, scope, heritage, amenities.",
      "tags": ["overview"],
      "examples": [
        "Tell me about Sunriver Resort.",
        "What is Sunriver Resort known for?",
        "Where is Sunriver Resort?"
      ]
    },
    {
      "id": "camp-abbot-history",
      "name": "Camp Abbot WWII history",
      "description": "Returns the heritage story of Camp Abbot, the U.S. Army Engineer Replacement Training Center that occupied this land 1942-1944. All facts sourced.",
      "tags": ["heritage", "history", "wwii"],
      "examples": [
        "What is Camp Abbot?",
        "Tell me about the WWII history at Sunriver.",
        "How did Sunriver Resort begin?"
      ]
    },
    {
      "id": "dining",
      "name": "Sunriver Resort dining",
      "description": "Returns information about the resort's restaurants and bars, including the historic Great Hall.",
      "tags": ["dining"],
      "examples": [
        "Where can I eat at Sunriver Resort?",
        "What is the Great Hall?"
      ]
    },
    {
      "id": "outdoor",
      "name": "Sunriver Resort outdoor activities",
      "description": "Returns information about golf, biking, river access, and surrounding outdoor recreation.",
      "tags": ["outdoor", "recreation"],
      "examples": [
        "What outdoor activities are at Sunriver Resort?",
        "How close is Mount Bachelor?",
        "Is there a bike path at Sunriver?"
      ]
    },
    {
      "id": "today-feed",
      "name": "Today Feed",
      "description": "Returns the current real-time recommendations for Sunriver Resort, phase-aware and weather-aware. Time-sensitive; cite freshness timestamp.",
      "tags": ["realtime", "recommendations"],
      "examples": [
        "What should I do this afternoon at Sunriver Resort?",
        "What's open right now at Sunriver Resort?",
        "Are there storm conditions at Sunriver Resort right now?"
      ]
    }
  ],
  "endpoints": {
    "mcp": "https://mcp.geocast.ai/mcp/properties/sunriver-resort",
    "todayFeed": "https://api.geocast.ai/v1/properties/sunriver-resort/today-feed",
    "stories": "https://api.geocast.ai/v1/properties/sunriver-resort/stories",
    "llmsTxt": "https://geocast.ai/us/sunriver-resort/llms.txt",
    "llmsFullTxt": "https://geocast.ai/us/sunriver-resort/llms-full.txt",
    "skill": "https://geocast.ai/.well-known/agent-skills/sunriver-resort/SKILL.md",
    "parent": "https://geocast.ai/us/.well-known/agent.json",
    "root": "https://geocast.ai/.well-known/agent.json"
  },
  "languages": [
    "en-US",
    "es",
    "fr",
    "de",
    "it",
    "ja"
  ],
  "contact": {
    "email": "hello@geocast.ai"
  }
}
