CLI & API
Interact programmatically with your Bindplane account using the CLI or direct HTTP requests.
Quick Start
CLI
# Install the CLI
mkdir -p ~/bindplane
curl -L -o ~/bindplane/bindplane.zip https://storage.googleapis.com/bindplane-op-releases/bindplane/latest/bindplane-ee-linux-amd64.zip
unzip ~/bindplane/bindplane.zip -d ~/bindplane/
sudo mv ~bindplane/bindplane /usr/local/bin/bindplane
mkdir -p ~/.bindplane/
# Configure with API key
bindplane profile set default --api-key YOUR_API_KEY --remote-url https://app.bindplane.com
# Get started
bindplane get agents# Install the CLI
mkdir -p ~/bindplane
curl -L -o ~/bindplane/bindplane.zip https://storage.googleapis.com/bindplane-op-releases/bindplane/latest/bindplane-ee-darwin-amd64.zip
unzip ~/bindplane/bindplane.zip -d ~/bindplane/
sudo mv ~/bindplane/bindplane /usr/local/bin/bindplane
mkdir -p ~/.bindplane/
# Configure with API key
bindplane profile set default --api-key YOUR_API_KEY --remote-url https://app.bindplane.com
# Get started
bindplane get agentsAPI
What's Included
CLI (Command Line Interface)
REST API
Authentication
CLI Configuration
API Headers
Common Use Cases
Automation
Integration
Bulk Operations
Error Handling
CLI
API
Last updated
Was this helpful?