{
  "name": "Beezybee",
  "description": "Local service marketplace and borrowing platform for Karlsruhe, Germany. Connects people who need help with verified local helpers, and enables peer-to-peer item lending.",
  "version": "1.1.0",
  "homepage": "https://www.beezybee-app.de",
  "api_base": "https://europe-west3-gethelperbeecom.cloudfunctions.net/api/v1",
  "skill_file": "https://www.beezybee-app.de/.well-known/skill.md",
  "openapi_spec": "https://www.beezybee-app.de/.well-known/openapi.json",
  "capabilities": ["helper-booking", "item-lending", "local-matching", "price-suggestion"],
  "status": "read-only",
  "location": "Karlsruhe, Germany",
  "languages": ["de", "en"],
  "available_actions": [
    "search_jobs",
    "search_listings",
    "get_job_details",
    "get_listing_details",
    "get_categories",
    "get_price_estimate",
    "check_helper_availability",
    "get_platform_stats"
  ],
  "coming_soon": [
    "create_job_request",
    "book_helper",
    "cancel_booking",
    "agent_nlp_query",
    "real_time_notifications"
  ],
  "human_confirmation_required": true,
  "idempotency_supported": true,
  "sandbox_available": true,
  "sandbox_endpoints": [
    "/v1/demo/jobs",
    "/v1/demo/listings",
    "/v1/demo/categories",
    "/v1/demo/estimate"
  ],
  "reliability_score_range": [0, 100],
  "coverage": {
    "city": "Karlsruhe",
    "region": "Baden-Württemberg",
    "country": "Germany",
    "country_code": "DE",
    "radius_km": 50,
    "center": {
      "lat": 49.0069,
      "lng": 8.4037
    }
  },
  "categories": [
    "GARDENING",
    "CLEANING",
    "MOVING",
    "TECH_REPAIR",
    "CHILDCARE",
    "PETCARE",
    "SHOPPING",
    "EVENTS",
    "BORROWING",
    "OTHER"
  ],
  "verticals": {
    "beezybee": "Local help and gig-work marketplace",
    "borrowbee": "Peer-to-peer item lending and rental"
  },
  "pricing": {
    "currency": "EUR",
    "platform_fee_percent": 18,
    "loyalty_discount_percent": 8,
    "payment_method": "Stripe Escrow"
  },
  "rate_limits": {
    "anonymous": "20 requests/minute",
    "authenticated": "100 requests/minute"
  },
  "contact": {
    "website": "https://www.beezybee-app.de",
    "support": "https://www.beezybee-app.de/support"
  }
}
