OAuth Connections
Users on the Connect plan can link their OpenAI account to run compile interviews using their own API subscription, bypassing system credits.List connected providers
Connect OpenAI
The OAuth flow uses a browser redirect. First, get the authorization URL:authorize_url in a browser. After approving, you’ll be redirected back with an authorization code. The callback endpoint handles the token exchange automatically.
OAuth is only available on the Connect plan. Free and Standard plan users will receive
403 Forbidden.Disconnect a provider
How OAuth affects billing
When an OAuth connection is active, compile interviews automatically use your connected account instead of system credits. The billing priority is:- OAuth (Connect plan with active connection) — uses your OpenAI subscription
- Compile quota (Standard/Pro plans) — uses included monthly tokens
- API credits — pay-per-use from your credit balance
interviewer_billing_source when starting a compile thread:
"oauth", "compile", "credits".