Skip to main content
POST
/
agents
/
{id}
/
skills
Error
A valid request URL is required to generate request examples
{
  "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "skill_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "assigned_at": "2023-11-07T05:31:56Z",
  "assigned_by": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Body

application/json
skill_id
string<uuid>
required

ID of the skill (tool preset) to assign

Response

Skill assigned

agent_id
string<uuid>
skill_id
string<uuid>
assigned_at
string<date-time>
assigned_by
string