Complete First Time Setup
- Open AI Platform Setup or call
POST /api/setup/verifywith yourorganizationId. - Confirm that
GET /api/skills?organizationId=...works. - Run one skill with
POST /api/skills/:id/run. - Run one agent with
POST /api/agents/:id/run. - Inspect the stable persisted run detail with
GET /api/agent-runs/:runId?organizationId=....