Skip to main content
Credentials let you store login information (username/password, TOTP secrets) securely in Skyvern’s vault. Reference them by ID in tasks and agents instead of passing secrets in your code.
Python uses snake_case (e.g., create_credential); TypeScript uses camelCase (e.g., createCredential). Parameter tables show Python names. TypeScript names are the camelCase equivalents.
Store a new credential.

Parameters

Returns CredentialResponse


Request options

Override timeout, retries, or headers for this call by passing request_options (Python) or a second options argument (TypeScript).