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

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