Built on OpenClaw

Your company's AI team.
Self-hosted.

Deploy AI agents that actually work — on your own infrastructure.
No cloud lock-in. No data leaks. No vendor dependency.

terminal
$ docker compose up -d
✓ pinchy-gateway started
✓ pinchy-web started
✓ pinchy-db started

🦞 Pinchy is running at https://pinchy.yourcompany.com
3 agents active · 12 users connected
🚧 Active Development — Pinchy is being built in public. Core features are live, some are still in progress. Follow our daily progress →

Every team wants AI agents.
Nobody knows how to deploy them safely.

☁️

Cloud AI = Data Nightmare

ChatGPT Enterprise, Copilot, Claude — your data leaves your servers. GDPR, CLOUD Act, industry regulations make this a non-starter for serious companies.

🔧

DIY = Chaos

Every team builds their own solution. No standards, no oversight, no audit trail. Your CTO has nightmares about what's running in production.

Workflow Tools ≠ Agents

n8n, Dify, Make — they execute visual flows. But you need agents that think, adapt, and work autonomously. Dragging boxes on a canvas doesn't get you there.

"You need agents that think, not workflows that execute."

Meet Pinchy 🦞

The enterprise AI agent platform that runs on your infrastructure. Built on the open-source OpenClaw engine, designed for companies that take data sovereignty seriously.

🐳

One-Command Deploy

Docker Compose. Your servers. Up and running in minutes.

🎛️

Admin Dashboard

Manage users, agents, and permissions from a single interface. Role-based access included.

🤖

Personal + Company Agents

Every employee gets their own AI assistant. Company-wide agents handle shared tasks. Each with its own personality, avatar, and context.

🔌

Connect Everything

Slack, Teams, Email, CRM, ERP — agents work where your team works.

Plugins, not raw tools.
The agent doesn't decide what it can do. You do.

OpenClaw gives agents powerful raw tools — shell access, file system, API calls. Great for individuals. Terrifying for enterprises. Pinchy wraps these in plugins with configuration and authorization layers.

🧩

Scoped Permissions

An agent doesn't get the raw "exec" tool. It gets a "Create Jira Ticket" plugin with defined parameters, boundaries, and access rights. The plugin decides what the agent can do — not the agent itself.

🔀

Cross-Channel Workflows

Customer email comes in → agent looks up the CRM → summary lands in your internal Slack channel. Support ticket in Jira → agent analyzes → draft reply sent via email. Input on one channel, output on another.

👥

Same Agent, Different Permissions

Marketing uses the CRM agent to read contacts. Sales uses it to update deals. Finance can't access it at all. One agent, scoped per team through the plugin layer.

Built for teams. Loved by developers.

🔒

Self-Hosted & Offline-Ready

Runs on your infrastructure. Pair with Ollama or llama.cpp for fully air-gapped deployments. No data leaves your server. Ever.

👥

User Management

Role-based access control, user deactivation/reactivation, per-user agent assignments. SSO/LDAP integration coming soon.

📋

Audit Trail

Every agent action is logged with HMAC-signed integrity verification. Filter, export to CSV, verify the chain hasn't been tampered with.

🧩

Plugin Architecture

Agents get scoped plugins, not raw tools. A "Create Jira Ticket" plugin with defined parameters — not unrestricted shell access.

📊

Usage Dashboard

Token consumption, costs, activity metrics. Know exactly what your AI spend looks like.

Approval Queues

Human-in-the-loop where it matters. Agents draft, humans approve. Full control, zero risk.

🧠

Shared Context

Personal and organizational context, centrally managed. Agents know who they're talking to and what your company does. One source of truth, not copy-pasted prompts.

🏗️

Agent-Native Architecture

Built FOR agents, not bolted on. llms.txt, structured data, agent-to-agent communication.

Your data. Your servers. Period.

Not a marketing claim. An architecture decision.

🇪🇺 GDPR Compliant by Design

Data never leaves your jurisdiction. No transatlantic data transfers. No DPAs needed with third-party AI providers.

🏛️ CLOUD Act? Not Your Problem.

Your servers, your rules. No US-based cloud provider can be compelled to hand over your data.

