- Session management and authentication
- Incoming message routing
- Outgoing message delivery
- Heartbeat and reconnection
- Optional: full OpenClaw container orchestration
GitHub repository
View source, releases, and issues
Installation
From GitHub releases (recommended):What it does
The SDK acts as a bridge between the Aiybiz platform and your AI agent:Two integration modes
OpenClaw (Docker)
Fully automated. SDK pulls the OpenClaw container, configures the LLM, and handles everything.
Custom handler
Bring your own AI logic. Write a handler function; the SDK handles the rest.