Install
Downloadagentscope-cli-VERSION-OS-ARCH.tar.gz for the operating system and CPU architecture from the same Service release. Verify its checksum and extract it. The archive contains agentscope, the alias aistioctl, and aistio-runtime-host. Put all three executables in the same directory on PATH.
Choose Linux/macOS and amd64/arm64 according to the release manifest and the machine you will connect. Install, authenticate and verify the provider separately.
Extract onto PATH
Check the platform withuname -sm; package names use linux/darwin and amd64/arm64. Download the matching Release archive and replace the filename below:
Connect
Daily operation
~/.agentscope/runtime-host/. Preserve the Host identity and state files to avoid accidentally registering an existing computer as a new instance. Do not distribute this directory as a public configuration example.
After connecting, verify Host and provider availability in the console, bind a Hosted Agent and dispatch a small task. Diagnose failures with both Task Attempt records and Host logs.
A Runtime Host is distinct from a Managed Agent Hands Worker. See Environments.
Extract onto PATH
Check the platform withuname -sm; package names use linux/darwin and amd64/arm64. Download the matching Release archive and replace the filename below:
Connect an unattended server
An authorized operator creates a short-lived enrollment token:AGENTSCOPE_ENROLLMENT_TOKEN and run connect. The service exchanges it for a credential bound to Host identity and scope. Keep enrollment tokens and config.json out of shared scripts.
CLI reference
The state directory holds connection identity in
config.json, stable Host identity in state/host.id, diagnostics in daemon.log and task directories in workspaces/. Check active tasks before updating paired CLI binaries, restart and preserve these files.