The complete guide to a ChatGPT usage policy for your company
Most companies now sit in an uncomfortable middle state: employees use ChatGPT and its peers daily, and no document says what is allowed. That silence is itself a policy — it just happens to be "anything goes, and if something leaks, we improvise." A written usage policy fixes three things at once: employees get clarity instead of guesswork, the company gets a defensible position with auditors and customers, and security gets a standard it can actually enforce.
Two failure modes dominate real-world AI policies. The prohibition policy ("AI tools are banned") gets ignored and drives usage underground. The vague policy ("use good judgment with AI") provides no guidance at the moment of the paste. What works is a short, specific document organized around one question: what data can go into which tools?
What a good policy covers
- Scope and approved tools. Name the tools explicitly — ChatGPT, Claude, Gemini, Copilot, Perplexity — and state which account types are sanctioned (company-managed accounts, not personal ones, where you offer them).
- Data rules by category. The core of the document. Spell out what may never enter a prompt: customer PII, credentials and API keys, PHI, cardholder and financial account data, and material non-public information. Tie each category to an action expectation.
- Approved use cases. Say what people should use AI for — drafting, summarizing anonymized text, debugging code with secrets removed, research. A policy that only prohibits reads as a ban and gets treated like one.
- Output responsibility. AI output is a draft, not an authority: the human who ships it owns its accuracy, its IP cleanliness, and its tone. This clause prevents the "the AI wrote it" defense.
- Account and access rules. No pasting company data into personal accounts; opt out of training where the tool allows it; use SSO-managed accounts where available.
- Incident reporting. What to do after an accidental paste: report it, and for credentials, rotate immediately. Make the reporting path blame-light — a punished reporter is the last reporter.
- Enforcement and tooling. State how compliance is monitored (in a privacy-preserving, content-free way) and what happens on violation.
A starting template
AI TOOL USAGE POLICY — [Company] v1.0 / [Date]
1. SCOPE
Applies to all staff and contractors using AI chat tools
(ChatGPT, Claude, Gemini, Copilot, Perplexity, and similar)
on company devices, accounts, or data.
2. NEVER ENTER INTO AN AI TOOL
- Customer or employee PII (names + contact/ID data)
- Credentials: API keys, passwords, tokens, certificates
- Protected health information (PHI)
- Card numbers, bank details, financial account data
- Material non-public information; unreleased financials
3. PERMITTED USE
Drafting, summarization, coding assistance, and research
using content that contains none of the data in section 2.
Remove or redact sensitive values before pasting.
4. ACCOUNTS
Use company-provisioned accounts where available. Do not
submit company data through personal AI accounts.
5. OUTPUT
You are responsible for anything AI-generated that you use.
Verify facts, check licensing of generated code, review tone.
6. IF DATA IS EXPOSED
Report to [security@company] within 24 hours. Rotate any
exposed credentials immediately. Good-faith reports are
never penalized.
7. ENFORCEMENT
Browser-level controls warn on, redact, or block sensitive
data before it reaches AI tools. Monitoring is content-free:
the company logs event categories, never your text.Policy without enforcement is a memo
Here is the uncomfortable part: the moment of violation is a paste into a browser tab, invisible to everyone including, half the time, the employee. No training cadence fixes that, because the failure is attention, not knowledge. The employee knows keys should not go into ChatGPT; they did not notice the key in the stack trace they pasted.
This is why section 7 matters more than the other six combined. A browser-level control like ShieldWays turns the policy into behavior at exactly the right moment: it detects PII, secrets, PHI, and financial data on-device before the prompt is sent, and applies the action your policy prescribes — a warning for education, redaction to keep work moving, a block for the hard lines. The content-free audit log then gives you the compliance evidence a document alone never generates, without surveilling what anyone actually wrote.
Rolling it out
- Draft with legal and one representative from each heavy-usage team (engineering, support, marketing) so the rules survive contact with real workflows.
- Announce with reasoning, not just rules — the Samsung story does more persuasion in one paragraph than a page of prohibitions.
- Deploy the enforcement layer in warn-only mode first. Two weeks of warnings teaches the actual risk landscape before anything is redacted or blocked.
- Tighten to redact/block per category based on what warn-mode revealed, then review quarterly — the tool list changes fast.
A good AI usage policy is short, specific about data categories, honest about approved use, and backed by a control that acts at the moment of the paste. Write the two pages, wire up the enforcement, and the policy stops being shelfware.