# Overview > The managed platform for shipping AI agents and apps 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](/cli/)** — the `clawnify` command-line tool. Log in, deploy apps from a local project or a GitHub repo, tail build logs, manage keys. - **[ClawFlow](/clawflow/)** — visual flow builder for agent automations triggered by webhooks, schedules, and channel events. - **[ClawVoice](/clawvoice/)** — voice-agent plugin. PSTN calls routed through Twilio/Telnyx to Deepgram's Voice Agent API and your Clawnify agent. - **[HTTP API](/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](https://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](/cli/install/)**. ## Machine-readable surface - **[`/openapi/clawnify.json`](/openapi/clawnify.json)** — OpenAPI 3.1 document for the public HTTP API. Always served alongside the live API. - **[`/llms.txt`](/llms.txt)** — LLM-optimized Markdown rendering of the API surface, auto-generated from the OpenAPI spec via [`@scalar/openapi-to-markdown`](https://github.com/scalar/scalar/tree/main/packages/openapi-to-markdown). Point any LLM/agent at this URL for a single-file summary of the API.