Skip to main content
The Website Environment API provides endpoints for session management, verification, and state inspection across all synthetic websites (Calendr, Cloudfile, Shopora).
Contact Scale to receive Docker images for your environments. Images are distributed as tar files that can be loaded into your local Docker registry.

Endpoints

Reset Session

Initialize or reset a session with data pack

Verifier

Run verification checks

Transform to Variable Dates

Convert absolute to variable dates (Calendr)

Transform to Absolute Dates

Convert variable to absolute dates (Calendr)

Base URL

Each synthetic website runs on its own port:
  • Default: http://localhost:3000
  • Configure different ports when running multiple environments

Session Access

After initializing a session, access the website with your session ID:
http://localhost:3000?session_id=your-session-id

Environment-Specific Data Packs

EnvironmentAvailable Data Packs
Calendrprofessional-swe, default
Cloudfileprofessional-drive-v2, default
Shoporadefault (loads automatically)

Next Steps

GUI Tutorial

Learn to use website environments

Website Reference

Explore available websites