Prerequisites
- The
moldableCLI installed and available in yourPATH - Network access for your chosen channel and AI backend
1) Install the CLI
See Install, then verify:2) Run onboarding (guided)
Choose Manual (advanced) only if you know exactly what you’re doing. Safe defaults you get automatically: local‑only access, public access off, auth required, and pairing enabled. If you choose Webhooks, you’ll need a tunnel so the webhook endpoint is reachable without exposing the gateway. See Security and pairing.
3) Start the gateway
--force if you intentionally accept the risk.
4) Pair a user (DMs)
When a new user sends a DM, the gateway creates a pairing request. Approve it from the CLI:5) Check status
moldable gateway audit for a quick checklist-style safety scan.
Where files live
- Config:
~/.moldable/gateway/config.json5(JSON5 or JSON) - State:
~/.moldable/gateway/(local gateway data)
--config on any CLI command.
Next: Configuration