For agent integrations, start with the Runflow skill. It is the shortest path to the correct workflow.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.
Install the skill
If your coding agent has file access, it can install the skill for you. Open the agent in the repo where you are integrating Runflow and ask:.agents/skills/, .claude/skills/, .cursor/skills/, .github/skills/, and .codex/skills/. Prefer .agents/skills/ when you want the skill to travel with the repo across compatible agents.
Set RUNFLOW_API_KEY in the environment where your agent runs. Do not put it in SKILL.md or commit it to the repo.
Only use a system prompt or rules file when your agent cannot read skill directories. In that case, add one short instruction: “Use the Runflow skill at https://www.runflow.io/.well-known/agent-skills/runflow/SKILL.md for Runflow integrations.”
Discovery resources
| Resource | URL | Purpose |
|---|---|---|
| Skill | agent-skills/runflow/SKILL.md | Workflow guide for AI coding assistants. |
| Skills index | agent-skills/index.json | agentskills.io v0.2.0 manifest. |
| llms.txt | docs.runflow.io/llms.txt | This site’s index for LLMs. |
| llms-full.txt | docs.runflow.io/llms-full.txt | Full corpus, one-shot ingestion. |
| Public OpenAPI | docs.runflow.io/api/openapi.public.json | Customer integration spec. |
| API catalog | /.well-known/api-catalog | RFC 9727 linkset. |
| Models catalog | models-catalog.json | All 50 models, prices, categories. |
Hosts
| Host | Purpose |
|---|---|
api.runflow.io | Production API. |
docs.runflow.io | This site. |
app.runflow.io | Dashboard and per-model llms.txt. |
www.runflow.io | Marketing and agent discovery (/.well-known/*). |
public.runflow.io | Public CDN for example assets. |
Pages in this section
Skill
agentskills.io v0.2.0 detail.
llms.txt
llmstxt.org convention.
OpenAPI
Spec, codegen recipes.
API catalog
RFC 9727 linkset.