# Flows docs for agents (llms.txt) Flows deploys code that can move your money, governed by a policy that can refuse. This file indexes text-first documentation for coding agents. Use llms-full.txt when you need all prose in one prompt. - [Deploy & Wallet](/docs/llms-full.txt#deploy-wallet): Deploy code, fund the PKP wallet, run automations, and use stateful cron-poll sagas. - [Primitives](/docs/llms-full.txt#primitives): Published packages, contract-call manifests, CLMM helpers, and security rules for actions. - [Actions & Governance](/docs/llms-full.txt#actions-governance): Verbs, policies, standing-auth grants, and leash patterns for restricted agent keys. - [Tutorial: Build a custom DeFi automation](/docs/llms-full.txt#custom-defi-automation): The complete ceremony for deploying your own fund-moving code: author, dry-run, deploy, derived grant, owner sign-off, promote, operate. - [Payments](/docs/llms-full.txt#payments): Payment operations: forms that collect facts, compute what is owed, and pay — gated per move, human in the loop for the last step. - [CLI reference](/docs/llms-full.txt#cli-reference): Every flows CLI command and the flags that matter, including the zero-account --local gate. - [Manifest, verb, and policy references](/docs/llms-full.txt#references): The permission model in brief: the five verbs, the capability manifest, and the PolicyDoc — with links to the full field-level references. - [CLI, Data, Secrets, and MCP](/docs/llms-full.txt#cli-data-secrets): Supporting docs index for tooling, private data, secrets, and MCP setup. Agent skill (drop-in): [/skill.md](/skill.md) — the Flows skill for coding agents (CLI surface); MCP deploy variant [/skill-deploy.md](/skill-deploy.md). Full text: [/docs/llms-full.txt](/docs/llms-full.txt) Root alias: [/llms.txt](/llms.txt) OpenAPI JSON: [/api/docs/openapi.json](/api/docs/openapi.json)