Skip to main content
Betwixt Docs
Getting Started

API Keys

Connect the AI providers you want to use with Betwixt.

Betwixt can work with the AI providers you choose. Add the keys for the tools you want available in your workspace.

Sign In

If you used a dashboard onboarding command, your device may already be connected. For a manual CLI install, sign in with:

bx auth login --browser

Add Providers

Add the providers you plan to use:

bx provider add claude --provider-api-key '<your Anthropic API key>' --yes
bx provider add openai --provider-api-key '<your OpenAI API key>' --yes
bx provider add gemini --provider-api-key '<your Google AI API key>' --yes

Check Setup

bx provider list

You need at least one provider to start. Add more when you want Betwixt to coordinate more tools.

Next Steps

Start your first session.