--install-completion: Install completion for the current shell.--show-completion: Show completion for the current shell, to copy it or customize the installation.--help: Show this message and exit.
version: Print version of the Agent Stack CLI.ui: Launch the graphical interface.model: Manage model providers.agent: Manage agents.platform: Manage Agent Stack platform.mcp: Manage MCP servers and toolkits.client-side-build: Build agent locally using Docker.build: Build agent from a GitHub repository in…server: Manage Agent Stack servers and…self: Manage Agent Stack installation.user: Manage users.add: Add a docker image or GitHub repository…update: Upgrade agent to a newer docker image or…remove | uninstall | rm | delete: Remove agentlogs: Stream agent provider logsrun: Run an agent.list: List agents.info: Show agent details.envfeedback: Manage user feedback for your agents
agentstack version
Print version of the Agent Stack CLI.
Usage:
-v, --verbose: Show verbose output--help: Show this message and exit.
agentstack ui
Launch the graphical interface.
Usage:
--help: Show this message and exit.
agentstack model
Manage model providers.
Usage:
--help: Show this message and exit.
listsetup: Interactive setup for LLM and embedding…change | select | defaultaddremove | rm | deleteprovider
agentstack model list
Usage:
--help: Show this message and exit.
agentstack model setup
Interactive setup for LLM and embedding provider environment variables
Usage:
-v, --verbose: Show verbose output--help: Show this message and exit.
agentstack model change | select | default
Usage:
[CAPABILITY]:[llm|embedding]: Which default model to change (llm/embedding)[MODEL_ID]: Model ID to be used as default
-y, --yes: Skip confirmation prompts.--help: Show this message and exit.
agentstack model add
Usage:
[CAPABILITY]:[llm|embedding]: Which default model to change (llm/embedding)
--help: Show this message and exit.
agentstack model remove | rm | delete
Usage:
[SEARCH_PATH]: Provider type or part of the provider base url
-y, --yes: Skip confirmation prompts.--help: Show this message and exit.
agentstack model provider
Usage:
--help: Show this message and exit.
listaddremove | rm | delete
agentstack model provider list
Usage:
--help: Show this message and exit.
agentstack model provider add
Usage:
[CAPABILITY]:[llm|embedding]: Which default model to change (llm/embedding)
--help: Show this message and exit.
agentstack model provider remove | rm | delete
Usage:
[SEARCH_PATH]: Provider type or part of the provider base url
-y, --yes: Skip confirmation prompts.--help: Show this message and exit.
agentstack agent
Manage agents.
Usage:
--help: Show this message and exit.
add: Add a docker image or GitHub repository…update: Upgrade agent to a newer docker image or…remove | uninstall | rm | delete: Remove agentlogs: Stream agent provider logsrun: Run an agent.list: List agents.info: Show agent details.envfeedback: Manage user feedback for your agents
agentstack agent add
Add a docker image or GitHub repository
Usage:
[LOCATION]: Agent location (public docker image or github url)
--dockerfile TEXT: Use custom dockerfile path-v, --verbose: Show verbose output-y, --yes: Skip confirmation prompts.--help: Show this message and exit.
agentstack agent update
Upgrade agent to a newer docker image or build from GitHub repository
Usage:
[SEARCH_PATH]: Short ID, agent name or part of the provider location of agent to replace[LOCATION]: Agent location (public docker image or github url)
--dockerfile TEXT: Use custom dockerfile path-v, --verbose: Show verbose output-y, --yes: Skip confirmation prompts.--help: Show this message and exit.
agentstack agent remove | uninstall | rm | delete
Remove agent
Usage:
SEARCH_PATH: Short ID, agent name or part of the provider location [required]
-y, --yes: Skip confirmation prompts.--help: Show this message and exit.
agentstack agent logs
Stream agent provider logs
Usage:
SEARCH_PATH: Short ID, agent name or part of the provider location [required]
--help: Show this message and exit.
agentstack agent run
Run an agent.
Usage:
[SEARCH_PATH]: Short ID, agent name or part of the provider location[INPUT]: Agent input as text or JSON
--dump-files PATH: Folder path to save any files returned by the agent--help: Show this message and exit.
agentstack agent list
List agents.
Usage:
--help: Show this message and exit.
agentstack agent info
Show agent details.
Usage:
SEARCH_PATH: Short ID, agent name or part of the provider location [required]
--help: Show this message and exit.
agentstack agent env
Usage:
--help: Show this message and exit.
add: Store environment variableslist: List stored environment variablesremove
agentstack agent env add
Store environment variables
Usage:
SEARCH_PATH: Short ID, agent name or part of the provider location [required]ENV...: Environment variables to pass to agent [required]
-y, --yes: Skip confirmation prompts.--help: Show this message and exit.
agentstack agent env list
List stored environment variables
Usage:
SEARCH_PATH: Short ID, agent name or part of the provider location [required]
--help: Show this message and exit.
agentstack agent env remove
Usage:
SEARCH_PATH: Short ID, agent name or part of the provider location [required]ENV...: Environment variable(s) to remove [required]
-y, --yes: Skip confirmation prompts.--help: Show this message and exit.
agentstack agent feedback
Manage user feedback for your agents
Usage:
--help: Show this message and exit.
list: List your agent feedback
agentstack agent feedback list
List your agent feedback
Usage:
[SEARCH_PATH]: Short ID, agent name or part of the provider location
--limit INTEGER: Number of results per page [default: 50]--after TEXT: Cursor for pagination--help: Show this message and exit.
agentstack platform
Manage Agent Stack platform.
Usage:
--help: Show this message and exit.
start: Start Agent Stack platform.stop: Stop Agent Stack platform.delete: Delete Agent Stack platform.import: Import a local docker image into the Agent…exec: For debugging — execute a command inside…
agentstack platform start
Start Agent Stack platform.
Usage:
--set TEXT: Set Helm chart values using <key>=<value> syntax [default: <class ‘list’>]--import TEXT: Import an image from a local Docker CLI into Agent Stack platform [default: <class ‘list’>]-f PATH: Set Helm chart values using yaml values file-v, --verbose: Show verbose output--help: Show this message and exit.
agentstack platform stop
Stop Agent Stack platform.
Usage:
-v, --verbose: Show verbose output--help: Show this message and exit.
agentstack platform delete
Delete Agent Stack platform.
Usage:
-v, --verbose: Show verbose output--help: Show this message and exit.
agentstack platform import
Import a local docker image into the Agent Stack platform.
Usage:
TAG: Docker image tag to import [required]
-v, --verbose: Show verbose output--help: Show this message and exit.
agentstack platform exec
For debugging — execute a command inside the Agent Stack platform VM.
Usage:
[COMMAND]...
-v, --verbose: Show verbose output--help: Show this message and exit.
agentstack mcp
Manage MCP servers and toolkits.
Usage:
--help: Show this message and exit.
add: Install discovered MCP server.list: List MCP servers.remove | uninstall | rm | delete: Remove MCP server.tool: Inspect tools.toolkit: Create toolkits.
agentstack mcp add
Install discovered MCP server.
Usage:
NAME: Name for the MCP server [required]LOCATION: Location of the MCP server [required][TRANSPORT]:[sse|streamable_http]: Transport the MCP server uses [default: streamable_http]
-y, --yes: Skip confirmation prompts.--help: Show this message and exit.
agentstack mcp list
List MCP servers.
Usage:
--help: Show this message and exit.
agentstack mcp remove | uninstall | rm | delete
Remove MCP server.
Usage:
NAME: Name of the MCP provider to remove [required]
-y, --yes: Skip confirmation prompts.--help: Show this message and exit.
agentstack mcp tool
Inspect tools.
Usage:
--help: Show this message and exit.
list: List tools.
agentstack mcp tool list
List tools.
Usage:
--help: Show this message and exit.
agentstack mcp toolkit
Create toolkits.
Usage:
--help: Show this message and exit.
create: Create a toolkit.
agentstack mcp toolkit create
Create a toolkit.
Usage:
TOOLS...: Tools to put in the toolkit [required]
-y, --yes: Skip confirmation prompts.--help: Show this message and exit.
agentstack client-side-build
Build agent locally using Docker.
Usage:
[CONTEXT]: Docker context for the agent [default: .]
--dockerfile TEXT: Use custom dockerfile path--tag TEXT: Docker tag for the agent--multi-platform / --no-multi-platform: [default: no-multi-platform]--push / --no-push: Push the image to the target registry. [default: no-push]--import / --no-import: Import the image into Agent Stack platform [default: import]-v, --verbose: Show verbose output--help: Show this message and exit.
agentstack build
Build agent from a GitHub repository in the platform.
Usage:
GITHUB_URL: Github repository URL (public or private if supported by the platform instance) [required]
--dockerfile TEXT: Use custom dockerfile path, relative to github url sub-path-v, --verbose: Show verbose output-y, --yes: Skip confirmation prompts.--help: Show this message and exit.
agentstack server
Manage Agent Stack servers and authentication.
Usage:
--help: Show this message and exit.
login | change | select | default | switch: Login to a server or switch between logged…logout | remove | rm | deleteshowlist
agentstack server login | change | select | default | switch
Login to a server or switch between logged in servers.
Usage:
[SERVER]
--help: Show this message and exit.
agentstack server logout | remove | rm | delete
Usage:
--all / --no-all: [default: no-all]--help: Show this message and exit.
agentstack server show
Usage:
--help: Show this message and exit.
agentstack server list
Usage:
--help: Show this message and exit.
agentstack self
Manage Agent Stack installation.
Usage:
--help: Show this message and exit.
version: Print version of the Agent Stack CLI.install: Install Agent Stack platform pre-requisites.upgrade: Upgrade Agent Stack CLI and Platform to…uninstall: Uninstall Agent Stack CLI and Platform.
agentstack self version
Print version of the Agent Stack CLI.
Usage:
-v, --verbose: Show verbose output--help: Show this message and exit.
agentstack self install
Install Agent Stack platform pre-requisites.
Usage:
-v, --verbose: Show verbose output--help: Show this message and exit.
agentstack self upgrade
Upgrade Agent Stack CLI and Platform to the latest version.
Usage:
-v, --verbose: Show verbose output--help: Show this message and exit.
agentstack self uninstall
Uninstall Agent Stack CLI and Platform.
Usage:
-v, --verbose: Show verbose output--help: Show this message and exit.
agentstack user
Manage users.
Usage:
--help: Show this message and exit.
list: List platform users (admin only).set-role: Change user role (admin only).
agentstack user list
List platform users (admin only).
Usage:
--email TEXT: Filter by email (case-insensitive partial match)--limit INTEGER: Results per page (1-100) [default: 40]--after TEXT: Pagination cursor (page_token)--help: Show this message and exit.
agentstack user set-role
Change user role (admin only).
Usage:
USER_ID: User UUID [required]ROLE:{admin|developer|user}: Target role (admin, developer, user) [required]
-y, --yes: Skip confirmation prompts.--help: Show this message and exit.
agentstack add
Add a docker image or GitHub repository
Usage:
[LOCATION]: Agent location (public docker image or github url)
--dockerfile TEXT: Use custom dockerfile path-v, --verbose: Show verbose output-y, --yes: Skip confirmation prompts.--help: Show this message and exit.
agentstack update
Upgrade agent to a newer docker image or build from GitHub repository
Usage:
[SEARCH_PATH]: Short ID, agent name or part of the provider location of agent to replace[LOCATION]: Agent location (public docker image or github url)
--dockerfile TEXT: Use custom dockerfile path-v, --verbose: Show verbose output-y, --yes: Skip confirmation prompts.--help: Show this message and exit.
agentstack remove | uninstall | rm | delete
Remove agent
Usage:
SEARCH_PATH: Short ID, agent name or part of the provider location [required]
-y, --yes: Skip confirmation prompts.--help: Show this message and exit.
agentstack logs
Stream agent provider logs
Usage:
SEARCH_PATH: Short ID, agent name or part of the provider location [required]
--help: Show this message and exit.
agentstack run
Run an agent.
Usage:
[SEARCH_PATH]: Short ID, agent name or part of the provider location[INPUT]: Agent input as text or JSON
--dump-files PATH: Folder path to save any files returned by the agent--help: Show this message and exit.
agentstack list
List agents.
Usage:
--help: Show this message and exit.
agentstack info
Show agent details.
Usage:
SEARCH_PATH: Short ID, agent name or part of the provider location [required]
--help: Show this message and exit.
agentstack env
Usage:
--help: Show this message and exit.
add: Store environment variableslist: List stored environment variablesremove
agentstack env add
Store environment variables
Usage:
SEARCH_PATH: Short ID, agent name or part of the provider location [required]ENV...: Environment variables to pass to agent [required]
-y, --yes: Skip confirmation prompts.--help: Show this message and exit.
agentstack env list
List stored environment variables
Usage:
SEARCH_PATH: Short ID, agent name or part of the provider location [required]
--help: Show this message and exit.
agentstack env remove
Usage:
SEARCH_PATH: Short ID, agent name or part of the provider location [required]ENV...: Environment variable(s) to remove [required]
-y, --yes: Skip confirmation prompts.--help: Show this message and exit.
agentstack feedback
Manage user feedback for your agents
Usage:
--help: Show this message and exit.
list: List your agent feedback
agentstack feedback list
List your agent feedback
Usage:
[SEARCH_PATH]: Short ID, agent name or part of the provider location
--limit INTEGER: Number of results per page [default: 50]--after TEXT: Cursor for pagination--help: Show this message and exit.