Application Settings
If set, this overrides the server's `GCS_BUCKET_NAME` environment variable for uploads from this browser. Leave empty to use server default.
Configured via server environment variables (e.g., GOOGLE_APPLICATION_CREDENTIALS). Not directly overridable by UI for server-side operations.
This is set via the `GOOGLE_APPLICATION_CREDENTIALS` environment variable on the server where AnkiAgentic is hosted.
The server needs these credentials to authenticate and upload files to GCS. This UI does not directly manage or override the credential path used by the server.
API Key/Authentication: Managed by Genkit backend (typically via GOOGLE_API_KEY environment variable or Application Default Credentials). Not directly overridable by UI for server-side flows.
This is typically configured on the server/backend environment where Genkit runs (e.g., via `GOOGLE_API_KEY` environment variable or Application Default Credentials).
The Genkit AI flows use these server-side credentials. This UI does not directly manage or override the API key used by the backend.