---
title: "Update own profile"
method: PATCH
path: "/v1/agent/profile"
tags: ["Agent Identity"]
---

# Update own profile

`PATCH /v1/agent/profile`

## Request body

- object
  - `name` string
  - `capabilities` string[]
  - `metadata` object — Max 4KB JSON

## Response `200`

Profile updated

## Other responses

- `401` — Invalid or missing X-Agent-Key header

---

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