Skip to content

URI Reference

sarr-io edited this page Jun 19, 2026 · 8 revisions

URI Reference

Zinc uses two reference forms:

zinc://...       runtime, package, and history objects
package.surface executable package surfaces

Package source URI

git+https://github.com/org/repo.git@package-v0.1.0//package-name

The version comes from the tag:

openai-responses-v0.4.4 -> 0.4.4

Local sources are paths or file:// URIs.

Installed packages

zinc://packages
zinc://packages/openai-responses
zinc://packages/openai-responses/manifest/neighbors
zinc://packages/openai-responses/files/surfaces/responses.py

Package refs read installed package records and files. They do not install anything.

Run history

zinc://runs
zinc://runs/<id>
zinc://runs/<id>/current
zinc://runs/<id>/steps
zinc://steps/<id>
zinc://packets/<id>

These read Zinc runtime history from ~/.zinc/zinc.db.

Clone this wiki locally