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

agentIdstringRequiredformat: "uuid"
The agent id.
skillIdstringRequiredformat: "uuid"
The skill id.

Response

OK
idstringOptionalformat: "uuid"

The agent-skill link id.

agentIdstringOptionalformat: "uuid"
The agent that uses the skill.
skillIdstringOptionalformat: "uuid"
The linked skill id.
skillKeystring or nullOptional
The linked skill's stable key.
skillNamestring or nullOptional
The linked skill's display name.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error