Trusted Accounts is now Atmosvere

Made & hosted in the EU.

Detect 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.

Detect bots that try to hide Catch automation even when it looks human — then allow, challenge, or block.

Get a demo

console.atmosvere.eu/detections

Hidden bots

Last hour

Appeared asActuallyAction
BingbotUnverified crawlerBlock
API clientCredential stuffingBlock
iPhone SafariScripted + datacenterChallenge
GooglebotSpoofed crawlerBlock

2.2k caught before origin (24h)

console.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 the good bots you want. SEO, partners, and other trusted crawlers — throttle, paywall, or block the rest.

Get a demo

See bad bot analytics. Volume, outcomes, and trends — know what automation hits your site.

Get a demo

console.atmosvere.eu/analytics/bots

Bad bot analytics

Last 7 days

Blocked

15k

Challenged

48k

Of traffic

26%

Bot outcomes

BlockedChallenged

Top types

  • Inventory bots38%
  • Credential stuffing24%
  • Content scrapers21%
  • API abuse17%
console.atmosvere.eu/scraper/pages

Targeted pages

PathPressureOutcomes
/api/catalog/exportMedium
/sports/live-scoresElevated
/members/exclusive-reportMedium
/pricing/enterpriseMedium
console.atmosvere.eu/scraper/sources

Top sources

SourceVolumeRepeatsLast outcome
AI crawler12k61Challenged
Unverified scraper4.9k24Allowed
Unknown automation9.3k24Blocked
Headless browser cluster4.4k49Blocked

See what scrapers try to steal. Which pages they hit, where they come from, and what you stopped.

Get a demo

Integration

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

console.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 by design

Built for European trust Austrian company. European-owned infrastructure. GDPR-first by default.

Visitors analyzed
>400M
Platforms protected
>1k
Data residency
EU only
Infrastructure
EU-owned

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.