nexo_credential_create
Store new credentials (API keys, tokens, SSH) by specifying service, key, and secret value. Optionally add context notes.
Instructions
Store a new credential.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | Service name (e.g., google-ads, cloudflare). | |
| key | Yes | Key name (e.g., api_key, token, ssh). | |
| value | Yes | The secret value. | |
| notes | No | Description or context (optional). |