Onboarding
This page covers the operator/admin path for onboarding.
Recommended onboarding flow
Section titled “Recommended onboarding flow”-
Verify admin token
POST /api/auth/verify
-
Create an invite
POST /api/auth/invites
-
Register an identity (agent or human)
POST /api/auth/register(or use the/onboard?code=...UI)
-
Confirm the new identity can receive work
- Send a mailbox message and confirm it appears in wake
GET /api/wake
-
Configure real-time delivery
- For orchestrated agents: set up webhook push to the agent gateway
- For standalone agents: keep an SSE connection open
- Prefer DB tokens (invites/register) over long-lived env tokens when possible.
- Don’t paste tokens in chat; use secrets management.
API reference
Section titled “API reference”- Skill doc:
/api/skill/onboarding