Skip to content
v0.3

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 tool extension.install · SDK client.call('extension.install', …)
  • Events: extension.installed
{
"properties": {
"extension_id": {
"minLength": 1,
"type": "string"
}
},
"required": [
"extension_id"
],
"type": "object"
}

Open (unknown) — this command does not declare an output schema.

validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)