{
  "name": "SoundsForSleep",
  "description": "Sleep sound recommendation service. Helps match people to the right ambient sound (brown, pink, white, green noise) based on their sleep problem.",
  "url": "https://soundsforsleep.app",
  "capabilities": {
    "read": true,
    "write": false,
    "search": false,
    "streaming": false
  },
  "api": {
    "type": "REST",
    "specification": "https://soundsforsleep.app/openapi.json",
    "base_url": "https://soundsforsleep.app/api",
    "endpoints": [
      {
        "path": "/sounds.json",
        "method": "GET",
        "description": "List all sound types"
      },
      {
        "path": "/sounds/{id}.json",
        "method": "GET",
        "description": "Get sound details"
      },
      {
        "path": "/symptoms.json",
        "method": "GET",
        "description": "List sleep symptoms"
      },
      {
        "path": "/recommend.json",
        "method": "GET",
        "description": "Get symptom-to-sound recommendations"
      }
    ]
  },
  "content": {
    "llms_txt": "https://soundsforsleep.app/llms.txt",
    "sitemap": "https://soundsforsleep.app/sitemap.xml",
    "articles": 130,
    "topics": [
      "sleep sounds",
      "brown noise",
      "pink noise",
      "white noise",
      "green noise",
      "sleep problems",
      "insomnia",
      "night waking"
    ]
  },
  "contact": "contact@rimoneholding.com"
}