---
title: "Update agent profile defaults (prompt, watermark, style, locale, status)"
method: PATCH
path: "/api/v1/agents/{agentId}"
tags: ["agent-infra"]
---

# Update agent profile defaults (prompt, watermark, style, locale, status)

`PATCH /api/v1/agents/{agentId}`

## Path parameters

- `agentId` string, required

## Request body

- object
  - `name` string
  - `description` string
  - `websiteUrl` string
  - `systemPrompt` string
  - `watermarkText` string
  - `stylePreset` string
  - `locale` string
  - `status` 'active' | 'disabled'

## Response `200`

Agent profile updated

## Other responses

- `401` — Authentication required
- `404` — Agent not found

---

[API](https://skmtc.net/memesio/apis/memesio-api-contracts.md) · [All operations](https://skmtc.net/memesio/apis/memesio-api-contracts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memesio/memesio-api-contracts/revisions/826e6edbf294/schema)
