---
title: "Update the company profile"
description: "Changing profile fields recomposes the classifier context; setting `context` directly overrides it until the next profile edit. Relevance scores for new mentions follow at once."
canonical: https://docs.mentio.dev/api/company/update-company
markdown: https://docs.mentio.dev/api/company/update-company.mdx
---

# Update the company profile

`PATCH /v1/company`

Changing profile fields recomposes the classifier context; setting `context` directly overrides it until the next profile edit. Relevance scores for new mentions follow at once.

## Body

- `name`: string
- `description`: string
- `useCases`: Replaces the whole list.
- `accounts`: object
- `website`: The company website; null clears it.
- `competitors`: Replaces the whole list; [] clears it.
- `guidelines`: Free-text rules for the classifier; null clears them.
- `context`: Overrides the composed context until the next profile edit.

## Responses

- 200: The updated profile
- 401: Missing or invalid API key
- 404: Workspace not found

Full schemas: https://api.mentio.dev/v1/openapi.json. Conventions: https://docs.mentio.dev/conventions.mdx
