Clawnify

Clawnify is a managed platform for provisioning and operating AI agents with real channels (WhatsApp, Telegram, Email, Slack) and a browser, plus an app builder that lets those agents generate and deploy custom web apps for their users.

Products

  • Clawnify CLI — the clawnify command-line tool. Log in, deploy apps from a local project or a GitHub repo, tail build logs, manage keys.
  • ClawFlow — visual flow builder for agent automations triggered by webhooks, schedules, and channel events.
  • ClawVoice — voice-agent plugin. PSTN calls routed through Twilio/Telnyx to Deepgram’s Voice Agent API and your Clawnify agent.
  • HTTP API — programmatic access to apps and deployments. OpenAPI 3.1, typed from @hono/zod-openapi.

Start here

If you’re new to Clawnify, the fastest path to a working deploy is:

  1. Create an account at clawnify.com.
  2. Install the CLI: npm install -g clawnify.
  3. clawnify login, then clawnify deploy from any web project with a clawnify.json.

For the full install walkthrough and every command, see CLI → Install.

Machine-readable surface

  • /openapi/clawnify.json — OpenAPI 3.1 document for the public HTTP API. Always served alongside the live API.
  • /llms.txt — LLM-optimized Markdown rendering of the API surface, auto-generated from the OpenAPI spec via @scalar/openapi-to-markdown. Point any LLM/agent at this URL for a single-file summary of the API.