---
title: Components
description: "# Object components"
---

Object components are design documents for detail, list, and form views of an object type. Editing content uses the same design model as pages.

List or create components for a type.

```
GET|POST /api/v1/{locale}/{websiteId}/objects/{objectTypeId}/components
```

Read, replace, or delete a component.

```
GET|PUT|DELETE /api/v1/{locale}/{websiteId}/objects/{objectTypeId}/components/{componentId}
```

MCP tools cover object-component CRUD.
