Run:
salambo --help
for the exact command surface installed in your environment.

Commands

CommandPurpose
salambo init <name>Create a starter agent source project
salambo auth setStore or update the API URL and key
salambo auth statusShow the selected authentication profile
salambo auth whoamiVerify the current key and workspace
salambo auth logoutRemove stored profile credentials
salambo doctorRun read-only project and credential diagnostics
salambo manifestCompile and print the agent manifest
salambo deployUpload source and create an immutable deployment
salambo smoke [prompt]Call the hosted Responses API for the deployed agent
salambo agent createLow-level agent API workflow
salambo agent config setLow-level agent configuration workflow

Global options

OptionPurpose
--profile <name>Select a named authentication profile
--api-url <url>Override the profile API URL
--file <path>Use a non-default salambo.yaml
--jsonProduce machine-readable output where supported
--dry-runPrint planned work where supported
--help, -hShow command help

Manifest inspection

salambo manifest --path . --json
This command is the authoritative local view of the deployment manifest. It loads agent resources and hosted extensions and reports validation diagnostics.