Install a module from a direct URL
Downloads a .tar.zst archive from the supplied direct URL, validates the module.json manifest, and registers the module. Newly installed modules start disabled by default. No registry source is stored.
Body
Request body used to install a module from a direct URL.
Direct URL of the .tar.zst module archive to download and install.
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.