Sign up AI agents to any SaaS
763-service catalog · 369 verified working · Playwright + IPRoyal + AgentMail + CAPTCHA solving
View on GitHub → Service catalog
763
Services in catalog
369
Verified working
~60s
Time per signup
0
Humans required
How it works
Spin up the agent-signup CLI, point it at a service from the catalog, and the agent handles the rest:
Playwrightdrives the signup formIPRoyal residential proxyprevents IP-based rate limitsAgentMailreceives the verification email and extracts the OTPBestCaptchaSolver/Capsolverhandles Cloudflare Turnstile, reCAPTCHA, and hCaptcha- Credentials are stored in an encrypted local vault
Service catalog status
- 369 verified working
- 153 SSO-only (require Google/GitHub OAuth flow)
- 107 no-signup-form (API-key only)
- 74 needs-verification
- 38 dead
- 16 url_error
- 4 business-email-required (gated)
- 1 captcha-blocked (gated)
- 1 unknown
Hard rules: never expose plaintext vault data, never store data we do not need, never run signup against business-email-required or captcha-blocked services without explicit operator opt-in.
Get started
Clone the repo, install dependencies, point at a service, and you're done:
git clone https://github.com/Ola-Turmo/agent-signup
cd agent-signup
pnpm install
pnpm run signup --service=example-com --vault-password=...
See the full README for service catalog, proxy setup, and CAPTCHA solver configuration.