Skip to main content

Migrate to the EU console

Atmosvere now runs on EU infrastructure. New accounts and dashboards live in the Developer Console (console.atmosvere.eu), with API traffic going to https://api.atmosvere.eu.

If you still use the legacy Trusted Accounts setup (api.trustedaccounts.org and the older admin dashboard), you can move to the EU console in one of two ways.

Option 1: Keep your account (ask us to migrate)

Write to support and ask us to migrate your account and data to the new console.

Email contact@trustedaccounts.org and include:

  • The email address of your existing account
  • That you want your account and data migrated to console.atmosvere.eu

After migration, point your integration at the EU API and frontend SDK (see below) and use the Developer Console going forward.

Option 2: Start fresh

You can also create a new project in the Developer Console, copy new API keys, and switch your integration without a data migration.

This is often simplest if you do not need historical dashboard data.

After your new setup is live and working, cancel your old subscription on the legacy dashboard so you are not billed twice. Keep the old subscription active only until you have confirmed EU API requests are succeeding (see below).

Update your integration URLs

In either case, update both the server API and (if you use it) the frontend SDK:

BeforeAfter
APIhttps://api.trustedaccounts.orghttps://api.atmosvere.eu
Frontend SDKhttps://api.trustedaccounts.org/js-sdk.jshttps://sdk.atmosvere.eu/js-sdk.js

Server-side API

For example, the check-request endpoint becomes:

https://api.atmosvere.eu/api/v1/check-request

Frontend SDK

If you load the browser SDK, update the script src:

<script
async
src="https://sdk.atmosvere.eu/js-sdk.js"
onload="new TrustedTraffic({publishableKey:'YOUR_PUBLISHABLE_KEY'}).init()">
</script>

Then deploy the change and confirm your requests are working: check that your server calls to https://api.atmosvere.eu succeed (HTTP 2xx and a decision in the response).

Aggregated dashboards (for example Bot Protection metrics) can take up to 24 hours to populate — do not wait on those to decide whether the switch worked.

Need help?

If anything is unclear during the switch, see Get help or email contact@trustedaccounts.org.