For LLMs
llms.txt
A plain-text, markdown-formatted summary of the entire Hub, built for LLM tooling that needs to ground answers in current Stackable Data Platform facts without crawling JSON endpoints.
# Stackable Hub
> Public information about the Stackable Data Platform (SDP), releases, components, and operational details for users running SDP and the tooling that integrates with it.
The hub is fully public and read-only. We expose a JSON API under `/api/v1/` for programmatic consumption (MCP servers, CI jobs, scripts). The API is CORS-enabled and requires no authentication.
## Pages
- [Home](https://hub.stackable.tech/): Overview of what the hub exposes.
- [Releases](https://hub.stackable.tech/releases): All SDP releases with release and end-of-support dates.
- [API preview](https://hub.stackable.tech/api): Human-friendly view of the JSON API catalogue.
- [llms.txt preview](https://hub.stackable.tech/llms): Human-friendly view of this document.
## API
- [GET /api/v1](https://hub.stackable.tech/api/v1): API discovery, catalogue of all available endpoints in JSON.
- [GET /api/v1/releases](https://hub.stackable.tech/api/v1/releases): JSON list of every SDP release. Fields: `id`, `version`, `releaseDate`, `endOfSupportDate`, `publicNotes`.
## Current releases
- SDP 26.3 (released 2026-03-16)
- SDP 25.11 (released 2025-11-07)
- SDP 25.7 (released 2025-07-25)
- SDP 25.3 (released 2025-03-27)
- SDP 24.11 (released 2024-11-27)
- SDP 24.7 (released 2024-07-24)
- SDP 24.3 (released 2024-03-20)
- SDP 23.11 (released 2023-11-30)
- SDP 23.7 (released 2023-07-25)
- SDP 23.4 (released 2023-04-21)
- SDP 23.1 (released 2023-01-26)
- SDP 22.11 (released 2022-11-14)
- SDP 22.9 (released 2022-09-09)
- SDP 22.6 (released 2022-06-30)
Use it Drop this into your system prompt or fetch it on every assistant turn for fresh context.
It updates whenever the underlying release data changes.