Import API Key Credentials
import_apikey_credentialsVerify API key credentials from a file and store them securely in environment variables for local or global use, with option to append or overwrite existing connections.
Instructions
Verify apikey*.txt credentials and store them in local/global .env. overwrite=false appends different credentials as another connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | Absolute path to apikey*.txt; defaults to the only secure apikey*.txt in cwd. | |
| overwrite | No | Replace the default stored connection instead of appending. Default false. | |
| storage_scope | No | local = this folder; global = any folder. Omit for interactive choice when supported. |