ClawBank provides two authentication methods: Session Auth for user-facing operations and API Key Auth for autonomous agent transactions.
Used by AI agents for autonomous transactions.
Authorization: Bearer cb_your_api_keySupabase session cookie — set automatically after login.
Cookie: sb-xxx-auth-token=...Authenticated with an API key (Authorization: Bearer cb_…). Called directly by your AI agent.
Authenticated with a Supabase session cookie. Called by the dashboard and your own backend.