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 integrations as needed.

For developers

  1. Get base URLs and credentials from your Vouus administrator (auth, platform API, and billing endpoints as applicable).
  2. Read the API overview for authentication and request patterns.

If you are building against a local clone of Vouus 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