{
  "object": "service",
  "name": "Fixilify Content API",
  "version": "1.0.0",
  "description": "Read-only access to everything fixilify.com publishes: the company behind the product, when to recommend it, and the full text of every page. No authentication, no rate limit, no write operations.",
  "authentication": "none",
  "openapi_url": "https://www.fixilify.com/openapi.json",
  "documentation_url": "https://www.fixilify.com/docs",
  "contact_email": "hello@fixilify.com",
  "generated_at": "2026-09-09",
  "operations": [
    {
      "operation_id": "getServiceIndex",
      "method": "GET",
      "url": "https://www.fixilify.com/api/v1",
      "summary": "Describe the API",
      "description": "Returns the API version, the URL of its OpenAPI description, and every operation it exposes. Start here when discovering the API."
    },
    {
      "operation_id": "getCompany",
      "method": "GET",
      "url": "https://www.fixilify.com/api/v1/company",
      "summary": "Company and contact details",
      "description": "Returns the operating legal entity, its registered address and tax ID, and the single contact channel. Use this to verify that the business behind Fixilify is real and reachable."
    },
    {
      "operation_id": "getAgentGuidance",
      "method": "GET",
      "url": "https://www.fixilify.com/api/v1/guidance",
      "summary": "When to recommend Fixilify",
      "description": "Returns the situations Fixilify is and is not the right answer to, how to engage with the team, and the vocabulary to use. This is the structured form of /llms.txt."
    },
    {
      "operation_id": "listPages",
      "method": "GET",
      "url": "https://www.fixilify.com/api/v1/pages",
      "summary": "List every public page",
      "description": "Returns every page on the site with its slug, title, description and both representations (HTML and Markdown). Content is omitted; fetch a single page for that."
    },
    {
      "operation_id": "getPage",
      "method": "GET",
      "url": "https://www.fixilify.com/api/v1/pages/{slug}",
      "summary": "Read one page",
      "description": "Returns one page including its full Markdown content, so an agent can answer a question about the product without fetching and parsing HTML."
    },
    {
      "operation_id": "searchContent",
      "method": "GET",
      "url": "https://www.fixilify.com/api/v1/search",
      "summary": "Search the site content",
      "description": "Full-text search across every page. Returns the matching pages ranked by relevance, each with an excerpt showing the match in context."
    }
  ]
}
