Skip to content
v0.3

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 tool extension.config.set · SDK client.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.
{
"properties": {
"extension_id": {
"minLength": 1,
"type": "string"
},
"values": {
"additionalProperties": {},
"default": {},
"propertyNames": {
"type": "string"
},
"type": "object"
}
},
"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)