Update an agent-scoped connector (partial)
Partially updates an agent-scoped connector using JSON Merge Patch
(RFC 7386). type is immutable.
Future scope: not yet implemented; the server returns 501.
Authorizations
OAuth 2.0 / OIDC bearer token.
The tenant the request operates within.
Path Parameters
Agent identifier (prefixed UUIDv7).
Agent identifier. Accepts agt.<uuidv7> or a bare UUIDv7 on input; always returned prefixed.
^(agt\.)?[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"agt.0192f4c8-2c5a-7b3e-9f1a-3c8d6e2b7a40"
Agent-scoped connector identifier (prefixed UUIDv7).
Connector identifier. Accepts con.<uuidv7> or a bare UUIDv7 on input; always returned prefixed.
^(con\.)?[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"con.0192f4c8-7baf-7083-a46f-81d2bd70cf95"
Body
The connector fields to change, as a JSON Merge Patch (RFC 7386).
Merge-patch of a single connector. type is immutable.
Whether the connector is active.
false
New connector name.
"policybot-v2"
New connector URL; null clears it.
"https://mcp.example.com/v2"
New connector config; null clears it.
Authentication configuration for an outbound connector.
Response
The updated connector.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
A connector attached to an agent, discriminated by type.
Server-generated connector identifier (prefixed UUIDv7). Stable across PATCH replacements where the underlying spec is unchanged. Used by observability/HITL to reference a connector unambiguously.
^(con\.)?[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"con.0192f4c8-7baf-7083-a46f-81d2bd70cf95"
Connector discriminator; always registry.
registry, mcp, agent, a2a, schema "registry"Registry connector name.
"@dedalus/coding-expert"
Whether the connector is active for invocations. Only schema connectors return this field today; mcp, registry, agent, and a2a connectors omit it (treat as enabled).
Connector-specific configuration validated against the registry schema.