Skip to Content

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/providers

Provider automations

Each provider has an automation function that:

  1. Navigates to the provider’s login page
  2. Sends commands to fill in form fields
  3. Yields to the user for authentication (password, 2FA)
  4. Waits for post-login conditions
  5. Extracts the account data

Next steps

Last updated on