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

# Update profile

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

Update the agent's display name and/or description.

## Path parameters

- `agent_id` string, uuid, required

## Request body

- object
  - `name` string
  - `description` string

## Response `200`

Profile updated

## Other responses

- `400` — At least one of name or description is required
- `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/revisions/bb4070b30d92/schema)
