Install the SDK
You need the CLI Installed
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Historical HAIP 1 documentation. Unsupported and incompatible with HAIP 2.
# Check if server is running
haip health
# Check specific server
haip health --url http://my-server:8080
# Get detailed health information
haip health --format json
# Send open a chat with the echo tool
haip chat
# Send open a chat with the llm tool
haip chat --tool llm
# Choose a server to send the command to
haip chat --url ws://localhost:8080
Was this page helpful?