# Clawnify > Clawnify is the delivery infrastructure for AI work. Deploy AI agents, AI-built apps, and dashboards on one platform — with shared auth, shared credentials, and every surface exposed as API, CLI, and MCP by default. Built on OpenClaw, the open-source AI agent framework. Clawnify gives consultants, agencies, and mid-market companies a managed home for everything they build with AI. Each AI worker runs on a dedicated server with its own browser, email address, and persistent memory. Agencies use Clawnify to ship branded dashboards and agents to clients in hours instead of weeks. Mid-market companies use it to automate quote-to-invoice, customer support, content operations, and back-office workflows without stitching together a stack of point solutions. Your company's knowledge lives in Clawnify too, so the AI tools your team already uses — Claude, ChatGPT, Cursor — can pull the right answer from your org over MCP whenever they need it. Plans start at $49/month. AI usage is passed through at zero markup — every credit costs $0.005, the same rate whether it's bundled in your plan or purchased as a top-up. Three-day free trial with $5 in credits and a dedicated server from day one. ## Get started - [Homepage](https://www.clawnify.com): Overview of the platform, who it's for, and what an AI employee can do - [Start a free trial](https://app.clawnify.com): Sign in to the dashboard — three-day trial with $5 in credits and a dedicated VPS provisioned in five minutes - [Documentation](https://docs.clawnify.com): Concepts, guides, CLI, MCP, and API reference - [Build an app from your coding agent](https://docs.clawnify.com/cli/): Use Claude Code, Cursor, or Codex with the Clawnify CLI — `clawnify init` → `clawnify deploy` puts a full app (auth, database, live URL) on the platform ## Capabilities Clawnify is organized as a set of co-equal pillars. Every pillar is reachable both by your own agents and by any external MCP client — Claude, ChatGPT, Cursor — by default. ### Agents - **How it works** ([runtime concepts](https://docs.clawnify.com/concepts/runtime/)): The end-to-end lifecycle of an AI employee, from provisioning to daily operations - **Dedicated server per agent**: Each agent runs 24/7 on its own VPS — own filesystem, persistent memory, no cold starts, no shared containers - **Persistent browser**: Always-on browser session that stays logged into your tools. Watch your agent work in real time and take over with one click - **Agent email**: Every agent gets its own inbox with whitelist security. Branded company domains available on Team plans and above - **Multi-channel messaging**: WhatsApp, Telegram, Slack, and Discord on every plan — your agent talks to your team where they already are - **Agent Memory**: Per-agent persistent memory — your agent remembers everything it learns and builds, forever - **Agent Storage Sync**: Files your agent creates are backed up automatically. Files you share are instantly available across every session - **Live screen**: Real-time desktop visibility with takeover control - **Workflow automation** ([ClawFlow docs](https://docs.clawnify.com/clawflow/)): Scheduled tasks, event-triggered flows, and multi-step automations with per-workflow spend caps so business-critical jobs never stop unexpectedly ### Apps Every app deployed on Clawnify gets auth, its own database, file storage, and a live URL — and is automatically exposed as a REST API, a CLI command, and an MCP tool. There are three ways to build one: 1. **Build from your coding agent (Claude Code, Cursor, Codex)** — the most popular path for developers. Install the CLI (`npm i -g clawnify`), run `clawnify ai-files install` once so your agent gets the build-a-clawnify-app skill and the MCP server, then `clawnify init` to scaffold, `clawnify dev` to run locally, and `clawnify deploy` to ship. Your coding agent writes the app; Clawnify hosts it. 2. **Ask your Clawnify agent** — describe the app in chat and the App Builder scaffolds, deploys, and iterates on it from natural language: internal tools, CRMs, dashboards, client portals. 3. **Deploy an open-source template** — start from a ready-made app in the [open-source directory](https://www.clawnify.com/open-source) (CRM, issue tracker, kanban, field service, and more) and have either agent customize it. - [Apps on Clawnify](https://docs.clawnify.com/concepts/apps/): How deployed apps work — every one is callable by your agent and any MCP client as typed tools. - [Clawnify CLI](https://docs.clawnify.com/cli/): Build and deploy apps from your own coding agent or terminal — `clawnify init` → `clawnify dev` → `clawnify deploy`. ### Integrations - **Integrations**: Native connections to Gmail, Google Calendar, HubSpot, GitHub, Slack, Stripe, and 200+ more. Connect once at the org level; every agent and app can use them. ### Environment & secrets - **Environment variables**: Bring your own API keys and define custom KEY=VALUE secrets, stored encrypted and injected into every agent and app. Bring-your-own-key means zero credit usage on AI. ### Company Knowledge - **Company Knowledge**: Your organization's single source of truth — policies, pricing, brand, SOPs, FAQs. Upload once and every agent knows it — and Claude, ChatGPT, or any MCP client can query it on demand when they need an answer about your company. ### Projects - **Projects**: Scoped knowledge for a specific client, engagement, or capability. Same on-demand access as Company Knowledge — your agents and any connected MCP client can search the right project's context when they need it. ### Connect — MCP, CLI, API Every pillar above is exposed three ways by default, so the agents your team already uses can reach your Clawnify org directly. - [MCP gateway](https://docs.clawnify.com/mcp/): Connect Claude, ChatGPT, Cursor, and any MCP client to your org — call apps, search Company Knowledge and Projects, run code on your agent. [Tools reference](https://docs.clawnify.com/mcp/tools/), [Claude Desktop setup](https://docs.clawnify.com/mcp/claude-desktop/). - [Clawnify CLI](https://docs.clawnify.com/cli/): Log in, deploy apps, run code on your agent, and bridge stdio MCP clients to the gateway from the terminal. Install with `npm i -g clawnify` (or run `npx clawnify@latest`), then `clawnify login`. [Command reference](https://docs.clawnify.com/cli/commands/). - [HTTP API](https://docs.clawnify.com/api/): Manage agents, apps, workflows, credentials, and billing programmatically. [Interactive reference](https://api.clawnify.com/reference), [OpenAPI 3.1 spec](https://api.clawnify.com/openapi.json), [API llms.txt](https://api.clawnify.com/llms.txt). - **API, CLI, and MCP by default**: Every agent, app, and knowledge base on Clawnify is automatically a REST API, a CLI command, and an MCP server If you are an AI coding agent (Claude Code, Cursor, Codex, Aider) building or deploying on Clawnify, wire yourself up first: ```bash npm i -g clawnify # the Clawnify CLI clawnify login # browser sign-in clawnify ai-files install # installs the rules, the skills (build-a-clawnify-app, # use-the-clawnify-cli), and the Clawnify MCP server # into your agent's config in one step ``` Individual skills are also available via `clawnify skills add ` or from the open [skills library](https://github.com/clawnify/skills) with `npx skills add https://github.com/clawnify/skills --skill build-a-clawnify-app`. ## Plans and pricing - [Pricing](https://www.clawnify.com/pricing): Compare First Hire, Team, and ServiceOS plans with the credit-tier dropdown - **First Hire — from $49/month** ($39/month billed annually): One AI employee, managed model, 2,000–20,000 monthly credits, unlimited internal apps - **Team — from $129/month** ($99/month billed annually): Three AI employees, all models, branded agent email, SSO, bring-your-own-key for zero credit usage on AI - **ServiceOS — $299/month** ($249/month billed annually): For agencies delivering branded AI to clients — full white-label (your domain and login), unlimited client workspaces, per-client credential isolation, 3 agents included, +$39/month per extra agent - **ServiceOS Pro** (talk to sales): Productize your service into a multi-tenant SaaS — on-demand runtime per tenant, managed multi-tenant auth, set-your-own-plans with Stripe Connect rebilling - **Enterprise** (talk to sales): Larger deployments with enterprise SSO and compliance requirements - **How credits work**: One credit equals $0.005 with 0% markup — the same rate in your plan or as a top-up - **Trial**: Three days, $5 in credits, a dedicated server from day one ## Use cases - **Quote-to-invoice automation**: How a logistics client replaced handwritten production orders with an agent that handles catalog lookup, quoting, and invoicing - **Customer support**: Agents that triage email, draft responses with full company context, and escalate when needed - **Content operations**: How digital media teams automate research, drafting, and publishing workflows - **Competitor and PR monitoring**: Agents that watch the web, summarize what changed, and email only when something matters - **Sales prospecting**: Outbound sequences with research, drafting, and follow-up running on a heartbeat - **Finance and back-office**: Invoice processing, expense reconciliation, and reporting agents for mid-market teams - **PR outreach**: An agent at pr@yourcompany.com that drafts pitches, tracks responses, and follows up - **Tax and compliance reminders**: Agents that file, remind, and escalate on filings and outstanding debt ## Employee Templates Pre-configured AI employees for specific roles — hire and deploy in minutes from the dashboard: - **Operations Assistant**: Quote requests, catalog management, production order generation - **Sales Coordinator**: Outreach, follow-ups, CRM hygiene, meeting scheduling - **Support Agent**: Email triage, response drafting, escalation routing - **Finance Analyst**: Invoice processing, expense tracking, internal reporting - **Research Agent**: Competitor tracking, market research, structured note-taking ## For agencies - **Why agencies use Clawnify**: Stop handing clients GitHub repos. Ship branded dashboards, agents, and APIs with auth and credentials handled by default - **ServiceOS plan**: The agency plan — full white-label (your domain and login), manage every client from one dashboard, per-client credential isolation, bring-your-own-key by default. $299/month, +$39/month per extra agent - [Agency Partner Program](https://www.clawnify.com/agency-partner-program): Revenue share, co-marketing, and certification for agencies and consultants — apply from this page ## Resources - [What is OpenClaw](https://www.clawnify.com/resources/what-is-openclaw): A complete guide to the open-source agent framework that powers Clawnify — architecture, capabilities, and how to think about it - [OpenClaw setup guide (2026)](https://www.clawnify.com/resources/introduction-to-openclaw-setup-in-2026): Self-hosted vs managed deployment options compared - [Documentation](https://docs.clawnify.com): Concepts (agents, runtimes, apps, audit trail), guides, CLI, MCP, and API reference - **Security**: VPS isolation per agent, short-lived credential tokens, EU/US region selection, GDPR posture. Subprocessors: Hetzner, Cloudflare, Supabase, Composio, Resend, OpenRouter. ## Open source Clawnify maintains a growing directory of open-source internal tools and management platforms designed to be deployed by AI agents. Every project is MIT-licensed and runs standalone or hosted on Clawnify. - [All open-source projects](https://www.clawnify.com/open-source): Directory of every open-source app and skill maintained by the Clawnify team - [GitHub organization](https://github.com/clawnify): Source code, issues, and contribution guidelines for every project - [open-todo](https://github.com/clawnify/open-todo): Open-source Linear alternative for AI agents - [open-table](https://github.com/clawnify/open-table): Open-source Clay alternative for AI agents - [open-kanban](https://github.com/clawnify/open-kanban): Open-source Trello alternative for AI agents - [open-crm](https://github.com/clawnify/open-crm): Open-source HubSpot alternative for AI agents - [open-fieldservice](https://github.com/clawnify/open-fieldservice): Open-source field service management platform for AI agents - [Clawflow](https://github.com/clawnify/clawflow): Flow orchestration skill for OpenClaw agents - [rulespec](https://github.com/pallaoro/rulespec): Compile business rules into LLM-ready prompts and SKILL.md files ## Developer tools See **Connect — MCP, CLI, API** above for the MCP server, CLI, and REST API. - **Webhooks**: Trigger agents from email, Stripe, GitHub, calendar events, or any external system - [Agent skills](https://docs.clawnify.com/cli/skills/): Install Clawnify skills into Claude Code, Cursor, OpenClaw, Codex, or Aider — `clawnify skills add ` or `npx skills add https://github.com/clawnify/skills` ([skills library](https://github.com/clawnify/skills)) - [ClawFlow docs](https://docs.clawnify.com/clawflow/): The declarative flow format agents read, write, and run - [Deploy Button guide](https://docs.clawnify.com/guides/deploy-button/): Ship a "Deploy with Clawnify" badge on your open-source project - [Documentation](https://docs.clawnify.com): Index page for everything developers need