Connect ChatGPT/Claude subscription
After connecting your Bubble app, you can optionally link your ChatGPT or Claude subscription so Buildprint can use your existing AI subscription to work on your app.
ChatGPT/Claude connections are user specific and not shared between project members. Each project member will need to connect their own subscription, or use Buildprint's integrated AI models.
Connect Claude
In Buildprint, select Connect your ChatGPT or Claude subscription.
Choose Claude.
Click Connect - a popup will open.
Copy the code from the popup.
Paste it into the Buildprint field and click Submit.
Your Claude credentials are encrypted and stored securely. You won't need to re-authenticate unless you revoke access.
Connect ChatGPT (via Codex)
Install the Codex CLI if you haven't already.
In your terminal, run
codex loginand complete authentication.Open
~/.codex/auth.jsonand copy the entire contents.In Buildprint, select Connect your ChatGPT or Claude subscription.
Choose OpenAI/Codex.
Paste the
auth.jsoncontents and click Submit.
Your OpenAI tokens are encrypted and stored securely, but never share your auth.json file with anyone else.
Troubleshooting
Invalid format error: Make sure you copied the entire
code#statevalue orauth.jsoncontents without modification.Expired credentials: Re-run the OAuth flow for Claude or
codex loginfor ChatGPT to refresh your tokens.Connection status shows "Connect": Your session may have expired. Try reconnecting.