For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Seven events fire on the onboarding resource. Phase and state changes carry data.previous_attributes so you can act on the transition, not just the new state.
EVENT TYPES
Type
Fires when
onboarding.created
A new onboarding is created for a customer.
onboarding.phase_changed
Onboarding moves to a different phase. previous_attributes.phase holds the prior phase.
onboarding.state_changed
Onboarding’s state changes (active, paused, blocked, completed).
onboarding.at_risk
At-risk flag is set on the onboarding.
onboarding.back_on_track
At-risk flag is cleared.
onboarding.launched
Onboarding is marked launched (live with end users).