Deploy TrustClaw using the CLI
mainYou can deploy a full instance of TrustClaw to Vercel using a single command sequence. The @composio/trustclaw CLI automates the entire lifecycle, including forking the repository to your GitHub, creating a Vercel project, provisioning databases (Postgres + pgvector via Vercel Marketplace and optionally Upstash Redis), generating secrets (BETTER_AUTH_SECRET, CRON_SECRET), syncing the Prisma schema, and triggering the production deployment. It also provides guided setup for Telegram bots and Vercel plan tuning.
git clone https://github.com/ComposioHQ/trustclaw && cd trustclaw
pnpm install
npx @composio/trustclaw deploy