Agent Skills is a convention for publishing integration instructions that AI coding assistants discover and follow. Runflow exposes one skill.Documentation Index
Fetch the complete documentation index at: https://docs.runflow.io/llms.txt
Use this file to discover all available pages before exploring further.
The index
sha256 lets agents detect tampering between fetch and use.
The skill
Install in your agent
See For agents for the recommended install flow. Prefer installingSKILL.md into a project or user skill directory over pasting long instructions into a prompt.
Why a skill, not just docs?
A skill is a single, discoverable, hash-pinned document an agent fetches once. Docs are a website you navigate. Agents prefer the skill because:- One fetch, no crawl.
- SHA256 makes tampering detectable.
- Versioned at the URL level.
- Freed from the surrounding marketing copy.
Related
OpenAPI
For agents that codegen instead.
llms.txt
For LLMs that ingest the corpus.