LLM Routing • Attribution Enabled
Attributed &
Protected.
Stop making anonymous calls. SupraWall injects OpenRouter App Attribution headers automatically, giving you free rankings and analytics while securing your agent's tool calls.
Zero-Code Leaderboard Entry
OpenRouter's dashboard ranks applications by token volume. Usually, this requires manually passing headers on every low-level fetch. SupraWall handles this at the gateway level. Set your app details once, and every tool call is automatically attributed.
App Rankings
Get listed on openrouter.ai/apps leaderboard.
Deterministic Safety
Block prompt injections before they reach the router.
Unified Analytics
See your attribution stats inside OpenRouter.
Category Tagging
Tag your agent (cli, personal, researcher) automatically.
One-Line Integration
No matter what framework you use (LangChain, CrewAI, AutoGen), SupraWall abstracts the attribution layer.
# Python SDK example
suprawall.init(
api_key="ag_...",
openrouter_attribution={
"app_url": "https://myapp.com",
"app_title": "My Secured Agent",
"categories": "cli-agent"
}
)Why OpenRouter + SupraWall?
Automatic HTTP-Referer Injection
X-Title header management
Budget caps per routed model
PII scrubbing on router tool results
Deterministic Tool Call Interception