---
title: "Update companion profile"
method: PUT
path: "/user/companion"
tags: ["User"]
---

# Update companion profile

`PUT /user/companion`

Create or update the AI companion personality configuration

## Request body

- SchemaCompanionProfile
  - `annotateHardWords` boolean
  - `autoChapterRecap` boolean
  - `autoKnowledgeGraph` boolean
  - `crossBookAlerts` boolean
  - `ctime` integer
  - `depth` integer
  - `id` integer
  - `name` string
  - `postChapterQuestions` boolean
  - `preset_name` string
  - `proactivity` integer
  - `style` integer
  - `user_id` integer
  - `utime` integer
  - `voice` string
  - `warmth` integer

## Response `200`

OK

- SchemaCompanionProfile
  - `annotateHardWords` boolean
  - `autoChapterRecap` boolean
  - `autoKnowledgeGraph` boolean
  - `crossBookAlerts` boolean
  - `ctime` integer
  - `depth` integer
  - `id` integer
  - `name` string
  - `postChapterQuestions` boolean
  - `preset_name` string
  - `proactivity` integer
  - `style` integer
  - `user_id` integer
  - `utime` integer
  - `voice` string
  - `warmth` integer

## Other responses

- `400` — Bad Request

## Changes

- **2026-04-23** `20e19d9cbb5a` — 1 info
  - endpoint added
- **2026-03-21** `ffed97aaec4f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/lxpio/apis/omnigram-api/changes/user/companion/put.md)

---

[API](https://skmtc.dev/lxpio/apis/omnigram-api.md) · [All operations](https://skmtc.dev/lxpio/apis/omnigram-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lxpio/omnigram-api/revisions/58911ffb3093/schema)
