{
  "name": "HSビルワーキングスペース API Catalog",
  "description_ja": "HSビルワーキングスペースの公開APIエンドポイント一覧。AIエージェントによる自動発見用。",
  "canonical_url": "https://www.hsworking.com/_functions/well_known_api_catalog",
  "hosting_note": "Wixプラットフォームの制約上 /.well-known/ への静的配置は不可。robots.txt および llm.txt にてこのURLを正本として宣言済み。",
  "updated": "2026-04-19",
  "contact": "hsbuild.m@gmail.com",
  "llm_guidance": "https://www.hsworking.com/llm.txt",
  "a2a_master": "https://www.hsworking.com/a2a-master",
  "apis": [
    {
      "id": "a2a_catalog",
      "title": "A2A Service Catalog",
      "description_ja": "全サービス（コワーキング・個室ブース・会議室・音楽スタジオ）の料金・予約URL・offer_idを返す。",
      "url": "https://www.hsworking.com/_functions/a2a_catalog",
      "spec": "https://www.hsworking.com/_functions/openapi_json",
      "format": "application/json",
      "method": "GET",
      "auth": "none"
    },
    {
      "id": "a2a_booking_link",
      "title": "Booking Link API",
      "description_ja": "施設・日時・利用時間から最適な予約URL+クーポンを返す。パラメータなしアクセスで使い方を返す。status: ok / fallback_duration / no_exact_match / error。",
      "url": "https://www.hsworking.com/_functions/a2a_booking_link",
      "spec": "https://www.hsworking.com/_functions/openapi_json",
      "format": "application/json",
      "method": "GET",
      "auth": "none",
      "key_params": [
        "service_key",
        "offer_id",
        "date",
        "start_time",
        "duration_minutes"
      ]
    },
    {
      "id": "a2a_availability",
      "title": "Availability API",
      "description_ja": "指定施設・日付の空き時間スロット一覧を返す。service_wix_id と date が必須。パラメータなしアクセスで使い方を返す。",
      "url": "https://www.hsworking.com/_functions/a2a_availability",
      "spec": "https://www.hsworking.com/_functions/openapi_json",
      "format": "application/json",
      "method": "GET",
      "auth": "none",
      "required_params": [
        "service_wix_id",
        "date"
      ],
      "param_source": "https://www.hsworking.com/_functions/a2a_catalog"
    },
    {
      "id": "a2a_live_status",
      "title": "Live Status API",
      "description_ja": "現在の施設混雑・営業状態をリアルタイム返却。",
      "url": "https://www.hsworking.com/_functions/a2a_live_status",
      "format": "application/json",
      "method": "GET",
      "auth": "none"
    },
    {
      "id": "a2a_agent_card",
      "title": "A2A Agent Card",
      "description_ja": "A2Aプロトコル準拠エージェントカード。capabilities / skills を含む。",
      "url": "https://www.hsworking.com/_functions/a2a_agent_card",
      "format": "application/json",
      "method": "GET",
      "auth": "none"
    },
    {
      "id": "a2a_facts",
      "title": "Facts API",
      "description_ja": "住所・営業時間・設備・アクセス情報の正本。",
      "url": "https://www.hsworking.com/_functions/a2a_facts",
      "format": "application/json",
      "method": "GET",
      "auth": "none"
    },
    {
      "id": "openapi_json",
      "title": "OpenAPI Specification",
      "description_ja": "全公開APIエンドポイントのOpenAPI 3.0仕様書。",
      "url": "https://www.hsworking.com/_functions/openapi_json",
      "format": "application/json",
      "method": "GET",
      "auth": "none"
    },
    {
      "id": "ai_plugin",
      "title": "AI Plugin JSON",
      "description_ja": "OpenAI Plugin形式の定義ファイル。ChatGPT / Copilot等の自動発見に対応。",
      "url": "https://www.hsworking.com/_functions/ai_plugin",
      "format": "application/json",
      "method": "GET",
      "auth": "none"
    },
    {
      "id": "llm_txt",
      "title": "LLM Guidance",
      "description_ja": "LLMクローラー向け正本。予約ルール・料金・エンドポイント一覧。",
      "url": "https://www.hsworking.com/llm.txt",
      "alt_url": "https://www.hsworking.com/_functions/llm_txt",
      "format": "text/plain",
      "method": "GET",
      "auth": "none"
    },
    {
      "id": "a2a_master",
      "title": "A2A Master",
      "description_ja": "人間向け総合案内正本。AI・エージェント・人間の両方が参照可能。",
      "url": "https://www.hsworking.com/a2a-master",
      "format": "text/html",
      "method": "GET",
      "auth": "none"
    }
  ]
}