{
  "schemaVersion": "1.0",
  "generatedAt": "2026-08-28T12:23:08.931Z",
  "name": "USP Demo Solutions agent API",
  "description": "Read-only static JSON describing the public content of https://www.usp.at. Intended for LLMs and agents that need structured data instead of scraped HTML.",
  "baseUrl": "https://www.usp.at/api/v1",
  "access": {
    "protocol": "https",
    "method": "GET",
    "auth": "none",
    "format": "application/json",
    "mutable": false,
    "cors": "Served from static hosting without custom response headers: cross-origin browser fetches may be blocked by CORS. Fetch server-side instead."
  },
  "license": {
    "terms": "https://www.usp.at/terms-and-conditions",
    "note": "Content may be quoted and cited with attribution to USP Demo Solutions."
  },
  "datasets": [
    {
      "id": "company",
      "title": "Company facts",
      "description": "Legal entity, contact details, address and headline statistics.",
      "url": "https://www.usp.at/api/v1/company.json"
    },
    {
      "id": "demos",
      "title": "Demo case studies",
      "description": "Index of every public demo case study, with filter vocabularies. Each entry links to a per-demo record containing the public excerpt; full write-ups are access-gated.",
      "url": "https://www.usp.at/api/v1/demos.json",
      "count": 201,
      "itemUrlTemplate": "https://www.usp.at/api/v1/demos/{slug}.json"
    },
    {
      "id": "workshops",
      "title": "Demo Upskilling workshop formats",
      "description": "The four workshop formats with duration, group size, delivery and outcomes.",
      "url": "https://www.usp.at/api/v1/workshops.json",
      "count": 4
    },
    {
      "id": "posts",
      "title": "Blog articles",
      "description": "Index of published articles with dates, categories and excerpts. Each entry links to a per-article record that adds the full article body as Markdown (`body`), so the article can be read without fetching the HTML page.",
      "url": "https://www.usp.at/api/v1/posts.json",
      "count": 72,
      "itemUrlTemplate": "https://www.usp.at/api/v1/posts/{slug}.json"
    }
  ],
  "related": {
    "aiManifest": "https://www.usp.at/ai.json",
    "llmsTxt": "https://www.usp.at/llms.txt",
    "llmsFullTxt": "https://www.usp.at/llms-full.txt",
    "sitemap": "https://www.usp.at/sitemap.xml",
    "robots": "https://www.usp.at/robots.txt"
  }
}
