Providers
Providers are the services your users can link their accounts from.
What is a provider?
A provider represents a target service (e.g., T-Mobile, AT&T, Verizon) with a corresponding automation recipe that drives the login flow.
Supported providers
Fetch the current list of supported providers:
GET /v1/providersProvider automations
Each provider has an automation function that:
- Navigates to the provider’s login page
- Sends commands to fill in form fields
- Yields to the user for authentication (password, 2FA)
- Waits for post-login conditions
- Extracts the account data
Next steps
- List Providers API — API reference
- Building a Worker — Write custom automations
Last updated on