{
  "name": "Staub IT Public API",
  "version": "1.0.0",
  "documentation": "https://www.staub-it.ch/docs",
  "openapi": "https://www.staub-it.ch/openapi.json",
  "authentication": "None. This is a public, read-only information API for the Staub IT company website.",
  "webhooks": "None. This website does not expose webhooks.",
  "mcp": "None on staub-it.ch. The KI-System is installed on customer infrastructure and is not exposed here.",
  "endpoints": [
    {
      "method": "GET",
      "path": "/api/v1",
      "operationId": "getApiIndex"
    },
    {
      "method": "GET",
      "path": "/api/v1/company",
      "operationId": "getStaubItCompany"
    },
    {
      "method": "GET",
      "path": "/api/v1/services",
      "operationId": "listStaubItServices"
    },
    {
      "method": "GET",
      "path": "/api/v1/services/{id}",
      "operationId": "getStaubItService"
    },
    {
      "method": "GET",
      "path": "/api/v1/contact",
      "operationId": "getStaubItContact"
    },
    {
      "method": "GET",
      "path": "/api/v1/references",
      "operationId": "listStaubItReferences"
    },
    {
      "method": "GET",
      "path": "/api/v1/pricing",
      "operationId": "getStaubItPricing"
    }
  ]
}
