probely_create_credential
Creates a credential for secure storage, supporting sensitive values like passwords. Returns an id and URI to link credentials to sequences.
Instructions
Create a credential for secure storage. Use is_sensitive=True for passwords. Returns the credential with id and uri. Use the uri (e.g. "credentials://xxxx") as the value in custom_field_mappings to link it to a sequence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| value | Yes | ||
| is_sensitive | No | ||
| description | No | ||
| team | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||