---
title: "SyncAgentSkillsBody"
description: "Request body for an Agent operation."
section: "Reference"
group: "Types"
order: 6
---

## Definition

```ts
interface SyncAgentSkillsBody {
  skillIds: Array<string>;
}
```

## Fields

| Field      | Type            | Notes                                                      |
| ---------- | --------------- | ---------------------------------------------------------- |
| `skillIds` | `Array<string>` | `required` — Full list of skill IDs to assign to the agent |
