Skip to content

Source CMS

Source CMS

Launch fast, scale far, own no infrastructure

A fully managed CMS: Acquia runs, updates, and hosts it for you. Your work is what differentiates a site: the components, the frontend, the integrations. All of it lives in your own git repository.

The Source CMS admin interface: a site's navigation, a draft page open for review, and a content panel's settings.

Questions developers ask

Is it Drupal underneath?

Yes. The content types, the roles, the review workflow, and the revisions are Drupal’s, and every content type has an API endpoint. Acquia runs the hosting and the updates.

Can I go headless later?

Yes. A site renders one way at a time, so going headless turns in-platform rendering off, and editors keep composing pages from your components while your app does the rendering.

Can I connect an app I already have?

Yes. Instead of scaffolding a new project, you install the same SDK and your framework’s adapter in the app you have, and it reaches the same registered state.

How do API requests authenticate?

With OAuth 2.0 access tokens. You add an API client in the site’s admin interface and grant it a scope; your server exchanges its credentials for a token, so the credentials stay off the browser.

How do I know when content changes?

The site calls URLs you register whenever content changes, sending the changed entry itself, and retries five times if your endpoint is unreachable.

How much access does an AI agent get?

Only what you grant. The MCP server is off by default and you enable it per site; each agent then works inside the scopes you grant, on tokens that expire in five minutes, and you can revoke its access at any time. Experimental today.