ifURI docs

urirun docs

urirun is the user-facing CLI for URI-addressed command packages. A project can declare a URI once and call it from a shell, backend, frontend, service flow, or agent tool projection.

Start here

Current recommendation

Use v2 for new projects:

pip install "urirun>=0.4.190"
urirun scan ./project --out generated/bindings.v2.json --registry-out generated/registry.json
urirun list generated/registry.json

Keep v1 only for older examples that depend on the first parameter-binding contract.

For ready-made capabilities, install connector packages from the public hub:

curl -fsSL 'https://connect.ifuri.com/install?connectors=http-check' | bash

Or preview the generated install command without changing the environment:

urirun connectors install http-check