Enterprise Setup
Pinchy Enterprise unlocks features like Groups, agent access control, and priority support. Activating it takes one step: enter a valid license key.
Getting a license key
Section titled “Getting a license key”Contact us to get a license key:
- Trial key — 14 days, all enterprise features. Book a call or email hey@clemenshelm.com.
- Paid key — Annual license, renewable. Same contact.
No credit card required for trials. No per-agent or per-message fees.
Activating your key
Section titled “Activating your key”There are two ways to enter your license key. Use whichever fits your workflow.
Option 1: Settings UI (recommended)
Section titled “Option 1: Settings UI (recommended)”- Log in as an admin.
- Go to Settings → License.
- Paste your license key and click Save.
The key is validated immediately. If valid, enterprise features activate instantly — no restart needed.
Option 2: Environment variable
Section titled “Option 2: Environment variable”Set PINCHY_ENTERPRISE_KEY in your Docker Compose configuration:
services: pinchy: environment: - PINCHY_ENTERPRISE_KEY=eyJ...your-key-hereThen restart the container:
docker compose up -dVerifying your key
Section titled “Verifying your key”After entering a key, go to Settings → License. You should see:
- License type — Trial or Paid
- Organization — The name tied to your key
- Expiry date — When the key expires
- Days remaining
The enterprise features (Groups tab, agent access control) should now be available.
What happens when a key expires
Section titled “What happens when a key expires”Pinchy degrades gracefully. Nothing breaks:
- Agents with Restricted visibility fall back to All users — everyone can access them.
- Group assignments stay in the database but are not enforced.
- The audit trail continues to work.
- All data, agents, and configuration remain intact.
Renew your key and permissions are restored instantly.
Enterprise features
Section titled “Enterprise features”| Feature | Description |
|---|---|
| Groups | Organize users into teams, scope agent access per group |
| Agent Access Control | Set agents to “Restricted” visibility, assign to specific groups |
| Role-Based Access Control | Granular permissions per user, per agent, per action |
| Priority Support | Direct access to the Pinchy team with priority response times |
Offline validation
Section titled “Offline validation”License keys are validated locally using cryptographic signatures. No internet connection is required — Pinchy never phones home. This makes enterprise features fully compatible with air-gapped and offline deployments.