@openape/ape-troop
v0.1.2
Published
Owner CLI for troop.openape.ai — manage bound devices (nests) and agents. Authenticates via `apes login` SSO.
Readme
@openape/ape-troop
Owner CLI for troop.openape.ai — manage the devices
(nests) bound to your account and the agents running on them. Authenticates via
the shared apes login SSO session (no separate login).
Install
npm i -g @openape/ape-troop
apes login [email protected] # shared OpenApe SSO — covers ape-troop tooCommands
ape-troop nests bind <display-name> [--pod-uuid <uuid>] [--json] # bind a device, mint its host_id + device_secret
ape-troop nests list [--json] # list bound devices
ape-troop nests remove <host-id> # revoke a binding (soft)
ape-troop agents list [--json] # agents on this troop
ape-troop agents spawn <host-id> <name> # spawn an agent on a nest (DDISA-approved)
ape-troop agents destroy <agent-id>
ape-troop whoami # current OpenApe identitylogin / logout are stubs — all OpenApe CLIs share one session; use
apes login / apes logout. ape-troop logout only clears the cached troop
SP-token.
