Import API Key Credentials
import_apikey_credentialsVerify and persist apikey credentials from apikey*.txt into .env files. Preview the target first, then execute to save the connection for e-arveldaja API access.
Instructions
Preview and persist apikey*.txt credentials into local/global .env. Preview-first: the default call verifies and projects the target and returns a plan_handle; call again with execute=true and that handle to persist. overwrite=false appends different credentials as another connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execute | No | Persist the reviewed preview (default false = preview only, writes nothing). | |
| profile | No | Optional tool profile stored in the selected local/global .env. | |
| 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. | |
| plan_handle | No | Plan handle returned by the reviewed preview. Required for execute=true. | |
| storage_scope | No | local = this folder; global = any folder. Omit for interactive choice when supported. |