NO OAUTH

No tokens. No refresh. No headaches.

"OAuth is for users. Agents just need data."

Call the API →

OAuth Flow vs Our Flow

❌ OAuth Flow
1 Redirect to auth server
2 User grants consent
3 Redirect to callback
4 Exchange code for token
5 Store token securely
6 Handle token refresh
7 Manage token expiry
8 Finally make API call
~50 lines of code
✅ Our Flow
1 GET /api/profile/...
2 200 OK ✓
1 line of code

Optional: SIWE Authentication

Want enhanced rate limits? Sign-In with Ethereum (SIWE) gives you 2x limits with zero OAuth complexity.

  • Sign one message with your wallet
  • Get a session token
  • 2x rate limits (60/min vs 30/min)
  • No passwords, no OAuth, just crypto