Attach a connector
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"
Body
The connector to attach to the agent.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
Same envelope as Connector but without the server-generated id.
Connector discriminator; always registry.
Registry connector name.
"@dedalus/coding-expert"
Whether the connector is active for invocations.
Connector-specific configuration validated against the registry schema. Not yet persisted — the server currently drops config for registry connectors on create.
Response
The attached 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.