Getting started
Deployment regions
EU Deployment

EU Deployment

Once set up on an EU workspace, you'll log into Embeddable at https://app.eu.embeddable.com.

Update Your Configuration

In your code repo, you'll need to update your embeddable.config.js file to look like this:

import { defineConfig } from '@embeddable.com/sdk-core';
import react from '@embeddable.com/sdk-react';
 
export default defineConfig({
  plugins: [react],
  previewBaseUrl: 'https://app.eu.embeddable.com',
  pushBaseUrl: 'https://api.eu.embeddable.com',
  audienceUrl: 'https://auth.eu.embeddable.com',
  authDomain: 'auth.eu.embeddable.com',
  authClientId: '6OGPwIQsVmtrBKhNrwAaXhz4ePb0kBGV',
});

Embedding Script Tag

When embedding, you’ll need the following <script> tag:

<script 
  type="module" 
  src="https://api.eu.embeddable.com/js/v1/">
</script>

Web Component Example

The Web Component should look like this:

<em-beddable 
  base-url="https://api.eu.embeddable.com/"
  token="YOUR_TOKEN"
/>

IPs to Whitelist

For direct database connections:

3.125.110.225

For connections via SSH:

3.77.50.38

S3 Domains to Whitelist

static-data.eu.embeddable.com
bundles.eu.embeddable.com