Skip to content

agentstack ui

Terminal window
agentstack ui edit [--profile-file <path>] [--port <number>]

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.

Open the web editor for a profile.

FlagTypeDefaultDescription
--profile-file <path>stringActive profilePath to the agentstack.yaml to edit
--port <number>number3847Local port to listen on

Open the editor for the active profile:

Open web editor
agentstack ui edit

Edit a specific profile file:

Edit specific profile
agentstack ui edit \
--profile-file ~/.agentstack/profiles/work/agentstack.yaml

Use a custom port:

Custom port
agentstack ui edit --port 4000