From d5d8d9e1c552d9ac8599b0bdf4aec39023d7e6c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9gane=20Lacheny?= Date: Tue, 18 Nov 2025 11:00:10 +0100 Subject: [PATCH] Update Cloud docs with more details regarding Cloud vs self hosted --- .../docs/cloud/getting-started/cloud-fundamentals.md | 4 ++++ docusaurus/docs/cloud/projects/settings.md | 10 ++++++---- docusaurus/static/llms-full.txt | 4 +++- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/docusaurus/docs/cloud/getting-started/cloud-fundamentals.md b/docusaurus/docs/cloud/getting-started/cloud-fundamentals.md index 5cd2f0de3b..265e1ffba6 100644 --- a/docusaurus/docs/cloud/getting-started/cloud-fundamentals.md +++ b/docusaurus/docs/cloud/getting-started/cloud-fundamentals.md @@ -19,3 +19,7 @@ Before going any further into this Strapi Cloud documentation, we recommend you - **Types of Strapi Cloud users**
There can be 2 types of users on a Strapi Cloud project: owners and maintainers. The owner is the one who has created the project and has therefore access to all features and options for the project. Maintainers are users who have been invited to contribute to an already created project by its owner. Maintainers, as documented in the [Collaboration](/cloud/projects/collaboration) page, cannot view and access all features and options from the Strapi Cloud dashboard. - **Support**
The level of support provided by the Strapi Support team depends on the Strapi Cloud plan you subscribed for. The Free plan does not include access to support. The Essential and Pro plans include Basic support while the Scale plan includes Standard support. Please refer to the [dedicated support article](https://support.strapi.io/support/solutions/articles/67000680833-what-is-supported-by-the-strapi-team#Not-Supported) for all details regarding support levels. + +- **API access in Strapi Cloud vs self-hosted**
The REST and GraphQL APIs behave the same on Strapi Cloud and on self-hosted servers. The only differences are the URLs: + - Base API domain: On Strapi Cloud, your API uses the domain of the environment (e.g. `https://.strapiapp.com/api/...`), or your custom domain if you set one (see [Domains documentation](/cloud/projects/settings#domains)). A self-hosted project would use whatever domain you expose. + - Media Library URLs: Media fields in REST and GraphQL responses from Strapi Cloud always use the project media domain (e.g. `.media.strapiapp.com`), even when you access the API through a custom domain. Self-hosted projects return URLs from the configured upload provider, so the domain can match your own site or CDN. When you move a project from self-hosted to Strapi Cloud, make sure your frontend reads the absolute URLs returned by the API or accepts the Strapi Cloud media domain. \ No newline at end of file diff --git a/docusaurus/docs/cloud/projects/settings.md b/docusaurus/docs/cloud/projects/settings.md index d8da5b4eec..18cb9d3763 100644 --- a/docusaurus/docs/cloud/projects/settings.md +++ b/docusaurus/docs/cloud/projects/settings.md @@ -454,6 +454,10 @@ All existing domains for your Strapi Cloud project are listed in the