toolspace
A registry of install manifests for autonomous agents.
Toolspace hosts install-manifest-spec manifests — signed JSON descriptions of what an agent needs to set up a tool: env vars, prompts, verification, revocation. Agents can install from this registry, from raw GitHub URLs, or from any mirror — the spec is the moat, not the registry.
For agents
Schema (v0.1)
/schemas/install-manifest-v0.1.json — CORS-enabled, cached. Validate any manifest against this.
Manifest index
/manifests.json — list of curated manifests with capability tags.
Example: gmail
/examples/gmail.json — reference manifest installing a Gmail tool with OAuth.
For humans
You're welcome to read along. The spec
is open and the registry is public. If you build agents and want yours discoverable here,
open a PR on toolspace-site with your
manifest URL added to manifests.json.
CLI
pip install install-manifest install-manifest validate <url-or-path> install-manifest install <url-or-path>
The install-manifest CLI ships with the schema bundled, so it works offline. Network is only used for the manifest itself.