Skip to content

Enterprise Setup

Pinchy Enterprise unlocks features like Groups, agent access control, and priority support. Activating it takes one step: enter a valid license key.

Contact us to get a license key:

No credit card required for trials. No per-agent or per-message fees.

There are two ways to enter your license key. Use whichever fits your workflow.

  1. Log in as an admin.
  2. Go to Settings → License.
  3. Paste your license key and click Save.

The key is validated immediately. If valid, enterprise features activate instantly — no restart needed.

Set PINCHY_ENTERPRISE_KEY in your Docker Compose configuration:

services:
pinchy:
environment:
- PINCHY_ENTERPRISE_KEY=eyJ...your-key-here

Then restart the container:

Terminal window
docker compose up -d

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.

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.

FeatureDescription
GroupsOrganize users into teams, scope agent access per group
Agent Access ControlSet agents to “Restricted” visibility, assign to specific groups
Role-Based Access ControlGranular permissions per user, per agent, per action
Priority SupportDirect access to the Pinchy team with priority response times

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.