Add Tool Secret
neuron_add_tool_secretStore or update a secret credential (API key, token, etc.) for a custom tool integration. Secrets are encrypted at rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier (UUID) of the tool to add the secret to | |
| key | Yes | Secret key name used in templates (e.g., 'API_KEY', 'AUTH_TOKEN') | |
| value | Yes | Secret value to store securely (will be encrypted) |