---
title: "Update Channel Skill Profile"
method: PUT
path: "/agents/{agent_id}/channels/{channel_id}/skill-profile"
tags: ["agents"]
---

# Update Channel Skill Profile

`PUT /agents/{agent_id}/channels/{channel_id}/skill-profile`

Update the skill profile for a channel.

## Path parameters

- `channel_id` string, uuid, required
- `agent_id` string, uuid, required

## Request body

- SkillProfileUpdate — Update a channel's skill profile.
  - `skill_template_ids` string[], nullable
  - `inherit_agent_skills` boolean, nullable
  - `tool_policy` ToolPolicy — Tool access policy — controls which tools an agent can use in a given context. Resolution order: agent default_tool_policy -> channel tool_policy -> session override.
    - `mode` 'all' | 'allowlist' | 'denylist' | 'inherit' — How the tool policy restricts available tools.
    - `tools` string[]
  - `model_override` string, nullable
  - `max_turns` integer, nullable
  - `temperature` number, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
