Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hexelstudio.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

curl -fsSL https://hexelstudio.com/install.sh | bash
Or build from source:
go install github.com/hexelstudio/cli@latest

Authenticate

# API Key
export HEXEL_API_KEY=your_api_key

# Or OAuth Client Credentials
export HEXEL_CLIENT_ID=your_client_id
export HEXEL_CLIENT_SECRET=your_client_secret

# Verify
hexel auth login

Uninstall

sudo rm /usr/local/bin/hexel