{
  "name": "Syncro Public API",
  "version": "1.0.0",
  "description": "Read-only public data about the Syncro product (plans, status). No authentication required. For the authenticated CRM API (leads, pipelines, tasks, WhatsApp) see the OpenAPI spec and docs below.",
  "authentication": "none",
  "rate_limit": "120 requests per minute per IP (see RateLimit-* response headers)",
  "endpoints": {
    "GET /api/public": "This index.",
    "GET /api/public/plans": "Pricing plans with prices and limits.",
    "GET /api/public/status": "Service status and version."
  },
  "links": {
    "openapi": "https://syncro.chat/openapi.json",
    "crm_api_base": "https://app.syncro.chat/api/v1",
    "mcp_server_public": "https://syncro.chat/mcp",
    "mcp_server_authenticated": "https://app.syncro.chat/mcp",
    "mcp_manifest": "https://syncro.chat/.well-known/mcp.json",
    "documentation": "https://docs.syncro.chat",
    "developers": "https://syncro.chat/desenvolvedores",
    "versioning_policy": "https://docs.syncro.chat/en/versioning",
    "llms_txt": "https://syncro.chat/llms.txt"
  }
}