--help: Show this message and exit.--install-completion: Install completion for the current shell.--show-completion: Show completion for the current shell, to copy it or customize the installation.
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.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 agent.logs: Stream agent provider logs.run: 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. [Admin only]
Usage:
--help: Show this message and exit.
list: List all available models.setup: Interactive setup for LLM and embedding…change | select | default: Change the default model [Admin only]add: Add a new model provider.remove | rm | deleteprovider
agentstack model list
List all available models.
Usage:
--help: Show this message and exit.
agentstack model setup
Interactive setup for LLM and embedding provider environment variables [Admin only]
Usage:
-v, --verbose: Show verbose output--help: Show this message and exit.
agentstack model change | select | default
Change the default model [Admin only]
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
Add a new model provider. [Admin only]
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.
list: List all available model providers.add: Add a new model provider [Admin only]remove | rm | delete: Remove a model provider [Admin only]
agentstack model provider list
List all available model providers.
Usage:
--help: Show this message and exit.
agentstack model provider add
Add a new model provider [Admin only]
Usage:
[CAPABILITY]:[llm|embedding]: Which default model to change (llm/embedding)
--help: Show this message and exit.
agentstack model provider remove | rm | delete
Remove a model provider [Admin only]
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. Some commands are [Admin only].
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 agent.logs: Stream agent provider logs.run: 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. [Admin only]
This command supports a variety of GitHub URL formats for deploying agents:
- Basic URL:
https://github.com/myorg/myrepo - Git Protocol URL:
git+https://github.com/myorg/myrepo - URL with .git suffix:
https://github.com/myorg/myrepo.git - URL with Version Tag:
https://github.com/myorg/myrepo@v1.0.0 - URL with Branch Name:
https://github.com/myorg/myrepo@my-branch - URL with Subfolder Path:
https://github.com/myorg/myrepo#path=/path/to/agent - Combined Formats:
https://github.com/myorg/myrepo.git@v1.0.0#path=/path/to/agent - Enterprise GitHub:
https://github.mycompany.com/myorg/myrepo - With a custom Dockerfile location:
agentstack add --dockerfile /my-agent/path/to/Dockerfile "https://github.com/my-org/my-awesome-agents@main#path=/my-agent"
[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. [Admin only]
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. [Admin only]
Usage:
[SEARCH_PATH]: Short ID, agent name or part of the provider location
-y, --yes: Skip confirmation prompts.-a, --all: Remove all agents without selection.--help: Show this message and exit.
agentstack agent logs
Stream agent provider logs. [Admin only]
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 variables.list: List stored environment variables.remove: Remove environment variable(s).
agentstack agent env add
Store environment variables. [Admin only]
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. [Admin only]
Usage:
SEARCH_PATH: Short ID, agent name or part of the provider location [required]
--help: Show this message and exit.
agentstack agent env remove
Remove environment variable(s). [Admin only]
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. [Admin only]
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. [Local only]
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. [Local only]
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’>]--pull-on-host: Pull images on host Docker daemon and import them instead of pulling inside the VM. Acts as a pull cache layer.-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. [Local only]
Usage:
-v, --verbose: Show verbose output--help: Show this message and exit.
agentstack platform delete
Delete Agent Stack platform. [Local only]
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. [Local only]
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. [Local only]
Usage:
[COMMAND]...
-v, --verbose: Show verbose output--help: Show this message and exit.
agentstack client-side-build
Build agent locally using Docker. [Local only]
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. [Admin only]
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. [Admin only]
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. [Admin only]
This command supports a variety of GitHub URL formats for deploying agents:
- Basic URL:
https://github.com/myorg/myrepo - Git Protocol URL:
git+https://github.com/myorg/myrepo - URL with .git suffix:
https://github.com/myorg/myrepo.git - URL with Version Tag:
https://github.com/myorg/myrepo@v1.0.0 - URL with Branch Name:
https://github.com/myorg/myrepo@my-branch - URL with Subfolder Path:
https://github.com/myorg/myrepo#path=/path/to/agent - Combined Formats:
https://github.com/myorg/myrepo.git@v1.0.0#path=/path/to/agent - Enterprise GitHub:
https://github.mycompany.com/myorg/myrepo - With a custom Dockerfile location:
agentstack add --dockerfile /my-agent/path/to/Dockerfile "https://github.com/my-org/my-awesome-agents@main#path=/my-agent"
[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. [Admin only]
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. [Admin only]
Usage:
[SEARCH_PATH]: Short ID, agent name or part of the provider location
-y, --yes: Skip confirmation prompts.-a, --all: Remove all agents without selection.--help: Show this message and exit.
agentstack logs
Stream agent provider logs. [Admin only]
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 variables.list: List stored environment variables.remove: Remove environment variable(s).
agentstack env add
Store environment variables. [Admin only]
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. [Admin only]
Usage:
SEARCH_PATH: Short ID, agent name or part of the provider location [required]
--help: Show this message and exit.
agentstack env remove
Remove environment variable(s). [Admin only]
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. [Admin only]
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.