Skip to main content

Rigs

A rig is a Windows machine running the host agent, paired to your account. Your API key can reach any rig you own that has API access enabled.
Wake a sleeping rig with gw.wake_rig(rig.id) if Wake-on-LAN is configured.

Sessions

A session is an active, metered connection to a rig. It owns the host’s capture/encode/input pipeline for its lifetime.

Modes

Lifecycle and cleanup

Sessions meter usage. Always end them in a finally block. The host also runs safety_restore automatically on disconnect, launch failure, EXIT_GAME, FORCE_QUIT, and API END_SESSION.
Continue to Vision.