Check any domain on the internet for its AI policy in one API call. Know what's allowed before your agent acts.
Used by builders shipping responsible AI products
NYT, Reddit, thousands more. There are 8 competing standards and no interoperability.
NYT v. OpenAI, Getty v. Stability AI. If your agent visits a domain that blocks AI, you're exposed.
Compliance requirements are tightening. Companies that build compliance in now avoid scrambling later. Getting ahead of regulation is cheaper than catching up.
Silence is not permission. Without a resolution layer, your agent is guessing.
blocks_all_ai, selective, allows_all, no_policy, or blocks_training.
Training, search, and inference resolved independently.
29 AI bots tracked per domain. Know exactly which are blocked.
robots.txt, llms.txt, ai.txt, TDMRep, Content Signals, agents.json.
{
"domain": "nytimes.com",
"found": true,
"stance": "blocks_all_ai",
"use_cases": {
"training": "blocked",
"search": "blocked",
"inference": "blocked"
},
"bots": {
"blocked": [
"GPTBot", "ClaudeBot", "CCBot",
"Bytespider", "PerplexityBot",
"...29 total"
],
"allowed": []
},
"signals": {
"robots_txt": true,
"llms_txt": false,
"ai_txt": false,
"tdmrep": false,
"content_signals": false,
"agents_json": false
}
}Query any domain before your agent visits. Compliant from day one.
Batch-check all domains your AI accesses. Generate reports for EU AI Act or internal review.
Track when domains change AI policies. Detect stance shifts before they affect your product.
Integrate as middleware in LangChain, CrewAI, or custom agents. Block non-compliant requests automatically.
We're building the tools to make compliance even easier.
pip install maango. Type-safe, async-first.
npm install maango. Works in Node and the edge.
Drop-in compliance tool for LangChain agents.
Free. Instant. No approval process. 200 req/min, 10K/day, 100K/month included.
Already have a key? Jump to the docs
EU AI Act deadlines are approaching. The cost of guessing goes up every month. Start building compliant today.
Questions? contact@maango.io