The checker needs no credentials
Signing in
Signing in is passwordless. You give an email address, we send a link, the link signs you in. There is no password to remember and none to leak.That response is identical whether the address has an account or not. A
different status or message would turn the login form into a way to test
whether somebody uses MetaManager.
HttpOnly, Secure, SameSite=Lax — and the browser is
redirected so the token does not linger in history or a Referer header.
What a session gets you
Sessions are for the web application. They raise your rate limit, move the budget from your network to your account, and unlock saved URLs and projects.Programmatic API access
Create an API key at your keys and send it as a bearer token:/api surface with no cookie, which is what lets
an agent or a script use MetaManager at all.
Read and write
A key is read-only unless you deliberately give it write access.
The distinction exists because starting an audit spends one of your monthly
audits. An agent working in a loop can exhaust a month’s allowance in a minute
and, unlike a person, will not notice it happening — so that power is something
you hand over on purpose rather than by default.
What each plan reaches
A Free key is real and useful: it checks single pages at the Free rate of 100 an
hour. The heavier endpoints answer
402 with a message saying so.