Add Tool Secret
neuron_add_tool_secretAdd or update a secret, such as an API key or token, for a tool integration to securely store credentials.
Instructions
Add or update a secret (API key, token, etc.) for a tool integration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the tool | |
| key | Yes | Secret key name (e.g., 'API_KEY', 'AUTH_TOKEN') | |
| value | Yes | Secret value to store securely |