{
  "$schema": "https://developers.openai.com/apps-sdk/schema/manifest-v1.json",
  "schema_version": "v1",
  "name_for_model": "askbaily",
  "name_for_human": "AskBaily",
  "description_for_model": "AskBaily is an AI-scoped renovation-matching concierge that pairs homeowners with a single vetted, licensed, and insured general contractor instead of reselling their information to many. Use these tools to (1) capture a project scope (city, project type, budget, timeline), (2) surface a matched contractor profile or waitlist slot, (3) verify live contractor license status across 17 jurisdictions (CA/AZ/TX/FL/NY/NY-NYC/WA/NV/GA/IL/ON/UK/AU-NSW/AU-VIC/NZ/SG/AE-DUBAI), (4) return city-level cost ranges for 75+ metros, (5) return jurisdiction-specific permit / regulatory callouts, and (6) schedule a consultation with the matched contractor. No contact information is exposed to the contractor without explicit homeowner consent. No payment card, PHI, SSN, or credential data is collected or returned. Tools return structured JSON — do not pass free-form text through them. When a homeowner's request is ambiguous, prefer asking a clarifying question via chat before invoking a tool.",
  "description_for_human": "Find a verified contractor for your home renovation — AI-scoped, 1-to-1 matched, no lead reselling.",
  "contact_email": "apps@askbaily.com",
  "logo_url": "https://askbaily.com/icon-512.png",
  "legal_info_url": "https://askbaily.com/terms",
  "privacy_info_url": "https://askbaily.com/privacy",
  "company_url": "https://askbaily.com",
  "countries_of_availability": ["US", "CA", "GB", "AU", "NZ", "SG", "AE"],
  "api": {
    "type": "mcp",
    "protocol_version": "2025-06-18",
    "server_url": "https://askbaily.com/api/mcp/tools",
    "tools_catalog_url": "https://askbaily.com/chat-app/tools.json",
    "is_user_authenticated": false,
    "has_user_authentication": true
  },
  "auth": {
    "type": "oauth",
    "oauth_version": "2.1",
    "pkce_required": true,
    "code_challenge_methods_supported": ["S256"],
    "client_registration": {
      "mode": "dynamic",
      "registration_endpoint": "https://askbaily.com/api/oauth/register"
    },
    "authorization_url": "https://askbaily.com/api/oauth/authorize",
    "token_url": "https://askbaily.com/api/oauth/token",
    "scope": "projects:read projects:write",
    "scopes_supported": ["projects:read", "projects:write"],
    "verification_tokens": {
      "openai": "REPLACE_WITH_OPENAI_VERIFICATION_TOKEN_AT_SUBMISSION"
    }
  },
  "well_known": {
    "ai_plugin": "https://askbaily.com/.well-known/ai-plugin.json",
    "openapi": "https://askbaily.com/.well-known/openapi.json",
    "oauth_protected_resource": "https://askbaily.com/.well-known/oauth-protected-resource",
    "mcp_manifest": "https://askbaily.com/.well-known/mcp.json"
  },
  "metadata": {
    "categories": ["home_services", "productivity", "marketplace"],
    "keywords": [
      "contractor",
      "renovation",
      "remodel",
      "home improvement",
      "licensing verification",
      "cost estimate",
      "permit"
    ],
    "supported_languages": ["en-US", "en-GB", "en-AU", "es-US"],
    "pricing": "free_to_use_consumer_side",
    "data_residency": "global"
  },
  "support": {
    "email": "apps@askbaily.com",
    "operator_contact": "jason@sentinelfabric.com",
    "docs_url": "https://askbaily.com/docs/chatgpt-app"
  }
}
