For AI agents: the complete documentation index is available at https://flow.jig.md/llms.txt, the full documentation bundle is available at https://flow.jig.md/llms-full.txt, and this page is available as Markdown at https://flow.jig.md/guide/overview.md.
DocumentationGuidePrerelease

#Build on reusable know-how

View Markdown

FLOW is the independent standard for packaging and invoking reusable methods. A Flow puts code, Agent judgment, or both behind one method boundary. A compatible host supplies local powers.

#Find your task

I want to…Read
See code and Agent work compose through one boundaryUnderstand FLOW, then the Jig example
Package a reusable procedureStart building, then Package/1
Write a Python method and exercise the protocolPython SDK guide
Write TypeScript under a qualified Jig buildJig's first Flow
Understand portable input and output valuesJSON/1
Validate inputs, settings, or resultsSchema/1
Launch a method or implement a hostRun/1
Implement or use an SDKRun SDK/1
Define an independently maintained capability interfaceCapability Contract/1
Define exact live-message meaningChannel Contract/1
Resolve terminology or a common questionConcepts and questions

#What belongs to a host?

Providers, credentials, permission, containment, and local execution support are host decisions. FLOW does not make those choices for the consumer. Jig documents one host; a host's supported languages are separate from the languages with FLOW SDKs.

#How to read this documentation

The sidebar keeps authoring, explanation, and exact reference visible from every page. Use search for a field or concept, and the outline to jump within a long specification. Copy Markdown when you need the page in an Agent's context.

The standard is prerelease. An SDK candidate in source is not necessarily a published package. Authoring guides identify their execution prerequisites; implementers should qualify a concrete revision against the public conformance material.