OSC URL Patterns

All resources in Eyevinn Open Source Cloud follow specific URL patterns depending on the resource type and environment.

Service Instance URLs

Service instances are accessed via URLs that include your tenant ID:

{tenantId}-{instanceName}.{serviceId}.auto.{env}.osaas.io

Example: myteam-redis1.valkey-io-valkey.auto.prod.osaas.io

The tenant ID is your account identifier. The instance name is what you chose when creating the instance. The service ID identifies which service it is.

My Apps URLs

Apps deployed via My Apps use the web-runner service:

{tenantId}-{appName}.eyevinn-web-runner.auto.{env}.osaas.io

Example: myteam-mywebapp.eyevinn-web-runner.auto.prod.osaas.io

You can also configure a custom domain for your app.

Platform Service URLs

Internal platform services (not user-facing) use:

{service}.svc.{env}.osaas.io

Environments

Environment Domain suffix
Development .dev.osaas.io
Staging .stage.osaas.io
Production (Linode) .prod.osaas.io
Production (Elastx) .prod-se.osaas.io

Finding Your Instance URL

After creating a service instance, the actual URL is returned in the creation response. You can also find it by using the describe-service-instance tool or viewing the instance in the dashboard at https://app.osaas.io.