Skip to content

Quick start

For organization users

  1. Open the admin console URL your team was given (or sign up from the marketing site if you are starting a new account).
  2. Complete sign-in and any onboarding steps your administrator configured.
  3. Open the Guides overview and follow the sections that match your role — platform setup (auth, billing, users, onboarding), product areas (finance, HR, sales, operations), then Autopilot and integrations as needed.

For developers

  1. Get base URLs and credentials from your Prego administrator (auth, platform API, and billing endpoints as applicable).
  2. Read the API overview and, for My AI, the My AI API reference.
  3. Follow the SDK overview for integration patterns from web apps or backends.

If you are building against a local clone of Prego apps, use Node.js 18+, install dependencies, set environment variables from your team’s .env.example or internal runbook, and start the dev server your repo documents.

Next steps