Configuration
Greppilot requires minimal configuration to get started. The main setting is your LLM API key, which powers the AI agent.
LLM Provider
Greppilot uses a Bring Your Own Key (BYOK) model. You provide your own Anthropic API key, which is stored locally in your browser and sent securely with each agent request. It is never persisted on Greppilot servers.
| Setting | Description |
|---|---|
| Anthropic API Key | Your Anthropic API key, entered during onboarding or in settings. Required to use the AI agent. |
You can update your API key at any time from the chat input area by clicking the model name, or by asking the agent: "Show LLM settings."
Integration Credentials
When you connect a data source (PostgreSQL, MySQL, Stripe, etc.), the connection details are encrypted at rest using industry-standard encryption. Credentials are only decrypted when the agent needs to execute a query on your behalf.
Each integration type has its own required fields (connection string, API key, etc.) — see the individual integration guides for details.