Content Management

Your Content,Managed

Everything you need to keep your business content organized, searchable, and professional

Organise Your Business Content Like a Pro

Articles & Posts

Blog posts, news updates, announcements - all in one searchable place. Keep your content calendar organised and never lose track of your published pieces.

In Practice

Your schema, live as an API

fetch content.sh
GET /org/{orgId}/entities/articles/public/items
  ?filter[status]=published
  &sortBy=published_at&sortDirection=desc
  &page=1&pageSize=10

{
  "items": [
    { "id": 1, "title": "How we scaled to 10k users", "status": "published" },
    { "id": 2, "title": "Product update: Q1 2025",    "status": "published" }
  ],
  "total_items": 42,
  "has_next_page": true
}

What you can build

01

Your content model is your API

Define a 'case studies' entity with a title, body, industry tag, and featured toggle. That's it — a fully-filtered REST API exists immediately. Add a field in the dashboard and it appears in your API response and live docs without touching code or redeploying.

02

Build approval workflows without code

Create draft → review → approved → published pipelines using status fields and workflow automations. An editor changes a status; the workflow handles notifications and publishing logic automatically.

03

One API, every surface

The same entities that power your marketing site can drive your app, your docs, your partner portal, or a third-party integration. Change a dropdown option in the CMS and it updates everywhere the API is consumed — instantly.

Let's start creating

All the tools you need to start small and create something big