U

Install seed CLI

Manage your Union Street AI instance from the terminal.

curl -sSf https://seed.unst.sh/cli/install | sh

Quick start

1Authenticate with your API key

seed auth login --api-key sk_live_... --api-url https://seed.unst.sh

2Start using the API

seed me
seed keys list
seed usage list
All commands support --output human for readable output and --help for usage info.