Probe - AI-Native Code UnderstandingTo use the Probe AI chat interface, you need to configure at least one API key. You have two options:
Enter your API key details below to start using the chat interface immediately:
Your API key will be stored in your browser's local storage and sent with each request. No data is stored on our servers.
Alternatively, you can configure API keys on the server:
Using a .env file:
.env file in the current directory by copying .env.example.env file (uncomment and replace with your key)Using environment variables:
ANTHROPIC_API_KEY=your_anthropic_api_keyOPENAI_API_KEY=your_openai_api_keyGOOGLE_API_KEY=your_google_api_key