app_password_create
Generates an app password for a Nextcloud user via occ and returns it directly to the caller without storing it. Use this to obtain credentials that must be saved securely.
Instructions
Generate an app password for a user via occ. Returns the password to the caller — never stored or logged by this server. Store it securely (e.g. Vault) immediately after receiving it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| label | No | agent |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |