extension.config.set
Set a self-installed app’s legible config (one row per pair) in the operator’s own tenant.
- Scope:
extensions.write - System: no
- Reachable from:
POST /v1/commands/extension.config.set(tenant credential) · MCP toolextension.config.set· SDKclient.call('extension.config.set', …) - Events: none — An install’s config lives in forge_control and is read by the app’s own runtime at call time; no public read projects it, so no cached page depends on it.
Input (JSON Schema)
Section titled “Input (JSON Schema)”{ "properties": { "extension_id": { "minLength": 1, "type": "string" }, "values": { "additionalProperties": {}, "default": {}, "propertyNames": { "type": "string" }, "type": "object" } }, "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)