Getting Started

Getting Started

Vytal is the operating system for fitness businesses. It connects the public
site, the pro app, the athlete portal, and the API layer that powers
bookings, memberships, results, and developer integrations.

Start here

What lives where

  • vytal.fit for the public marketing site
  • pro.vytal.fit for the staff and backoffice experience
  • my.vytal.fit for the athlete portal
  • api.vytal.fit for the public API and developer documentation bridge

Recommended reads

  1. Read the API overview in the developer API hub.
  2. Review auth and session behavior before wiring a client.
  3. Check the REST principles page for the path and query conventions.
  4. Use the examples page as a copy/paste starting point.

Core links

What to expect

  • PT, EN, and ES content across the app surfaces
  • org-scoped data and tenant isolation
  • browser-safe auth across the split origins
  • ReadMe-backed public docs for integrations and support

Highlights

  • Root-level API paths instead of prefixed routes
  • Cross-origin browser auth with credentials
  • Session-based active-space switching
  • Separate app, member, landing, and API origins