Links a skill to an agent.
Links a shared skill to an agent when the caller can manage the agent and read the skill.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
agentId
The agent id.
skillId
The skill id.
Response
OK
id
The agent-skill link id.
agentId
The agent that uses the skill.
skillId
The linked skill id.
skillKey
The linked skill's stable key.
skillName
The linked skill's display name.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

