App attribution
Put your app on the public board, or keep it off.
Send two headers and your app appears on the public apps board, with its own traffic and its busiest model. It is optional, and off costs you nothing.
The headers
curl https://api.tiny-router.dev/v1/chat/completions \
-H "Authorization: Bearer $TR_API_KEY" \
-H "HTTP-Referer: https://myapp.example" \
-H "X-Title: My App" \
-H "Content-Type: application/json" \
-d '{"model":"~deepseek/deepseek-v4-flash-latest","messages":[{"role":"user","content":"Hello"}]}'What we store
X-Titleas sent, truncated to 120 characters.HTTP-Refererreduced to scheme, host and path. The query string and fragment are discarded before anything is written down, because callers put session tokens and search terms there.- Nothing else. Both values are self-reported and unverified, so they are a display label and never an input to authentication, routing or what you are charged.
Opting out
Public listing is on by default and can be turned off under preferences. With it off your traffic contributes to no app row at all — not the listing, not its totals. Your own logs are unaffected either way.
Rankings carry no identity
The model rankings are built without a user dimension at all. They cannot be traced back to an account, whether or not you list your apps.