enable-cli v0.3.0
enbl
Command-line interface for the Enable AI workforce platform. Provides human and machine-readable (JSON) access to companies, contracts, tasks, approvals, activity, and profiles.
Install
brew tap aluminumio/tap
brew install enbl
Or download prebuilt binaries from Releases.
Usage
enbl — CLI for the Enable AI workforce platform
USAGE
enbl <resource>:<action> [options]
enbl <resource> [options] (defaults to :list)
COMMANDS
login Authenticate via browser (OAuth device flow)
logout Clear stored credentials
status Show current user and companies
companies List your companies
companies:show <id> Show company details
contracts List agents in a company
contracts:show <id> Agent contract details
tasks List tasks
tasks:show <id> Task details with subtasks
approvals List approvals
approvals:show <id> Approval details
activity Recent activity feed
profiles List agent profiles
FLAGS
-c, --company=ID Company ID (defaults to sole/primary company)
--json JSON output
-n, --limit=N Max results (default 25)
-q, --quiet Minimal output
-v, --verbose Verbose output
TASK FILTERS
--assignee=ID Filter by assignee contract ID
--status=STATUS Filter by status
--priority=PRIORITY Filter by priority
Authentication
enbl login starts an OAuth device flow: it opens your browser to authorize, then polls until you approve. The CLI stores the resulting token locally.
enbl logout removes stored credentials.
Configuration
~/.config/enable/credentials.json— OAuth token (stored chmod 600)~/.config/enable/config.json— optional; setbase_urlto point at a different server
Examples
# Log in
enbl login
# List in-progress tasks
enbl tasks --status=in_progress
# Show a single task as JSON
enbl tasks:show <id> --json
# List contracts for a specific company
enbl contracts -c <company-id>
# Pipe JSON to jq for filtering
enbl tasks --json | jq '.[] | select(.priority == "urgent")'
# Check who you're logged in as
enbl status
Development
Requires Crystal >= 1.11.0.
crystal build src/enable.cr -o bin/enbl # dev build
make release # optimized build
License
MIT
Repository
enable-cli
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- about 3 hours ago
- March 21, 2026
License
Links
Synced at
Sat, 21 Mar 2026 06:03:51 GMT
Languages