{
  "protocolVersion": "0.3.0",
  "name": "Stay Productive",
  "description": "Agent interface for Stay Productive — a planner, journal, and wellness app for iOS, Android, and the web. Exposes read-only product information (overview, features, pricing) for agent-to-agent discovery.",
  "version": "1.0.0",
  "url": "https://stayproductive.co/a2a",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Stay Productive",
    "url": "https://stayproductive.co"
  },
  "iconUrl": "https://stayproductive.co/favicon.svg",
  "documentationUrl": "https://stayproductive.co/llms.txt",
  "supportedInterfaces": [
    {
      "url": "https://stayproductive.co/a2a",
      "transport": "JSONRPC"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://stayproductive.co/a2a",
      "transport": "JSONRPC"
    }
  ],
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "get_product_overview",
      "name": "Get product overview",
      "description": "Return a summary of what Stay Productive is, its platforms, and key features.",
      "tags": ["product", "overview", "wellness", "productivity"],
      "examples": ["What is Stay Productive?", "Tell me about the app"]
    },
    {
      "id": "get_pricing",
      "name": "Get pricing",
      "description": "Return Stay Productive subscription plans and prices in Thai Baht (THB).",
      "tags": ["pricing", "subscription", "plans"],
      "examples": ["How much does Stay Productive cost?", "What are the plans?"]
    },
    {
      "id": "list_features",
      "name": "List features",
      "description": "Return the list of Stay Productive feature modules.",
      "tags": ["features", "modules"],
      "examples": ["What features does Stay Productive have?"]
    }
  ]
}
