{
  "name": "Hydrant",
  "description": "Hydrant: Turn a list of places into a branded map video. Operated production from EUR 290 per video, batch from EUR 190. Free watermarked preview first. Same rendering pipeline available as a credit-based app. Founded by Manuel Rossner, Lovie Award winner.",
  "url": "https://www.hydrant.app",
  "documentationUrl": "https://www.hydrant.app/llms.txt",
  "provider": {
    "organization": "Hydrant",
    "url": "https://www.hydrant.app",
    "founder": "Manuel Rossner",
    "contact": {
      "email": "info@hydrant.app",
      "supportUrl": "https://www.hydrant.app/resources/support",
      "salesUrl": "https://www.hydrant.app/call"
    }
  },
  "version": "1.1.0",
  "schemaVersion": "0.3.0",
  "languages": ["en", "de"],
  "regions": ["EU", "US"],
  "currencies": ["EUR", "USD"],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "contentNegotiation": {
      "supported": true,
      "formats": ["text/html", "text/markdown"],
      "notes": "Send Accept: text/markdown to any URL on www.hydrant.app to receive a token-efficient Markdown rendering. Equivalent to /api/md/<path>."
    },
    "rateLimiting": {
      "limits": {
        "public-read": "60/min per IP"
      },
      "headers": [
        "X-RateLimit-Limit",
        "X-RateLimit-Remaining",
        "X-RateLimit-Reset",
        "Retry-After"
      ],
      "onExceeded": "429 Too Many Requests with Retry-After header"
    }
  },
  "resources": [
    {
      "id": "docs-index",
      "name": "Documentation index",
      "description": "Full reference for app users: Scene, Datasets, Bar/Line charts, Geo Mapping, Settings, Changelog.",
      "htmlUrl": "https://www.hydrant.app/docs",
      "markdownUrl": "https://www.hydrant.app/api/md/docs"
    },
    {
      "id": "geo-mapping",
      "name": "Geo Mapping coverage",
      "description": "Country-level region data: EU NUTS-1/2/3, Germany Bundesländer/Regierungsbezirke/Landkreise, France, Italy, Spain, Switzerland, UK, US, Japan, India, plus other countries.",
      "htmlUrl": "https://www.hydrant.app/docs/geo-mapping",
      "markdownUrl": "https://www.hydrant.app/api/md/docs/geo-mapping"
    },
    {
      "id": "pricing",
      "name": "Pricing",
      "description": "Operated production: single video EUR 290, batch from EUR 190 per video. USD: single video $350, batch from $230. Free watermarked preview first. Extra formats +25%. App: 100 credits ≈ 5 seconds; a typical 15s film uses 300 credits.",
      "htmlUrl": "https://www.hydrant.app/pricing",
      "markdownUrl": "https://www.hydrant.app/api/md/pricing"
    },
    {
      "id": "research-access",
      "name": "Research Access",
      "description": "EUR 49 per month for individual researchers, students, PhD candidates. Full professional features and academic credit allowance.",
      "htmlUrl": "https://www.hydrant.app/research-use",
      "markdownUrl": "https://www.hydrant.app/api/md/research-use"
    },
    {
      "id": "showcase",
      "name": "Showcase",
      "description": "Examples of finished Hydrant data videos.",
      "htmlUrl": "https://www.hydrant.app/resources/showcase",
      "markdownUrl": "https://www.hydrant.app/api/md/resources/showcase"
    },
    {
      "id": "about",
      "name": "About",
      "description": "Founder background (Manuel Rossner — Lovie Award, Grand Palais Paris), mission, art-meets-technology positioning.",
      "htmlUrl": "https://www.hydrant.app/about",
      "markdownUrl": "https://www.hydrant.app/api/md/about"
    },
    {
      "id": "blog",
      "name": "Blog",
      "description": "Articles on data visualization, region codes, methodology.",
      "htmlUrl": "https://www.hydrant.app/blog",
      "markdownUrl": "https://www.hydrant.app/api/md/blog"
    }
  ],
  "skills": [
    {
      "id": "browse-docs",
      "name": "Browse documentation",
      "description": "Read Hydrant's app documentation: Scene, Datasets, Bar/Line Charts, Geo Mapping, Settings. Agents preferring structured token-efficient output should fetch /api/md/docs/<topic>.",
      "tags": ["docs", "reference"],
      "examples": [
        "How do I import a dataset into Hydrant?",
        "What region codes does Hydrant support for Germany?",
        "How do I configure camera movements in a Scene?"
      ]
    },
    {
      "id": "geo-mapping-coverage",
      "name": "Check geo mapping coverage",
      "description": "Find out whether a country, region system, or NUTS level is supported. Markdown source: /api/md/docs/geo-mapping/<country>.",
      "tags": ["geo", "mapping", "regions"],
      "examples": [
        "Does Hydrant support Italian provinces?",
        "Which European NUTS levels are available?"
      ]
    },
    {
      "id": "find-pricing",
      "name": "Look up pricing",
      "description": "Studio rates (managed production) and app credit packages (self-serve). Markdown source: /api/md/pricing.",
      "tags": ["pricing", "sales"],
      "examples": [
        "What does a single Hydrant studio video cost?",
        "How many credits do I need for a 30-second FullHD render?"
      ]
    },
    {
      "id": "request-research-access",
      "name": "Request Research Access",
      "description": "Information path for individual researchers, students, and PhD candidates: EUR 49 per month with full professional features. Markdown source: /api/md/research-use.",
      "tags": ["research", "academic"],
      "examples": [
        "Is Hydrant available for academic use?",
        "What does Research Access include?"
      ]
    },
    {
      "id": "view-showcase",
      "name": "View showcase",
      "description": "Browse examples of finished Hydrant data videos. Markdown source: /api/md/resources/showcase.",
      "tags": ["showcase", "examples"],
      "examples": [
        "Show me example data videos made with Hydrant."
      ]
    },
    {
      "id": "book-studio-call",
      "name": "Book a sales call",
      "description": "Schedule a conversation about studio engagements (managed production).",
      "tags": ["sales", "studio"],
      "examples": [
        "I'd like to talk about a series of data videos for our research institute."
      ]
    }
  ],
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/html", "text/markdown", "application/ld+json"]
}
