Command line interface for BlueFunda AI — context-aware AI agents for SAP operations.
The binary is ai. Use it to chat with BlueFunda AI, manage MCP tool integrations, and inspect your account and usage from the terminal.
Prefer the browser? You can also use BlueFunda AI directly at bluefunda.com/login — no install required.
Download the binary for your platform from the releases page.
| Platform | Archive |
|---|---|
| macOS (ARM64) | ai_<version>_darwin_arm64.zip |
| macOS (AMD64) | ai_<version>_darwin_amd64.zip |
| Linux (AMD64) | ai_<version>_linux_amd64.tar.gz |
| Linux (ARM64) | ai_<version>_linux_arm64.tar.gz |
Linux users can also install via .deb or .rpm:
# Debian / Ubuntu
sudo dpkg -i ai_<version>_linux_amd64.deb
# RHEL / Fedora / Rocky
sudo dnf install ./ai_<version>_linux_amd64.rpmgo install github.com/bluefunda/cai-cli/cmd/ai@latestsha256sum -c checksums.txt# Authenticate (opens browser for OAuth device flow)
ai login
# Verify connection
ai health
# Start a chat
ai chat start "Summarize last quarter's sales from SAP"
# List available models
ai model list| Command | Description |
|---|---|
ai login |
Authenticate via OAuth2 device flow (Keycloak) |
ai health |
Check gRPC connection to the backend |
ai chat |
Manage chat sessions: list, start, history, context, title, stop |
ai model |
List available LLM models |
ai mcp |
Manage MCP tool integrations |
ai user |
Show account information |
ai billing |
Show billing and usage |
ai ratelimit |
Show current rate-limit status |
ai version |
Print CLI version |
Run ai <command> --help for full options.
CAI CLI uses the OAuth2 device authorization flow:
ai loginrequests a device code- Your browser opens the verification URL
- The CLI polls for authorization completion
- Access and refresh tokens are stored locally in
~/.cai/
Tokens are refreshed automatically — you only need to log in once.
Configuration is loaded from ~/.cai/config.yaml. Example:
# ~/.cai/config.yaml
endpoint: grpc.bluefunda.com:443BlueFunda AI brings intelligent automation to SAP — context-aware, no-code agents that execute complex tasks in minutes. Capabilities include:
- AI-Powered SAP Management — automate workflows across operations, data, and analytics
- No-Code Service Generation — create SAP OData services from plain-text prompts
- Conversational Analytics — ask data-driven questions in English, get visual insights from SAP
- Cross-Cloud Orchestration — manage S/4HANA on AWS, Azure, and hybrid setups
BlueFunda AI also powers the AI features in ABAPer.
Learn more at bluefunda.com/bluefunda-ai.
See LICENSE.