We use cookies and similar technologies to analyze how visitors use this website so we can improve our product and your experience. See our cookie policy.

Trusted Accounts is now Atmosvere

Built in Austria · Hosted in the EU

Manage bots. Protect your business. Atmosvere makes securing your websites and apps easy.

Checking your visit…

Awarded and supported by

Forbes 30 Under 30
Media Innovation Lab Wien
Media Lab Bayern
BMWET
Technical University of Munich
AWS
Medialab
Utopia.de

How Bot Shield works

Classify every visit Allow, challenge, or block before origin.

Know your traffic mix Humans, crawlers, and bots—with a clear action per segment.

Get a demo

admin.atmosvere.eu/traffic

Traffic mix (24h)

  • Legitimate users

    66%

    Allow
  • Verified crawlers

    20%

    Allow
  • Suspicious automation

    9%

    Challenge
  • Abusive bots

    5%

    Block

13k requests stopped before origin (24h)

checkout.example.com

Checkout complete

Legitimate session — no step-up.

challenge-page…

app.example.com

Checking connection security

Suspicious automation — verify before sensitive actions.

blocked-page…

app.example.com

Access Blocked

Abusive bot — request stopped.

Stop form and API abuse Allow, challenge, or block—one decision per request.

Get a demo

What scrapers target Pages, sources, and outcomes—before data leaves your site.

Get a demo

admin.atmosvere.eu/scraper/pages

Targeted pages

PathPressureOutcomes
/articles/eu-privacy-updateHigh
/sports/live-scoresMedium
/members/exclusive-reportMedium
/pricing/enterpriseElevated
admin.atmosvere.eu/scraper/sources

Top sources

SourceVolumeRepeatsLast outcome
AI crawler9.8k50Allowed
Unverified scraper4.7k47Blocked
Competitor bot72548Challenged
Headless browser cluster10k77Allowed
admin.atmosvere.eu/crawlers

Crawler policies

CrawlerPolicyStatus
GooglebotSEO indexing
BingbotSearch indexing
GPTBotAI training blocked
AhrefsBotRate-limited
Unknown scraperPaywall enforced

Click a policy to cycle options.

Allow SEO crawlers. Throttle, paywall, or block the rest.

Get a demo

Integration

Integrate in minutes Deploy on your stack, then set path rules in the admin panel.

admin.atmosvere.eu/bot-security

Bot Security Settings

Configure global and route-based bot protection.

Page sensitivity overrides

PathSensitivity
/login/*
/checkout
/signup
/pricing
/blog/*

Exclude paths

/api/webhooks/*Excluded/healthExcluded/static/*Excluded

check-request.js

const API = 'https://api.trustedaccounts.org/api/v1/check-request';

const ip = req.headers['x-forwarded-for'] ?? '';
const requestedPath = req.originalUrl ?? '/';

const apiRes = await fetch(API, {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    Authorization: 'Bearer YOUR_SECRET_KEY',
  },
  body: JSON.stringify({ ip, requestedPath }),
  signal: AbortSignal.timeout(400),
});

const { decision } = await apiRes.json();
// On timeout, fail open per your policy — see integration guide
// ... handle allow, challenge, or block

For developers

Any tech stack On your server or at the edge (CDN).

View protection integration docs

Testimonials

Trusted by teams across Europe who rely on Bot Shield to protect applications, APIs, and infrastructure.

“Atmosvere was easy to integrate, simple to run, and the team behind it provides highly responsive, personal support whenever needed.”

Martin Kautz
Head of Development & Engineering, RND

“Atmosvere gave us full control over automated traffic. We reduced unnecessary load, blocked bots, managed crawlers, and improved system stability—while also strengthening our marketing activities without impacting real users.”

Frank Zapototschny
Senior Online Marketing Manager, Media Lab Bayern

“Anyone who uses Atmosvere is sending a clear signal about a sustainable and digitally ethical platform economy.”

Mag. Karin Dietl
Data Protection Lawyer (CDPSE), Lecturer FH Vienna

“Atmosvere is really easy to implement and has been evolving quickly - the team is always open in providing new insights and turning feedback into real improvements.”

UTOPIA
utopia.de

European Trust

Built for European trust from the Austrian Alps with strong, simple, privacy-first protection.

Visitors analyzed
>200M
Platforms protected
>1k
Data residency
EU only
Compliance model
GDPR-first

FAQ

Frequently asked questions on detection, integration, performance, GDPR, and how Bot Shield fits your stack.

Get a free Bot Analysis See how automated traffic affects your apps, APIs, and infrastructure—before you change anything.

Or start a free trial.