diff --git a/__tests__/manifest-test/meshery-deployment.yaml b/__tests__/manifest-test/meshery-deployment.yaml
index 760ac73..cccc23d 100644
--- a/__tests__/manifest-test/meshery-deployment.yaml
+++ b/__tests__/manifest-test/meshery-deployment.yaml
@@ -26,7 +26,7 @@ spec:
             - name: EVENT
               value: mesheryLocal
             - name: PROVIDER_BASE_URLS
-              value: https://meshery.layer5.io
+              value: https://cloud.layer5.io
             - name: ADAPTER_URLS
               value: meshery-istio:10000 meshery-linkerd:10001 meshery-consul:10002 meshery-nsm:10004 meshery-app-mesh:10005 meshery-kuma:10007 meshery-cpx:10008 meshery-osm:10009 meshery-nginx-sm:10010
           image: layer5/meshery:stable-latest
diff --git a/action.yml b/action.yml
index 28c2776..0e88850 100644
--- a/action.yml
+++ b/action.yml
@@ -153,5 +153,5 @@ runs:
         number: ${{ inputs.prNumber }}
         id: meshmap-snapshot
         message: '[<img src="${{env.RESOURCE_URL}}">](${{env.RESOURCE_URL}})
-          _[View in catalog](https://meshery.layer5.io/catalog/content/design/${{ env.APPLICATION_ID }}), [Edit in playground](https://playground.meshery.io/extension/meshmap?mode=design&design=${{ env.APPLICATION_ID }}) or learn how to [interpret Meshery Designs](https://meshery.layer5.io/academy/learning-paths/mastering-meshery/introduction-to-meshery?chapter=interpreting-meshery-designs)_'
+          _[View in catalog](https://cloud.layer5.io/catalog/content/design/${{ env.APPLICATION_ID }}), [Edit in playground](https://playground.meshery.io/extension/meshmap?mode=design&design=${{ env.APPLICATION_ID }}) or learn how to [interpret Meshery Designs](https://cloud.layer5.io/academy/learning-paths/mastering-meshery/introduction-to-meshery?chapter=interpreting-meshery-designs)_'
         append: false
\ No newline at end of file
diff --git a/cypress-action/cypress/fixtures/capabilities.json b/cypress-action/cypress/fixtures/capabilities.json
index 41df694..ec4931e 100644
--- a/cypress-action/cypress/fixtures/capabilities.json
+++ b/cypress-action/cypress/fixtures/capabilities.json
@@ -1 +1 @@
-{"provider_type":"remote","package_url":"https://github.com/layer5labs/meshery-extensions-packages/releases/download/v0.6.89-2/provider-meshery.tar.gz","provider_name":"Meshery","provider_description":["Persistent sessions","Save environment configurations and user preferences","Store and retrieve patterns, filters, and application defintions","Retrieve performance and conformance test results","RBAC support","Free use"],"provider_url":"https://meshery.layer5.io","extensions":{"navigator":[{"title":"MeshMap","on_click_callback":1,"href":{"uri":"/meshmap","external":false},"component":"/provider/navigator/meshmap/index.js","icon":"/provider/navigator/img/meshmap-icon.svg","link":true,"show":true,"type":"full_page"}],"user_prefs":[{"component":"/provider/userpref/meshmap_userpref/index.js","type":"component"}],"graphql":[{"component":"meshmap","path":"provider/navigator/meshmap/graphql/plugin.so","type":"backend"}],"account":[{"title":"Account","on_click_callback":1,"href":{"uri":"/account","external":false},"component":"/provider/account/profile/index.js","link":true,"show":true,"type":"full_page"}]},"capabilities":[{"feature":"sync-prefs","endpoint":"/user/preferences"},{"feature":"persist-results","endpoint":"/results"},{"feature":"persist-result","endpoint":"/result"},{"feature":"persist-smi-results","endpoint":"/smi/results"},{"feature":"persist-smi-result","endpoint":"/smi/result"},{"feature":"persist-metrics","endpoint":"/result/metrics"},{"feature":"persist-smp-test-profile","endpoint":"/user/test-config"},{"feature":"persist-performance-profiles","endpoint":"/user/performance/profiles"},{"feature":"persist-schedules","endpoint":"/user/schedules"},{"feature":"persist-meshery-patterns","endpoint":"/patterns"},{"feature":"persist-meshery-filters","endpoint":"/filters"},{"feature":"persist-meshery-applications","endpoint":"/applications"},{"feature":"persist-meshery-pattern-resources","endpoint":"/patterns/resource"}],"package_version":"v0.6.89-2"}
\ No newline at end of file
+{"provider_type":"remote","package_url":"https://github.com/layer5labs/meshery-extensions-packages/releases/download/v0.6.89-2/provider-meshery.tar.gz","provider_name":"Meshery","provider_description":["Persistent sessions","Save environment configurations and user preferences","Store and retrieve patterns, filters, and application defintions","Retrieve performance and conformance test results","RBAC support","Free use"],"provider_url":"https://cloud.layer5.io","extensions":{"navigator":[{"title":"MeshMap","on_click_callback":1,"href":{"uri":"/meshmap","external":false},"component":"/provider/navigator/meshmap/index.js","icon":"/provider/navigator/img/meshmap-icon.svg","link":true,"show":true,"type":"full_page"}],"user_prefs":[{"component":"/provider/userpref/meshmap_userpref/index.js","type":"component"}],"graphql":[{"component":"meshmap","path":"provider/navigator/meshmap/graphql/plugin.so","type":"backend"}],"account":[{"title":"Account","on_click_callback":1,"href":{"uri":"/account","external":false},"component":"/provider/account/profile/index.js","link":true,"show":true,"type":"full_page"}]},"capabilities":[{"feature":"sync-prefs","endpoint":"/user/preferences"},{"feature":"persist-results","endpoint":"/results"},{"feature":"persist-result","endpoint":"/result"},{"feature":"persist-smi-results","endpoint":"/smi/results"},{"feature":"persist-smi-result","endpoint":"/smi/result"},{"feature":"persist-metrics","endpoint":"/result/metrics"},{"feature":"persist-smp-test-profile","endpoint":"/user/test-config"},{"feature":"persist-performance-profiles","endpoint":"/user/performance/profiles"},{"feature":"persist-schedules","endpoint":"/user/schedules"},{"feature":"persist-meshery-patterns","endpoint":"/patterns"},{"feature":"persist-meshery-filters","endpoint":"/filters"},{"feature":"persist-meshery-applications","endpoint":"/applications"},{"feature":"persist-meshery-pattern-resources","endpoint":"/patterns/resource"}],"package_version":"v0.6.89-2"}
\ No newline at end of file
diff --git a/node-file-upload/index.js b/node-file-upload/index.js
index ca33a2f..2ce31a8 100644
--- a/node-file-upload/index.js
+++ b/node-file-upload/index.js
@@ -62,7 +62,7 @@ fs.readdirSync(dirPath).forEach((fileName, index) => {
       );
     }
     const url =
-      "https://meshery.layer5.io/api/integrations/github/meta/artifacts";
+      "https://cloud.layer5.io/api/integrations/github/meta/artifacts";
 
     const headers = {
       "Content-Type": "multipart/form-data",
diff --git a/playwright-action/tests/playground.spec.js b/playwright-action/tests/playground.spec.js
index 174e645..6479caf 100644
--- a/playwright-action/tests/playground.spec.js
+++ b/playwright-action/tests/playground.spec.js
@@ -1,7 +1,7 @@
 const { test, expect } = require("@playwright/test");
 
 test("Login and logout test", async ({ page }) => {
-  await page.goto("https://meshery.layer5.io/login");
+  await page.goto("https://cloud.layer5.io/login");
   await page.locator('input[name="identifier"]').fill("test-admin@layer5.io");
   await page.locator('input[name="identifier"]').press("Tab");
   await page.locator('input[name="password"]').fill("test-admin");