{
  "service": "National Chicken Registry",
  "basePath": "/api/national-chicken-registry",
  "database": "Cloudflare D1",
  "photos": "Cloudflare R2 peckr-chicken-photos",
  "ai": {
    "provider": "OpenAI",
    "model": "gpt-5.5",
    "configured": true
  },
  "endpoints": [
    "GET /health",
    "GET /search?q=",
    "GET /photos/:photoId",
    "GET /observations",
    "POST /observations/analyze",
    "POST /chickens",
    "GET /chickens/:nuggetId",
    "POST /chickens/:nuggetId/sightings"
  ]
}