Skip to main content

aiybiz start --handler <path>

Start the SDK with a custom AI handler.
npx aiybiz start --handler ./handler.js
FlagDescription
--handlerPath to your handler file (JS or TS)

aiybiz start-openclaw

Connect an existing OpenClaw container to Aiybiz.
npx aiybiz start-openclaw
Requires OPENCLAW_URL and OPENCLAW_TOKEN to be set.

aiybiz deploy-openclaw

Full automated Docker setup: pull OpenClaw image, configure LLM, start bridge.
npx aiybiz deploy-openclaw
Requires Docker to be installed and running. Will prompt for LLM provider details interactively.

aiybiz check

Validate configuration and connectivity.
npx aiybiz check
Checks:
  • All required environment variables are set
  • Aiybiz API is reachable
  • Session ID is valid
  • (If applicable) OpenClaw is reachable