TwinAgent
recommended: observeAutomate complex operations end-to-end.
What it does
AI agents are autonomous programs that browse websites to complete tasks on behalf of human users or systems. Unlike traditional bots that follow simple scripts, AI agents can make decisions, navigate through multi-page workflows, interact with forms, and adapt their behavior based on page content. They typically execute JavaScript, handle cookies and sessions, and may spend varying amounts of time on pages while processing information. Request patterns can be unpredictable since they depend on the agent's goals rather than following fixed crawl paths.
How to identify it
User-agent contains any of:
TwinAgent
Example user-agent string:
Mozilla/5.0 (compatible; TwinAgent; +https://www.twinagent.com/)
robots.txt
Well-behaved crawlers honor robots.txt. To control TwinAgent:
Allow full access
User-agent: TwinAgent
Allow: /
Block entirely
User-agent: TwinAgent
Disallow: /
Grey-area scrapers ignore robots.txt. Botscope enforces your policy at the edge or origin regardless —
see how →
FAQ
Should I Block TwinAgent?
Generally no. TwinAgent acts on behalf of human users to complete tasks, so blocking it prevents those users from being productive with your content. This can create frustration and negative sentiment about your website. Allowing TwinAgent enables users to interact with your website through their preferred tools and workflows.
How Do I Block TwinAgent?
If you want to, you can block or limit TwinAgent's access by configuring user agent token rules in your robots.txt file. The best way to do this is using Automatic Robots.txt, which update automatically as new agents are discovered. While the vast majority of agents operated by reputable companies honor these robots.txt directives, bad actors may choose to ignore them entirely. In that case, you'll need to implement alternative blocking methods such as firewall rules or server-level restrictions. You can verify whether TwinAgent is respecting your rules by setting up Agent Analytics to monitor its visits to your website.
Will Blocking TwinAgent Hurt My SEO?
Blocking AI agents is unlikely to directly impact traditional SEO rankings since search engines don't rely on these tools for indexing. However, as AI-powered search becomes more prevalent, preventing AI agents from accessing your content could limit user engagement through AI-assisted workflows.
Does TwinAgent Access Private Content?
AI agents typically only access publicly available content that users can reach through normal browsing. However, if configured with authentication credentials or given access to private systems, they could potentially access private content within their granted permissions. The scope depends entirely on how they're deployed and what access they've been given.
How Can I Tell if TwinAgent Is Visiting My Website?
Setting up Agent Analytics will give you realtime visibility into TwinAgent visiting your website, along with hundreds of other AI agents, crawlers, and scrapers. This will also let you measure human traffic to your website coming from AI search and chat LLM platforms like ChatGPT, Perplexity, and Gemini.
Why Is TwinAgent Visiting My Website?
TwinAgent likely discovered your site through links from other websites, search results, or by following specific instructions to complete a task that led it to your content. TwinAgent may also visit your site if it contains information relevant to a user's request or if your site is part of a workflow it's executing.
How Can I Authenticate Visits From TwinAgent?
Agent Analytics authenticates agent visits from many agents, letting you know whether each one was actually from that agent, or spoofed by a bad actor. This helps you identify suspicious traffic patterns and make informed decisions about blocking or allowing specific user agents.
References
See TwinAgent on your own site
Botscope shows every bot and AI agent hitting your site — and lets you allow, challenge, or block each one. Observe first, enforce when you're ready.
Start free — connect in minutes