{
  "name": "Senlay",
  "description": "Spot-level physical-world verification engine for outdoor recreation, indie developers, SmartSurf, and safety workflows. Cross-checks weather models, live sensors, METAR, marine data, GPS/device telemetry, terrain, and local sport logic.",
  "base_url": "https://senlay.world",
  "status": "open beta",
  "docs_url": "https://senlay.world/docs.html",
  "llms_txt": "https://senlay.world/llms.txt",
  "llms_full_txt": "https://senlay.world/llms-full.txt",
  "openapi_url": "https://senlay.world/openapi.json",
  "openapi_yaml_url": "https://senlay.world/openapi.yaml",
  "demo_url": "https://senlay.world/demo",
  "agent_live_url": "https://senlay.world/agents/live",
  "support_url": "https://senlay.world/support.html",
  "register_url": "https://senlay.world/register.html",
  "sensor_catalog_url": "https://senlay.world/sensor-catalog.json",
  "primary_use_cases": [
    "SmartSurf rider, board, school, and water-sports safety workflows",
    "kitesurf, wing, surf, SUP, foil, sailing, windsurf, and downwind spot intelligence",
    "indie outdoor AI apps and hobbyist agent builders",
    "drone hobbyist and outdoor go/no-go decision support",
    "source-aware local risk checks with freshness, confidence, and model-vs-reality signals"
  ],
  "core_capabilities": [
    "source-neutral physical-world verification",
    "source provenance and freshness metadata",
    "confidence and model-vs-reality checks",
    "marine source fusion: buoys, ships, tides, currents, hydrology, webcams, and model fallbacks where available",
    "domain and sport-specific interpretation",
    "risk_event records for operational alert and audit workflows",
    "structured JSON Physical World Model",
    "SmartSurf-style rider, board, school, and outdoor safety workflows"
  ],
  "authentication": {
    "trial": "GET /api/v1/try-sense is available without an API key and is rate-limited.",
    "production": "Use Authorization: Bearer sl_live_... for /api/v1/sense, /api/v1/pwm, and /api/v1/risk-events.",
    "registration": "POST /api/v1/agent-register with ownerEmail and agentName to create an agent key."
  },
  "rate_limits": {
    "try_sense": "8 requests/minute burst and 60 requests/hour per IP.",
    "free_beta": "100 API calls/day for registered beta keys."
  },
  "safety_disclaimer": "Senlay provides context, evidence, and decision support. It is not a safety authority. Final decisions remain with operators, users, and customer applications.",
  "positioning": {
    "commercial_product": "SmartSurf is the first commercial product powered by Senlay.",
    "engine": "Senlay is the spot-level verification engine behind SmartSurf and similar outdoor AI apps.",
    "boundary": "Decision support only; not final safety authority or rescue replacement."
  }
}
