Skip to content

Fullsend CLI ​

The fullsend CLI manages the complete fullsend lifecycle: provisioning GCP infrastructure, configuring GitHub, enrolling repositories, and running agents locally.

Installation ​

Download the latest binary from GitHub Releases. For detailed setup instructions, see Getting Started.

Command groups ​

Command groupDescription
fullsend githubConfigure GitHub orgs and repos — setup, enrollment, day-2 operations
fullsend inferenceManage GCP Workload Identity Federation for Agent Platform access
fullsend mintDeploy and manage the OIDC token mint service

Additional commands ​

CommandDescription
fullsend runExecute an agent locally in a sandbox. See running agents locally.
fullsend lock [agent-name]Pin remote dependencies to lock.yaml
fullsend scanRun security scanners on agent input/output

Global flags ​

All commands that interact with GitHub resolve authentication via gh CLI or GH_TOKEN environment variable. The CLI runs preflight checks and tells you exactly which OAuth scopes are missing before making any changes.

For the complete command tree with implementation details, see CLI internals.