{
  "openapi": "3.0.0",
  "info": {
    "title": "TREAM GmbH",
    "description": "TREAM – Parking Transaction & Real Estate Asset Management. Spezialisierter Berater und Investment-Partner für Parkimmobilien in Deutschland und Europa. Leistungen: Transaktion & Akquisition, Due Diligence, Asset Management.",
    "version": "1.0.0",
    "contact": {
      "name": "Tilo Staudenmaier — Gründer & Geschäftsführer",
      "email": "ts@tream.gmbh",
      "url": "https://www.tream.gmbh"
    },
    "x-logo": {
      "url": "https://www.tream.gmbh/logo.png"
    }
  },
  "servers": [
    {
      "url": "https://www.tream.gmbh",
      "description": "TREAM Website"
    }
  ],
  "paths": {
    "/llms.txt": {
      "get": {
        "summary": "AI Context",
        "description": "Machine-readable context about TREAM for AI agents — company identity, services, contact, and links.",
        "operationId": "getAIContext",
        "tags": ["Discovery"],
        "responses": {
          "200": {
            "description": "Plain text context document",
            "content": {
              "text/plain": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/sitemap.xml": {
      "get": {
        "summary": "Sitemap",
        "description": "XML sitemap listing all public pages of tream.gmbh",
        "operationId": "getSitemap",
        "tags": ["Discovery"],
        "responses": {
          "200": {
            "description": "XML sitemap",
            "content": {
              "application/xml": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/insights/": {
      "get": {
        "summary": "Parking Insights — Research & Marktanalyse",
        "description": "Research-Artikel und Marktanalysen zu Parkimmobilien: Elektromobilität, urbane Mobilität, Parkmarkt Deutschland, Verkehrssektor.",
        "operationId": "getInsights",
        "tags": ["Content"],
        "responses": {
          "200": {
            "description": "HTML-Seite mit Research-Artikeln",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/impressum.html": {
      "get": {
        "summary": "Impressum & Kontakt",
        "description": "Rechtliche Angaben und vollständige Kontaktdaten der TREAM GmbH",
        "operationId": "getImpressum",
        "tags": ["Legal"],
        "responses": {
          "200": {
            "description": "HTML-Seite mit Impressum",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "/datenschutz.html": {
      "get": {
        "summary": "Datenschutzerklärung",
        "description": "Datenschutzerklärung der TREAM GmbH gemäß DSGVO",
        "operationId": "getDatenschutz",
        "tags": ["Legal"],
        "responses": {
          "200": {
            "description": "HTML-Seite mit Datenschutzerklärung",
            "content": {
              "text/html": {
                "schema": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    }
  },
  "x-actions": [
    {
      "name": "Termin buchen",
      "description": "Direkt einen Termin mit Tilo Staudenmaier buchen via Calendly",
      "url": "https://calendly.com/ts-tream/terminanfrage",
      "type": "external"
    },
    {
      "name": "Kontaktanfrage",
      "description": "Rückruf- oder Kontaktanfrage via Formular",
      "url": "https://forms.office.com/e/LKN0tbTquL",
      "type": "external"
    },
    {
      "name": "E-Mail",
      "description": "Direktkontakt per E-Mail",
      "url": "mailto:ts@tream.gmbh",
      "type": "email"
    }
  ],
  "tags": [
    {
      "name": "Discovery",
      "description": "Ressourcen zur Indexierung und KI-Erkennung"
    },
    {
      "name": "Content",
      "description": "Inhaltliche Ressourcen — Research, Marktanalysen"
    },
    {
      "name": "Legal",
      "description": "Rechtliche Pflichtangaben"
    }
  ]
}
