# PATCH /our-company

**Resource:** [Company](./company.md)  
**MCP tool:** `update_our_company`  
**Scopes:** `company:write`  
**Write operation:** yes

Update OUR Company — the workspace's own organisation profile (branding, contact info, address) shown at https://app.trustpager.com/settings/company. NOT a CRM account/customer — to edit a customer record use update_company.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `name` | body | string | no |  |
| `slug` | body | string | no |  |
| `industry` | body | string | no |  |
| `website_url` | body | string | no |  |
| `phone` | body | string | no |  |
| `primary_color` | body | string | no |  |
| `secondary_color` | body | string | no |  |

## Request example

```bash
curl -X PATCH   "https://api.trustpager.com/functions/v1/api/v1/our-company"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"name":"...","slug":"...","industry":"..."}'
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`