human-in-the-loop ยท sub 60s ยท api-first
it scored 97th percentile on the bar exam. it can write code, manage your calendar, and draft contracts.
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_...") session = relay.request_human( url="https://example.com/login", reason="oauth required" ) # ~38s later result = session.wait_for_completion() cookies = result.credentials["cookies"] # โ agent continues with auth cookies
import { AuthRelay } from 'authrelay'
const relay = new AuthRelay({
apiKey: 'ar_live_...'
})
const s = await relay.requestHuman({
url: 'https://example.com/login',
reason: 'oauth required'
})
const { credentials } = await s.waitForCompletion()
// credentials.cookies โ inject into browser
// โ agent continues authenticatedyou pay per login. not per month of forgetting to cancel.
for when you're not sure if this is real
for agents that actually do stuff
for the fiscally cautious
enterprise? dedicated operators, custom sla, soc 2. email us โ
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 โ