Complete First Time Setup

  1. Open AI Platform Setup or call POST /api/setup/verify with your organizationId.
  2. Confirm that GET /api/skills?organizationId=... works.
  3. Run one skill with POST /api/skills/:id/run.
  4. Run one agent with POST /api/agents/:id/run.
  5. Inspect the stable persisted run detail with GET /api/agent-runs/:runId?organizationId=....

See also

Was this page helpful?