For AI agents: the complete documentation index is available at https://jig.md/llms.txt, the full documentation bundle is available at https://jig.md/llms-full.txt, and this page is available as Markdown at https://jig.md/contracts/agent-run.md.
DocumentationContract guidePrerelease

#Agent Run contract

View Markdown

Agent Run lets a Flow ask an operator-selected Agent for a bounded response. The Flow supplies instructions, any selected package-local Skills, and an optional structured-result schema. The operator chooses the Agent, model, credentials, and endpoint.

#Why did this address bring me here?

https://jig.md/contracts/agent-run identifies the shared interface, not an Agent server or an API endpoint. You may have found it in a *.capability.json file inside a Flow package.

That file is a local copy of the interface the Flow expects, not a new Agent implementation. Jig matches its contract ID, exact version, and canonical descriptor digest against supported host capabilities. Copying the file does not provide an Agent or grant permission to use one.

This page is an explanatory guide. Jig does not fetch it to resolve a capability, and changing this page does not change the contract. Matching uses the package-local descriptor offline. The ID names the contract across versions; the descriptor carries the version and exact interface.

#Where to go next

The interface is a prerelease candidate. Check the specification and your installed host's supported contract before adopting a descriptor update. An Agent response is not proof that its claims are true; application checks and the operator's data policy still matter.