diff --git a/docs/get_started/quickstart.mdx b/docs/get_started/quickstart.mdx index dbdee56d7..55f772412 100644 --- a/docs/get_started/quickstart.mdx +++ b/docs/get_started/quickstart.mdx @@ -642,6 +642,10 @@ SDK: + + When using [Restate Cloud](https://restate.dev/cloud), your service must be accessible over the public internet so Restate can invoke it. + If you want to develop with a local service, you can expose it using our [tunnel](/deploy/server/cloud/#registering-restate-services-with-your-environment) feature. + Invoke the service via the Restate UI playground: go to `http://localhost:9070`, click on your service and then on playground.