Sun, Jul 12, 2026NY 8:00 PM EDTLA 5:00 PM PDTLON 1:00 AM GMT+1PAR 2:00 AM GMT+2DXB 4:00 AM GMT+4SIN 8:00 AM GMT+8TOK 9:00 AM GMT+9SYD 10:00 AM GMT+10UTC 12:00 AM UTCPayment alerts updated guide pathsScam watch official links firstConsumer alertsSupport-scam watchMoney help deskHow-to guides
Strangely Useful

Payment problems, online safety, browser privacy, AI tools, and everyday tech choices.

Browse the site
Topic hubsFake support guideWrong Cash App paymentLatest storiesTopicsPayment helpSearch
All sections
Internet & CultureTech & AISecurity & TrustPractical TechnologyMoney & PaymentsBrowser & PrivacyAI ToolsSoftware & ServicesInternet Culture & Everyday WorkflowsHidden HistoryUseful ThingsEntertainmentQuizzesAboutHow we workHow guides are madeFollow by RSS
AI Tools - list

Limit an AI Agent's Permissions Before It Acts

Map the job, separate read from write, require approval for consequential actions, and know which control actually removes access.

By Strangely Useful EditorsReviewed by the Strangely Useful AI Tools deskPublished July 12, 2026Updated August 20, 20263 sources6 min read
Quick answer

Give an AI agent the minimum tools, data, and actions it needs; set meaningful approval points; test the boundary; and revoke access after the job.

An AI agent receives a small set of access keys.
Least privilege limits mistakes. Illustration by Strangely Useful.
In this story8 sectionsWrite the job before you connect anythingDo not confuse access with an approval promptChoose the smallest setup that can finish the jobIf the product asks for one broad bundleTest the boundary with harmless dataRead the approval card like a transactionKnow where to disconnectClose the loop after the job

Give an AI agent one job, the smallest useful set of tools, and a clear point where it must stop for you. A tool that summarizes one folder should not also be able to search the whole drive, send messages, change sharing, or delete files.

This is more than a tidy account setting. OWASP describes excessive agency as a combination of unnecessary tool functions, downstream permissions, or autonomy. A mistaken instruction and a malicious instruction can use the same legitimate access. The permission boundary has to hold even when the model is wrong.

Write the job before you connect anything

Describe the expected outcome without naming every capability the product offers. Then fill in a six-line permission plan. If you cannot state the boundary, the agent is not ready for the account.

A minimum permission plan
DecisionWrite downExample
OutcomeThe finished resultA draft summary of new messages
ToolsOnly the apps neededEmail and one staging document
Data boundaryThe accounts, folders, labels, or records it may touchMessages with the Project North label
Allowed actionsRead, create, edit, send, share, delete, or purchaseRead messages; create a private draft
Approval pointWhat must pause for reviewAny external message or sharing change
Stop and expiryWhen the run halts and access endsStop on an unknown recipient; disconnect Friday

Do not confuse access with an approval prompt

Products often put several different controls under words such as permission, access, or approval. They are not interchangeable.

Four controls that do different jobs
ControlWhat it changesWhat it does not prove
Connection grantWhat the app or integration can reach in the connected serviceThat every allowed action will require a prompt
Action controlWhich read or write actions the agent is allowed to use, when the product offers this controlThat the underlying connection has been revoked
Approval settingWhen the agent asks before using access it already hasThat the app has less access to the connected service
Disconnect or revokeEnds the connection or credential used for future accessThat previously copied or exported data was erased

OpenAI's current Apps in ChatGPT guidance makes this distinction explicit: its app-permission setting controls when ChatGPT asks, not the access granted when the app was connected. To remove that access, disconnect the app or have a workspace administrator disable it. Treat a confirmation preference as a brake, not as a smaller key.

Choose the smallest setup that can finish the job

  1. Connect only the required tool. Do not leave a general browser, shell, mailbox, drive, calendar, and payment tool available because one might be useful later.
  2. Start read-only. Add write access only when the outcome actually requires a change. Reading a mailbox does not require sending or deleting mail.
  3. Narrow the data boundary. Prefer one folder, label, calendar, repository, table, or project over the whole account.
  4. Use a separate identity when possible. A dedicated low-privilege account or workspace makes the boundary visible and easier to revoke. Do not give an agent an owner or administrator login for an ordinary task.
  5. Make the output reversible. Draft before send, stage before publish, quarantine before delete, and prepare a cart before purchase.
  6. Require approval for consequences. Pause before external communication, deletion, sharing or permission changes, purchases, refunds, credential creation, and other hard-to-reverse actions.
  7. Set destinations and stop conditions. An allowed action is safer when its recipients, domains, folders, amounts, and time window are also constrained.

