Skills

List Agent Skills

get
Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Path parameters
workspaceIdstringRequired
Query parameters
limitinteger · min: 1 · max: 100Optional

Limits the number of results to return

Default: 10
pageTokenstringOptional

Pagination token that keeps of track of the current position in the list

reversebooleanOptional

Order in which to retrieve the results

Default: false
Responses
200

A paginated list of agent skills.

application/json
Responseall of
get
/workspaces/{workspaceId}/inbox/skills
200

A paginated list of agent skills.

Create Agent Skill

post
Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Path parameters
workspaceIdstringRequired
Body

CreateAgentSkill is the request body for creating a new AgentSkill.

namestringRequired
descriptionstringRequired
valueTypestring · enumRequired

AgentSkillValueType defines how can the Values of a Skill can be selected.

Possible values:
Responses
post
/workspaces/{workspaceId}/inbox/skills

Get Agent Skill

get
Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Path parameters
workspaceIdstringRequired
agentSkillIdstring · uuidRequired
Responses
200

The agent skill.

application/json
get
/workspaces/{workspaceId}/inbox/skills/{agentSkillId}

Update Agent Skill

patch
Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Path parameters
workspaceIdstringRequired
agentSkillIdstring · uuidRequired
Body

UpdateAgentSkill is the request body for updating an existing AgentSkill.

namestring | nullableOptional
descriptionstring | nullableOptional
valueTypestring · enum | nullableOptional

AgentSkillValueType defines how can the Values of a Skill can be selected.

Possible values:
Responses
200

The agent skill.

application/json
patch
/workspaces/{workspaceId}/inbox/skills/{agentSkillId}

Delete Agent Skill

delete
Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Path parameters
workspaceIdstringRequired
agentSkillIdstring · uuidRequired
Responses
delete
/workspaces/{workspaceId}/inbox/skills/{agentSkillId}

No content

Last updated

Was this helpful?