---
title: "Update skills config"
method: PUT
path: "/v1/superagents/{agent_id}/skills"
tags: ["SuperAgent Config"]
---

# Update skills config

`PUT /v1/superagents/{agent_id}/skills`

Enable or disable specific skills. Pass a list of skill names to disable.

## Path parameters

- `agent_id` string, uuid, required

## Request body

- object
  - `disabled` string[], required — List of skill names to disable. Pass an empty array to enable all.

## Response `200`

Skills config updated

## Other responses

- `401` — Invalid or revoked API key
- `404` — Resource not found
- `429` — Rate limit exceeded (60 requests per minute)

---

[API](https://skmtc.net/gigabraingg/apis/gigabrain-api.md) · [All operations](https://skmtc.net/gigabraingg/apis/gigabrain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gigabraingg/gigabrain-api/versions/bb4070b30d92/schema)
