nexo_credential_create
Store credentials like API keys and tokens securely in NEXO Brain's cognitive memory system. Add service names, keys, values, and optional notes for organized credential management.
Instructions
Store a new credential.
Args: service: Service name (e.g., google-ads, cloudflare). key: Key name (e.g., api_key, token, ssh). value: The secret value. notes: Description or context (optional).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | ||
| key | Yes | ||
| value | Yes | ||
| notes | No |