aiybiz start --handler <path>
Start the SDK with a custom AI handler.
| Flag | Description |
|---|---|
--handler | Path to your handler file (JS or TS) |
aiybiz start-openclaw
Connect an existing OpenClaw container to Aiybiz.
OPENCLAW_URL and OPENCLAW_TOKEN to be set.
aiybiz deploy-openclaw
Full automated Docker setup: pull OpenClaw image, configure LLM, start bridge.
aiybiz check
Validate configuration and connectivity.
- All required environment variables are set
- Aiybiz API is reachable
- Session ID is valid
- (If applicable) OpenClaw is reachable