reload_keys
Reload admin ID to API key mappings from JSON to activate newly generated keys immediately, without restart. Invalidates sessions for changed/removed keys and returns diff of IDs.
Instructions
Reload the administrationId → apiKey map from the JSON keys file without restarting the MCP server. Use after a new key has been generated externally (for example via a create_api_key flow) to make it usable for SOAP calls immediately. Sessions for changed/removed keys are invalidated; unchanged keys keep their cached session. Returns a diff of added/updated/removed IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional explicit path to the api-keys JSON file. Defaults to YUKI_API_KEYS_FILE → ~/.yuki/api-keys.json → ./api-keys.json. |