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 agentManage agent registrations — add, list, update, remove
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
fullsend reposManage per-repo installations at scale via declarative manifest

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
fullsend eval-measureScore wild-run traces into eval-measurements.jsonl. See Eval measurements.

Global flags

All commands that interact with GitHub resolve authentication via gh CLI or GH_TOKEN environment variable. For GitLab, set GITLAB_TOKEN or pass --gitlab-token to repos subcommands. 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.

Content