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
clawnifycommand-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:
- Create an account at clawnify.com.
- Install the CLI:
npm install -g clawnify. clawnify login, thenclawnify deployfrom any web project with aclawnify.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.