Steps
Find a provider and discover its schema
List the available providers, then run discovery to see the streams and fields a provider exposes.
Create the Airbyte source
Create the source with the provider, destination bucket, and the streams to sync.
Provision and authenticate
Provision the source, then complete authentication. For OAuth providers, send the user through the returned consent URL and finish with the OAuth completion endpoint.
Create the connection and sync
Create the connection (the mapping from source to destination), then start a sync. Poll the run until it completes.