Late.dev account management covering OAuth flows, account health checks, and profile management
accounts listnode ../../../../.founderOS/scripts/late-tool.mjs accounts connect \
--platform=linkedin --profile=default
Security requirements:
.late/audit.log (no credentials)node ../../../../.founderOS/scripts/late-tool.mjs accounts health --account-id=acc_123
Validates token validity and permissions. Distinguish:
# List profiles (brand groupings)
node ../../../../.founderOS/scripts/late-tool.mjs profiles list
# Create profile
node ../../../../.founderOS/scripts/late-tool.mjs profiles create --name="My Brand"
node ../../../../.founderOS/scripts/late-tool.mjs accounts disconnect --account-id=acc_123
Logs disconnect event to .late/audit.log.