---
title: "Upload Agent Logo"
method: POST
path: "/api/agents/{agent_id}/logo"
tags: ["agents"]
---

# Upload Agent Logo

`POST /api/agents/{agent_id}/logo`

Upload or update agent logo.

## Path parameters

- `agent_id` integer, required

## Request body

- string — Logo image as base64 data URL

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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