enroll

Installation
SKILL.md

enroll

[!NOTE] Requires the airbyte-agent CLI on PATH. Install via brew install airbytehq/tap/airbyte-agent or 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_state is IN_PROGRESS, poll with exponential backoff until it transitions. Do NOT proceed with other commands until is_enrolled: true.

[!IMPORTANT] If provisioning_state is FAILED, stop. The account needs manual intervention — do not retry automatically.

Usage

Installs
1
First Seen
May 12, 2026
enroll — airbytehq/airbyte-agent-cli