+ Keys stay in this browser and are sent per request in a header. + Never stored on the server. Providers with a server env key + already work without one. +
+ + {snapshot.locked ? ( ++ {byok.storage.warning} +
+ ) : null} + {snapshot.storageError ? ( ++ {snapshot.storageError} +
+ ) : null} + {actionError ? ( +{actionError}
+ ) : null} + +
+ {masked}
+
+
+ {status.message}
+ ) : null} + {rowError ?{rowError}
: null} + + +
+ Live video. Paste a key in the header dialog, or set{' '}
+
+ {provider === 'fal' ? 'FAL_KEY' : 'REACTOR_API_KEY'}
+ {' '}
+ on the server. Then start a session and type under the view to steer.
+
+
+ Live Reactor world. Paste a key in the header dialog, or set{' '}
+ REACTOR_API_KEY on the
+ server.
+ {needsSeed
+ ? ' Attach a seed image, start, then type to steer.'
+ : ' Then start a session and type under the view to steer.'}
+
+