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 "git+https://github.com/tellmesh/urirun.git@v0.3.12#subdirectory=adapters/python"
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