AWI gives AI agents pre-flight intelligence — what's been observed, what hasn't, and what might matter — before they act. One API call. Under 50ms.
Palo Alto Unit 42 documented hidden-text injection in production. OpenAI ChatGPT Atlas was manipulated by hidden text in Google Docs within hours of launch.
AWI returns structured observations, explicit unknowns, and coverage gaps — not a binary verdict.
Three integration paths. The Claude Code plugin auto-enforces pre-flight checks on all web search results — making AWI not optional but required.
{
"mcpServers": {
"awi": {
"url": "https://mcp.agenticwebindex.com/mcp"
}
}
}
results = brave.search("quantum computing startups")
intel = awi.batch_lookup(urls=results.urls)
vetted = [u for u in intel if u.posture != "avoid"]
content = fetch_all(vetted)44% of internet traffic is now bots. 80%+ of major sites block AI traffic. See the full landscape →
AWI is free to start. Open source SDK. MCP native. Under 50ms.