Skip to main content
Agent RL environments: the task suites an agent practises against. sf env ls shows what you may reference — public environments plus your own. sf env show prints one environment’s manifest: its protocol, its verifier, its tools, and whether it needs a sandbox. It does not print the tasks, and no command does. A taskset encodes what a business considers hard, so a job references an environment and never receives a copy. To author one, see Agent environments.

Registering something already running

Verifies a running OpenEnv service and registers it as an environment, without needing an administrator. The platform never starts or proxies it — it decides whether a job may reach that host and hands the URL to the trainer.

sf env

List agent RL environments

sf env ls

List the visible environments
No options beyond --help.

sf env push

Push a new version of an environment

sf env runner

Register an environment that already runs on a machine of your own

sf env runner register

Register a running OpenEnv service as an environment

sf env show

What an environment declares
No options beyond --help.