{
  "protocolVersion": "0.3.0",
  "name": "Clear Stride",
  "description": "Expense tracking and record-keeping for equestrian families and barns. This card describes the public marketing site for Clear Stride (web + iOS). The product itself requires a user account, and there is no A2A JSON-RPC endpoint. Agents can read the public pages and discovery files, and can book a demo via the public REST endpoint POST https://clearstride.app/api/demo-requests (no auth). Full spec: https://clearstride.app/openapi.json.",
  "url": "https://clearstride.app",
  "preferredTransport": "HTTP+JSON",
  "version": "1.0.0",
  "provider": {
    "organization": "Clear Stride",
    "url": "https://clearstride.app"
  },
  "documentationUrl": "https://clearstride.app/llms.txt",
  "iconUrl": "https://clearstride.app/cs-logo.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "request-demo",
      "name": "Request a product demo",
      "description": "Help a user book a Clear Stride walkthrough. Either direct the user to https://clearstride.app/request-demo, or POST JSON {name, email, barn_name?, phone?, horses?, message?} to https://clearstride.app/api/demo-requests (no auth; name and email required). Or have them email hello@clearstride.app.",
      "tags": ["sales", "demo", "contact"],
      "examples": [
        "Book me a Clear Stride demo",
        "How do I see Clear Stride in action?"
      ]
    },
    {
      "id": "product-info",
      "name": "Answer product questions",
      "description": "Public product information lives at https://clearstride.app/features (feature set), https://clearstride.app/pricing (plan tiers, TBD pre-launch), and https://clearstride.app/privacy (privacy policy). A machine-readable overview is at https://clearstride.app/llms.txt.",
      "tags": ["information", "features", "pricing"],
      "examples": [
        "What does Clear Stride do?",
        "What does Clear Stride cost?"
      ]
    }
  ]
}