🔐 Vault Encryption

All credentials encrypted at rest. API keys, tokens, secrets — locked down with industry-standard encryption.

🏥 Industry-Ready

Banking, healthcare, legal, government — Pinchy meets the security requirements that cloud AI never will.

Cloud AI Pinchy
Data LocationUS/GlobalYour servers
GDPRComplex DPAsCompliant by design
CLOUD Act ExposureYesNone
Audit TrailLimitedHMAC-signed, tamper-proof
Air-Gap CapableNoYes
Custom ModelsVendor-lockedAny LLM
Fully OfflineImpossibleYes (Ollama / llama.cpp)
Agent GovernanceTrust the modelPlugin permission layer

Agents for every department.

📊

The CFO Agent

Automated monthly reports. Expense anomaly detection. Board presentation prep. Your finance team's new best friend.

⚖️

The Compliance Agent

Tracks regulatory changes. Updates documentation automatically. Keeps you audit-ready 24/7.

💻

The Developer Agent

Code review prep. Deployment monitoring. Incident triage. Lets your engineers focus on building.

🤝

The Sales Agent

CRM hygiene on autopilot. Follow-up drafts with human approval. Competitor intelligence delivered daily.

🏥

The Document Agent

Processes patient records, financial documents, legal filings — locally, with full audit trail. Built for regulated industries where cloud AI is a non-starter.

👋

The Onboarding Agent

New hire starts → agent creates accounts, sends welcome emails, assigns training. Cross-channel: HR triggers in Teams, IT gets tasks in Jira, employee gets a welcome in Slack.

Three steps to your AI team.

1

Deploy

docker compose up on your server. Three containers, one command, done.

2

Configure

Set up users, assign agents, define permissions. The admin dashboard makes it simple.

3

Work

Your team uses agents via Slack, Teams, or the web UI. Like chatting with a very competent colleague.

The Agent Marketplace.

A curated catalog of agent plugins and templates. Every plugin goes through the permission layer. The vision: Atlassian publishes an official Jira agent, Salesforce a CRM agent, the community builds everything in between.

📧

Email Agent

Inbox triage & drafts

📅

Calendar Agent

Scheduling & prep

📈

Pipedrive Agent

CRM automation

🔔

Slack Agent

Channel management

📝

Jira Agent

Ticket triage

🔨

Build Your Own

SDK & Docs

Built on OpenClaw.

Pinchy will run on OpenClaw — the open-source multi-channel AI agent open-source and community-driven. We didn't reinvent the wheel. We're making it team-ready.

  • ✓ Battle-tested core engine
  • ✓ Active open-source community
  • ✓ Proven multi-channel architecture
  • ✓ Extensible skill system
  • ✓ Pinchy adds: plugin governance, cross-channel workflows, enterprise auth
Learn about OpenClaw →

Frequently Asked Questions

Is OpenClaw secure enough for enterprise use?

Not on its own. OpenClaw gives agents full system access with no built-in permission layer — that's why Pinchy exists. We add Docker container isolation, allow-list permissions, RBAC, and cryptographic audit trails. Read how our security model works →

How much does it cost to run AI agents?

You control the models, so you control the costs. Docker hosting is free (your own servers). API costs typically run $1–150/month per agent depending on model choice and usage volume. Sonnet vs Opus alone is a 10x cost difference. More on cost control →

Can I run this completely offline?

Yes. Pair Pinchy with a local model via Ollama or llama.cpp and nothing ever leaves your network. Zero external connections. For teams that need cloud models, just add your API key — your choice.

Do I need to be technical to set this up?

You need to be comfortable with Docker Compose — that's it. Run one command, configure via the admin dashboard. Five minutes from zero to running agents. We're building a setup wizard to make it even easier.

Is this really open source?

Yes. Pinchy's core is licensed under AGPL-3.0. Full source code on GitHub. We follow an open-core model: the community edition is fully functional for small teams. Enterprise features like granular RBAC add capabilities for larger organizations. Inspect it, audit it, deploy it yourself.

We're building this in public.

Pinchy is in active development. Open source core, enterprise features coming. Get early access and shape the product with us.

Book a Demo — Get Early Access →