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.fitfor the public marketing sitepro.vytal.fitfor the staff and backoffice experiencemy.vytal.fitfor the athlete portalapi.vytal.fitfor the public API and developer documentation bridge
Recommended reads
- Read the API overview in the developer API hub.
- Review auth and session behavior before wiring a client.
- Check the REST principles page for the path and query conventions.
- 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