Skip to main content
These methods wrap common multi-step patterns into single API calls. Under the hood, they create and run specialized workflows.
Python uses snake_case (e.g., login, download_files); TypeScript uses camelCase (e.g., login, downloadFiles). Parameter tables show Python names. TypeScript names are the camelCase equivalents.
Automate logging into a website using stored credentials. This creates a login workflow, executes it, and optionally waits for completion.

Parameters

Bitwarden-specific parameters: 1Password-specific parameters: Azure Key Vault-specific parameters:

Returns WorkflowRunResponse

Example: Login then extract data


Request options

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