Do not rely on the model to remember these limits from a prompt when the connected service can enforce them. OWASP recommends enforcing authorization in the downstream system and requiring human approval for high-impact actions. The prompt-injection guide explains why instructions found inside email, documents, and webpages should not be trusted as new authority.

If the product asks for one broad bundle

Some integrations do not offer the narrow scope a job deserves. That is a product limitation, not a reason to click through. Use a dedicated account with only the needed material, share one staging folder, export a copy for the agent, or complete the job without connecting the service. Never paste a password, recovery code, authenticator seed, or owner credential into the conversation to work around a poor connection flow.

If the connection screen adds a new permission you cannot explain from the written job, stop. Check the app's official capability and privacy pages, then decide whether the extra access is acceptable. Urgency does not make an unrelated scope necessary.

Test the boundary with harmless data

  1. Create a temporary folder, draft, or test record with no sensitive data.
  2. Run the smallest normal task and confirm the agent can reach only the intended material.
  3. Ask for a harmless action outside the plan, such as reading a different test folder or sending a draft to a test address. The system should refuse, omit the action, or pause at the control you set.
  4. Check the destination and activity log. A polished answer is not evidence that the right account, file, or recipient was used.

Do not use live payments, real customer records, private mail, or permanent deletion as test data. When a safe boundary test fails, remove the connection and fix the permission model before retrying.

Read the approval card like a transaction

Before allowing an action, check the connected app, action, target, data leaving the account, and whether the result can be undone. Expand details when the interface offers them. Deny the request if a recipient, amount, filename, URL, sharing level, or new permission differs from the plan.

A prompt that appears repeatedly can train people to approve on reflex. Do not switch to an always-allow option just to quiet an unexplained request. Reduce the workflow, split read from write, or move the approval to the connected service.

Know where to disconnect

Official starting points checked August 20, 2026
ProductStart hereImportant distinction
ChatGPTProfile menu → Settings → Apps; open the connected app to review its preferences or disconnect it.Ask-permission choices control confirmation timing. They do not reduce the app's existing connection grant.
GeminiGemini menu → Settings & help → Connected Apps; turn off the app you no longer want connected.Available apps and actions vary by device, country, account, and Gemini surface.
Another agentUse the agent's connections page, then inspect the connected service's third-party access or security page.Disconnecting the agent may not erase data it already copied, and deleting a chat is not the same as revoking a connection.

Close the loop after the job

  1. Disconnect tools that are no longer needed. For a recurring workflow, record an owner and the next review date instead of leaving an anonymous connection.
  2. Check the service that supplied the access. Review its connected-app, third-party access, token, or account-security page. Revoke the grant there too when the agent's status is unclear.
  3. Review recent activity. Look for unexpected recipients, exports, edits, shares, purchases, or access outside the planned window.
  4. Remove leftover credentials. Revoke a personal access token or API key created for the task. If a password or recovery secret was exposed, replace it through the provider's official security flow.
  5. Keep the plan, not the access. Save the six-line job definition so a later run can be authorized deliberately.

The goal is not to make an agent harmless. A useful agent needs real capability. The goal is to make its maximum mistake smaller than the account, business, or person it is helping.

Sources used3 sources checked for this guide
  1. LLM06:2025 Excessive AgencyOWASP Gen AI Security Projectstandards-guidance - Retrieved Aug 20, 2026 - record checked

    Used forOWASP identifies excessive functionality, excessive permissions, and excessive autonomy as root causes of excessive agency, and recommends minimizing tools, functions, and downstream permissions while requiring approval for high-impact actions.

  2. Apps in ChatGPTOpenAI Help Centerofficial-support - Retrieved Aug 20, 2026 - record checked

    Used forOpenAI states that ChatGPT app-permission settings control when ChatGPT asks before using an app; they do not expand or reduce the access granted when the app was connected, and disconnecting or disabling the app removes future access.

  3. Use and manage Connected Apps in GeminiGemini Apps Helpofficial-support - Retrieved Aug 20, 2026 - record checked

    Used forGoogle states that Gemini Connected Apps can read information or take actions with permission, can be connected or disconnected in Connected Apps settings, and vary by device, country, account, and Gemini surface.

Guide feedback

Was this guide useful?

No personal details are collected here. Use corrections for factual issues.