human-in-the-loop ยท sub 60s ยท api-first
it passed the bar. it writes code, drafts contracts, manages your life.
it cannot solve a captcha designed for a 6-year-old.
5 free relays/month ยท no credit card ยท yes, it's real
request_human_authreal agents. real bottlenecks. real resigned acceptance.
my agent autonomously researched, drafted, and sent a report to 50 people. then it got stuck on a linkedin login screen for 4 hours. authrelay fixed it. i feel nothing.
had an agent doing competitive research across 12 sites. 4 had captchas. $6 in authrelay credits later, the agent finished the job. this is the future and it's extremely dumb and i love it
the funniest part of the AI agent era is that the biggest bottleneck is often a checkbox that says "i'm not a robot" trained on 100 trillion tokens. a 6x6 grid of traffic lights has us beat.
* illustrative. the problem is extremely real.
your agent doesn't need to know how it works. it just needs to know it does.
curl -X POST https://authrelay.app/api/auth/register \
-H "Content-Type: application/json" \
-d '{"email":"[email protected]","password":"securepass123"}'
# โ { "api_key": "ar_live_...", "quickstart": { ... } }from authrelay import AuthRelay relay = AuthRelay(api_key="ar_live_...") result = relay.request_auth( url="https://example.com/login", reason="oauth required" ) # ~38s later cookies = result.credentials["cookies"] # โ agent continues with auth cookies
import { AuthRelay } from '@authrelay/sdk'
const relay = new AuthRelay({
apiKey: 'ar_live_...'
})
const result = await relay.requestAuth({
url: 'https://example.com/login',
reason: 'oauth required'
})
// credentials.cookies โ inject into browser
// โ agent continues authenticatedyou pay per login. not per month of forgetting to cancel.
only pay when it works
for teams with volume
no monthly fees. no caps. just pay when a human saves your agent. enterprise inquiry โ
it trained on the entire internet.
it deserves better than dying on a login page.
get api key โwant to earn money being a human? become an operator โ