extension.install
Install an app from the directory in the operator’s own tenant (self-service). Returns its token once.
- Scope:
extensions.write - System: no
- Reachable from:
POST /v1/commands/extension.install(tenant credential) · MCP toolextension.install· SDKclient.call('extension.install', …) - Events:
extension.installed
Input (JSON Schema)
Section titled “Input (JSON Schema)”{ "properties": { "extension_id": { "minLength": 1, "type": "string" } }, "required": [ "extension_id" ], "type": "object"}Result (200)
Section titled “Result (200)”Open (unknown) — this command does not declare an output schema.
Errors
Section titled “Errors”validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)