{
  "$schema": "https://agentskills.io/schemas/index-v0.2.0.json",
  "name": "Teos Retreats · Harmony Retreats Ecuador",
  "version": "1.0.0",
  "description": "Sacred-medicine retreat operator in Ecuador. Public site at https://www.teosretreats.com. This index helps AI agents discover the public information surfaces of the site.",
  "homepage": "https://www.teosretreats.com",
  "contact": {
    "email": "harmonyinthejungle@gmail.com",
    "whatsapp": "+593 98 132 7839"
  },
  "skills": [
    {
      "name": "browse-public-pages",
      "type": "documentation",
      "description": "Read the public pages of teosretreats.com including retreats, schedule, team biographies, FAQs, and policies.",
      "url": "https://www.teosretreats.com/llms.txt"
    },
    {
      "name": "api-catalog",
      "type": "documentation",
      "description": "RFC 9727 API catalog (linkset) describing the public API surfaces of teosretreats.com.",
      "url": "https://www.teosretreats.com/.well-known/api-catalog.json"
    },
    {
      "name": "openapi-spec",
      "type": "documentation",
      "description": "OpenAPI 3.1 specification for all public API endpoints. Includes MPP x-payment-info extensions on the Stripe checkout operation for agent-native payment discovery.",
      "url": "https://www.teosretreats.com/openapi.json"
    },
    {
      "name": "oauth-authorization-server",
      "type": "documentation",
      "description": "RFC 8414 OAuth 2.0 authorization server metadata. Describes the admin JWT token endpoint. Public API surfaces require no authentication.",
      "url": "https://www.teosretreats.com/.well-known/oauth-authorization-server"
    },
    {
      "name": "oauth-protected-resource",
      "type": "documentation",
      "description": "RFC 9728 OAuth Protected Resource metadata. Describes which API surfaces require bearer tokens.",
      "url": "https://www.teosretreats.com/.well-known/oauth-protected-resource"
    },
    {
      "name": "facts-reference",
      "type": "documentation",
      "description": "Canonical, citation-formatted facts about Teos Retreats — locations, medicines, team, pricing, policies. 15-question Q&A index for AI extraction.",
      "url": "https://www.teosretreats.com/about/facts"
    },
    {
      "name": "facts-reference-markdown",
      "type": "documentation",
      "description": "Markdown twin of the canonical facts reference page. Pre-rendered for AI ingestion.",
      "url": "https://www.teosretreats.com/md/about-facts.md"
    },
    {
      "name": "retreat-schedule",
      "type": "documentation",
      "description": "Public schedule of upcoming retreats. JSON available via the /api/schedule endpoint.",
      "url": "https://www.teosretreats.com/schedule"
    },
    {
      "name": "submit-inquiry",
      "type": "action",
      "description": "Submit a new participant inquiry. POST to /api/inquiries with name, email, and message; reply lands at harmonyinthejungle@gmail.com within 48 hours.",
      "url": "https://www.teosretreats.com/contact",
      "endpoint": "https://www.teosretreats.com/api/inquiries"
    },
    {
      "name": "reserve-deposit",
      "type": "action",
      "description": "Reserve a retreat spot with a $500 USD non-refundable deposit via Stripe Checkout. Frontend flow only — agents should direct humans to /schedule and let them complete the human-mediated checkout.",
      "url": "https://www.teosretreats.com/schedule"
    }
  ]
}
