Project API key
Backend account management via
X-PROJECT-API-KEY header. Create accounts, sessions, and API keys.Account session
Frontend user auth via
Authorization: Bearer header. Short-lived, refreshable tokens.Account API key
Backend user operations via
X-API-KEY header. Long-lived, revocable keys.Quick reference
| Auth Method | Header | Use Case | Routes |
|---|---|---|---|
| Project API Key | X-PROJECT-API-KEY | Backend account management | /api/v1/project/* |
| Session Token | Authorization: Bearer ... | Frontend user authentication | /api/v1/account/*, /api/v1/wallet/* |
| Account API Key | X-API-KEY | Backend user operations | /api/v1/account/*, /api/v1/wallet/* |