Set up your Workspace
Let’s get your workspace configured in just a few steps.
Log in to Embeddable
Remember to open your region:
- US: https://app.us.embeddable.com (opens in a new tab)
- EU: https://app.eu.embeddable.com (opens in a new tab)
Retrieve Your API Key
On your workspace homepage, look for your API Key. You’ll need this shortly to push code from your local machine.
Push the Code Bundle
Open a terminal in the directory of your Starter Repo and run:
npm run embeddable:push -- --api-key <API Key> --email <Email>
This uploads your data models and components so you can use them in Embeddable.
Refresh Your Workspace
After the push succeeds:
- Go back to your workspace page.
- You should see a Create new Embeddable button, which means your workspace is now set up.