agentstack ui
Synopsis
Section titled “Synopsis”agentstack ui edit [--profile-file <path>] [--port <number>]Description
Section titled “Description”The ui command launches a local web editor for your canonical agentstack.yaml profile. The editor runs on loopback only (127.0.0.1) and uses an ephemeral token for security. Changes are saved directly to the profile file.
Subcommands
Section titled “Subcommands”Open the web editor for a profile.
| Flag | Type | Default | Description |
|---|---|---|---|
--profile-file <path> | string | Active profile | Path to the agentstack.yaml to edit |
--port <number> | number | 3847 | Local port to listen on |
Examples
Section titled “Examples”Open the editor for the active profile:
agentstack ui editEdit a specific profile file:
agentstack ui edit \ --profile-file ~/.agentstack/profiles/work/agentstack.yamlUse a custom port:
agentstack ui edit --port 4000