Skip to main content
The CMS API exposes the custom databases you build in Plato CMS. Use it for websites, catalogs, landing pages, partner portals, and internal tools that need structured content from a Plato workspace.

List Entries

Fetch entries with fields, filters, pagination, and predictable response headers.

Get One Entry

Read a single CMS entry by id from a trusted integration.

Create Entry

Add new CMS content from a backend, website, or internal tool.

Update Entry

Patch or replace existing CMS content safely.

Delete Entry

Remove CMS records when the integration owns the lifecycle.

Fields And Relations

Understand values, system fields, relation ids, and linked content.

Endpoints

modelId can be the CMS database identifier or the database id. Use readable database identifiers such as products, locations, or team_members when possible. They make API URLs easier to maintain.

Authentication

CMS endpoints accept:
or:
Older integrations can use:
The API key role must include CMS access.

System Fields

Every entry can include: These fields are selected by default when no fields query is sent.

Response Headers

List and entry responses include CMS metadata headers.

Typical Flow

  1. Create or open the CMS database in Plato.
  2. Confirm the database identifier and field keys.
  3. Create an API key with CMS access.
  4. List entries with the fields your app needs.
  5. Use create, update, and delete only from trusted server code.
For schema setup, see CMS Developer Tools.