Links a connector to an agent.
Links an existing connector to the specified agent and returns the linked connector.
Use [GET /agents/connectors](#/AgentRuntime/GetConnectors) to find a connector id.
<Check title="Required Permissions" icon="key">The user must have manage access to the agent.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
agentId
The agent id.
connectorId
The connector id.
Response
OK
id
The id of the entity.
createdOn
The date this entity was created.
createdBy
The id of the user who created this entity.
updatedOn
The date this entity was last modified.
updatedBy
The id of the user who last modified this entity.
name
The connector display name.
description
The connector description.
url
The custom connector URL.
presetKey
The predefined connector key.
endpointValues
The safely displayable configured endpoint values.
logoPath
The preset logo path when this server matches a catalog preset.
status
The aggregate connection status.
isOwner
Whether the current user owns the connector.
currentUserConnectionStatus
The current user's connection status.
lastRefreshedOn
When the server tools were last refreshed.
currentUserLastAuthenticatedOn
When the current user last authenticated this server.
hasOAuthClientConfiguration
Whether static OAuth client credentials are configured.
connectionMode
The selected connection resolution mode for an agent-linked response.
connectionId
The selected specific connection, when applicable.
currentUserConnectionId
The connection selected by the current user for acting-user resolution.
connections
The connections visible to the current user.
Errors
401
Unauthorized Error
404
Not Found Error

