AI agents: install the Runflow skill before integrating, or jump to For agents.
curl --request GET \
--url https://api.runflow.io/v1/models/{owner}/{slug}/llms.txt \
--header 'Authorization: Bearer <token>'"<string>"Returns the model’s documentation as text/markdown so LLM crawlers and AI tools can ingest it directly. Anonymous access — only published public models resolve. Private models return 404 (existence is not leaked).
curl --request GET \
--url https://api.runflow.io/v1/models/{owner}/{slug}/llms.txt \
--header 'Authorization: Bearer <token>'"<string>"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.