Install a module from a registry
Resolves the registry source URL, downloads the .tar.zst archive from the returned downloadUrl, validates the module.json manifest, and registers the module. The registry source URL is stored for future updates via POST /modules/:id/update.
Body
Request body used to install a module from a registry.
Registry URL to resolve for module metadata, then download the .tar.zst archive.
1Response
The module manifest record for the newly installed module.
Full module manifest record returned by the get module endpoint.
Module identifier.
1Module display name.
1Module type.
adapter, environment Human-readable description of the module.
Whether the module is bundled with the API.
Whether the module is currently enabled.
Whether the module is installed but has no matching factory loaded.
Content hash of the installed module archive.
1Install source URL used to fetch the module archive.
JSON Schema describing the module configuration object.
JSON Schema describing the module secrets object.