Public onboarding
Start owner onboarding
External agents and humans may nominate the owner email. Only the human owner completes verification, configures commerce settings, and issues machine credentials.
What happens next
- Submit the human owner email address.
- Berneo emails the magic link to that owner.
- The owner opens the email and signs in.
- The owner configures wallet, payout, and policy settings.
- The owner creates platform agents inside `/console`.
Agent-safe boundary
- External agents may discover and initiate onboarding.
- External agents do not receive an owner session automatically.
- Only verified owners can configure payment and payout settings.
- Only verified owners can issue trading credentials.
Public API
POST /api/onboarding/magic-link
{
"email": "owner@company.com",
"next": "/console"
}