{
  "name": "UNFLD",
  "version": "1.0.0",
  "description": "Public read-only catalog of UNFLD products, news, selected work, and company facts. No authentication.",
  "documentation": "https://www.unfld.com.br/api",
  "openapi": "https://www.unfld.com.br/openapi.json",
  "openapiYaml": "https://www.unfld.com.br/api/openapi.yaml",
  "llms": "https://www.unfld.com.br/llms.txt",
  "agentInstructions": "https://www.unfld.com.br/agents.md",
  "authentication": "none",
  "rateLimit": {
    "limit": 60,
    "windowSeconds": 60,
    "policy": "60;w=60",
    "note": "Read RateLimit, RateLimit-Policy, and X-RateLimit-* on every response. A 429 includes Retry-After."
  },
  "versioning": {
    "current": "v1",
    "policy": "https://www.unfld.com.br/api/versioning",
    "deprecation": "none"
  },
  "links": {
    "organization": "https://www.unfld.com.br/api/v1/organization",
    "products": "https://www.unfld.com.br/api/v1/products",
    "news": "https://www.unfld.com.br/api/v1/news",
    "work": "https://www.unfld.com.br/api/v1/work",
    "pages": "https://www.unfld.com.br/api/v1/pages",
    "contact": "https://www.unfld.com.br/api/v1/contact"
  }
}
