LLM-optimized documentation
This site provides LLM-optimized documentation at four levels of granularity,
designed for use by AI coding agents such as
Claude Code,
Cursor,
Windsurf,
and similar tools.
These files also follow the
llms.txt convention,
making them discoverable by AI search engines.
These files are not linked from the pages they cover. They are addressed by convention:
append /page.md to any page URL, or /section.md to a section URL. Start from the
llms.txt index below, which lists every page and every available bundle.
All links within LLM-optimized files use absolute URLs (https://www.union.ai/docs/...),
so files work correctly when copied locally and used outside the docs site.
Per-page markdown (page.md)
Every page on this site has a parallel LLM-optimized version in clean Markdown,
accessible at the same URL path with /page.md appended.
For example, this page is at:
https://www.union.ai/docs/v2/union/api-reference/flyte-context/
and its LLM-optimized version is at:
Section landing pages include a ## Subpages table listing child pages with their H2/H3 headings,
making it easy to identify the right page to fetch.
Section bundles (section.md)
For key documentation sections, a curated bundle file concatenates all pages in the section
into a single section.md file.
These are accessible at the same URL path as the top page of the section, with /section.md appended.
These section.md files are sized to fit within modern LLM context windows
and are ideal for pasting into a prompt or adding to project context.
Available bundle files:
User guide:
Core concepts(~14K tokens)Configure tasks(~38K tokens)Build tasks(~52K tokens)Run and deploy tasks(~48K tokens)Configure apps(~7K tokens)Build apps(~12K tokens)Native app integrations(~8K tokens)Serve and deploy apps(~4K tokens)Build an agent(~13K tokens)Sandboxing(~10K tokens)-
Scale your runs(~15K tokens) -
Advanced project(~6K tokens) From Flyte 1 to 2(~17K tokens)
Tutorials:
Tutorials(~77K tokens)
Integrations:
Integrations(~92K tokens)
Platform deployment:
-
BYOC deployment(~40K tokens)Enabling AWS resources(~6K tokens)Enabling GCP resources(~4K tokens)Enabling Azure resources(~4K tokens)Single sign on setup(~2K tokens)
-
Self-managed deployment(~71K tokens)Architecture(~2K tokens)Configuration(~22K tokens)Helm chart reference(~12K tokens)
-
Manage Union through Terraform(~4K tokens)
Community:
-
Contributing docs and examples(~14K tokens)
Page index (llms.txt)
The llms.txt file is a compact index of all LLM-optimized pages, organized by section.
Each page entry includes the H2/H3 headings found on that page, so an agent can identify
the right page to fetch without downloading it first.
Sections that have a section.md bundle are marked in the index.
Download it and append its contents to the AGENTS.md, CLAUDE.md or similar file in your project root.
Make sure you append the index into a file that is loaded into context by default by your coding tool.
Adding it as a skill or tool is less effective because the agent must decide to load it
rather than having the information always available.
-
llms.txt(~50K tokens)
You are viewing the Union.ai docs.
To get the llms.txt for a different product variant, use the variant selector at the top of the page.
Full documentation (llms-full.txt)
The llms-full.txt file contains the entire Union.ai version 2.0 documentation as a single Markdown file.
This file is very large and is not suitable for direct inclusion in an LLM context window,
but it may be useful for RAG-based tools.
-
llms-full.txt(~2M tokens)
You are viewing the Union.ai docs.
To get the llms-full.txt for a different product variant, use the variant selector at the top of the page.