Getting started

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

  1. In Buildprint, select Connect your ChatGPT or Claude subscription.

  2. Choose Claude.

  3. Click Connect - a popup will open.

  4. Copy the code from the popup.

  5. 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)

  1. Install the Codex CLI if you haven't already.

  2. In your terminal, run codex login and complete authentication.

  3. Open ~/.codex/auth.json and copy the entire contents.

  4. In Buildprint, select Connect your ChatGPT or Claude subscription.

  5. Choose OpenAI/Codex.

  6. Paste the auth.json contents 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#state value or auth.json contents without modification.

  • Expired credentials: Re-run the OAuth flow for Claude or codex login for ChatGPT to refresh your tokens.

  • Connection status shows "Connect": Your session may have expired. Try reconnecting.

Was this helpful?