Skip to content
v0.3

platform.extension.connection.set

Store a declared connection’s credential in the vault (broker-only; encrypted at rest).

  • Scope: platform.extension.write
  • System: yes
  • Reachable from: the platform CONTROL face, with a platform credential — never a tenant one. See the surfaces.
  • Events: none — The platform-side twin of extension.connection.set: a write-only vault credential, which is exactly what must never ride the outbox.
{
"properties": {
"connection_name": {
"minLength": 1,
"type": "string"
},
"credential": {
"additionalProperties": {},
"default": {},
"propertyNames": {
"type": "string"
},
"type": "object"
},
"extension_id": {
"minLength": 1,
"type": "string"
},
"tenant_id": {
"minLength": 1,
"type": "string"
}
},
"required": [
"extension_id",
"tenant_id",
"connection_name"
],
"type": "object"
}

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

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