enroll
enroll
[!NOTE] Requires the
airbyte-agentCLI onPATH. Install viabrew install airbytehq/tap/airbyte-agentor see the project README.
Check whether the account is enrolled and what its provisioning state is. Always the first command in any session — every other command will fail if the account is not provisioned.
The first call for a new account also triggers enrollment automatically — this is why the command is named enroll rather than enrollment status. Polling the same command moves the account through provisioning to completion.
[!IMPORTANT] If
provisioning_stateisIN_PROGRESS, poll with exponential backoff until it transitions. Do NOT proceed with other commands untilis_enrolled: true.
[!IMPORTANT] If
provisioning_stateisFAILED, stop. The account needs manual intervention — do not retry automatically.