{
  "name": "Sycamore-API",
  "description": "AI-powered contractor registry for forestry mulching (Sycamore-Mulch) and right-of-way vegetation management (Sycamore-ROW). Search 1,400+ contractor profiles by natural language query, location, certifications, and equipment.",
  "url": "https://sycamore-api.com",
  "base_url": "https://sycamore-api.com",
  "openapi": "https://sycamore-api.com/api/openapi.json",
  "auth": {
    "type": "none",
    "description": "Read endpoints are open. Free API keys (X-API-Key header, 1,000 requests/month) available at https://sycamore-api.com/developers for production use."
  },
  "capabilities": [
    {
      "id": "search",
      "endpoint": "GET /api/v1/search",
      "description": "Search contractors. Query params: q (natural language query, semantic vector search when provided), product (mulch, row, arbor, forestry, rig, goat), state (two-letter code, matches base state or service_states), limit (1-50, default 10). Returns ranked results with confidence scores; claimed profiles include phone, email, website."
    },
    {
      "id": "contractor",
      "endpoint": "GET /api/v1/contractor/{id}",
      "description": "Full contractor profile by UUID: company, location, job types, terrain capabilities, equipment brands, certifications, insurance, service states, and contact details."
    },
    {
      "id": "openapi",
      "endpoint": "GET /api/openapi.json",
      "description": "OpenAPI 3.1 specification for the full API."
    }
  ],
  "contact": {
    "email": "scott@hudsonvalleyforestry.com",
    "url": "https://sycamore-api.com/developers",
    "location": "New Hartford, CT"
  }
}
