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