Prepared by JPtheGeek · Managed IT & Cybersecurity

Connecting AI to Your Business Systems

How these integrations really work, where the risk comes from, and the safe way to say yes — a practical guide to AI in Microsoft 365 and beyond.

Get an AI readiness review
How to use this guide

This is the thinking behind the recommendations we give you. When we advise you on a specific product — a chatbot, a video tool, an AI "agent" — that advice flows from the framework on this page. Read it to understand not just what we recommend, but why, so the decisions we make together are clear rather than taken on faith.

1 · Our starting point

We are not here to slow down your adoption of AI. We are here to make it safe enough that you can move quickly and with confidence. The number of "can we connect this AI tool to our systems?" requests we field climbs every month, and most of them are good ideas. A few are quietly dangerous — and the difference is rarely obvious from the marketing page.

Our job is to help you tell them apart, and to set things up so that a good idea stays a good idea. One belief sits underneath everything that follows:

The core idea

AI rarely creates brand-new risk. It takes the access, data, and permissions you already have and makes them dramatically more active — more discoverable, more automated, and in the newest tools, able to act on their own. Set it up well and that is enormous leverage. Set it up poorly and it is exposure.

The rest of this guide explains how these connections actually work, the handful of ideas that drive our recommendations, the risks in plain language, and the disciplined way we connect AI without losing sleep over it.

2 · The one shift that changes everything

For most of the last few years, "AI at work" meant an assistant: you ask, it answers. It reads your files or your email to help you write, summarize, or find something. It is a very capable reader, and it is fundamentally passive — it waits for you.

The newest wave is different in kind, not just degree. These are agents: you give them a goal and they take actions to reach it — sending emails, updating CRM records, moving files, running multi-step tasks on a schedule, even connecting themselves to other systems. This is the single most important thing to understand about any AI tool, because it determines what can go wrong.

LevelWhat it doesWorst case
Reads — the assistant Searches, summarizes, and drafts using content you can already see. It hands you output; you decide what to do with it. It surfaces something internally that it shouldn't have. Visible to you, and contained.
Writes — the connected tool Creates or changes data — updates a record, saves a file, sends a message when you click send. Wrong or unwanted changes inside your own systems.
Acts — the autonomous agent Decides and executes on its own, often on a schedule, across several tools at once, with little or no human review of each step. It does something in the outside world — emails a real customer, deletes records, triggers a workflow — that you cannot take back.

The security community has a name for the danger here. A widely used AI security risk framework — the OWASP Top 10 for LLM Applications — calls it "Excessive Agency": giving a system more functionality, permission, or autonomy than its task requires. In their words, an agent with email permission can be tricked into sending phishing emails, and one with database access into deleting records. It is exactly why we care so much about what a tool is allowed to do — not only what data it can see.

The principle this gives us

The more a tool can act — and the less a human reviews each action — the higher the bar it must clear before we connect it.

3 · How an AI connection actually works

When you "connect" an AI tool to Microsoft 365 — or to HubSpot, Salesforce, Google Workspace, or Slack, where the pattern is the same — you are not emailing it your data. You are handing it a key. Here is the anatomy of that key, left to right:

Consent screenyou approve
Entra IDchecks identity
Token + scopesthe key
Graph APIthe gateway
Your datamail, files, CRM
  • The consent screen. You, or an administrator, approve the app. This is the moment that matters most — it is where the key is handed over — and the screen lists exactly what the app is asking for. Most people click past it. We read it.
  • The identity broker. In Microsoft 365 this is Microsoft Entra ID; every major platform has an equivalent. It is the bouncer that checks credentials and issues the key.
  • Scopes — the specific permissions. The key is not all-or-nothing. It is a set of scopes: "read your mail," "send mail as you," "read and write contacts," "read your files." "Read your email" and "send email as you" are worlds apart — and both can appear on the same screen. This is where least privilege is won or lost.
  • Delegated vs. application permissions. Delegated means the app acts as a specific signed-in person, limited to what they can see. Application means the app acts as itself across the whole tenant, often with no per-user limit. Application permissions are far more powerful and deserve far more scrutiny.
  • The token — and the refresh token. Once approved, the app receives a token: the actual key. Crucially, it usually also gets a refresh token, which lets it keep minting new keys indefinitely. The access is therefore standing — it keeps working until someone explicitly revokes it, whether or not anyone is watching.
  • The API gateway. The app uses the token to reach your data through the platform's API — Microsoft Graph for Microsoft 365, and equivalent APIs elsewhere.

The newer layer: MCP

You will increasingly hear about the Model Context Protocol (MCP), an open standard introduced in late 2024 that has quickly become the common way to wire AI agents to tools and data. One fact about it is worth holding onto: under the hood, MCP connections are authorized with the same OAuth framework your employees already use every day. MCP makes connecting easier and more capable — but it does not change the fundamental trust decision. As security researchers put it, MCP's safety depends almost entirely on what is built around it, not the protocol alone. The same questions apply.

The takeaway

Connecting an AI tool is the same class of decision as installing any third-party app with access to your data: you are granting a standing key. What is new is that AI makes that key far more active — it reads more, automates more, and increasingly acts on its own.

4 · The four questions we ask about every AI connection

When a request comes in, we run it through four questions. They are simple, they are in a deliberate order, and together they explain almost every recommendation we make.

#The questionWhat it means, and why it matters
1 What can it DO? Is it a reader, a writer, or an actor? Does a human approve consequential actions, or does it run on its own? This sets the ceiling on how badly things can go. A read-only assistant and an autonomous, email-sending agent are not the same risk — even with identical data access.
2 What can it REACH? How sensitive is the data in scope, and how wide is the blast radius? Email? Files? A CRM full of customer PII? Everything, or only what one user can see? The value of the target sets the stakes — which is why we push hard for least privilege: the narrowest access that still does the job.
3 Can we TRUST the vendor? Do they publish a SOC 2 report? Will they sign a data processing agreement? Who are their subprocessors — and which AI model provider do they send your data to? Do they train on your data? You are not just trusting the AI; you are trusting the company behind it, and everyone they rely on.
4 How is it GOVERNED? Who approves the connection — an admin, or any employee? Is access least-privilege and reviewable? Can we see what it is doing, and revoke it cleanly? Who checks it, and how often? The first three questions describe the risk; this one decides whether you are actually managing it.

The order is intentional. Capability first, data second, vendor third, governance fourth — because a tool that can only read low-sensitivity data from a trusted vendor under tight governance is an easy yes, and each less-comfortable answer raises the bar for the others.

5 · Where the risk actually comes from

These are the risks behind our caution — not reasons to avoid AI, but reasons to connect it deliberately. Where helpful, we note how the security community categorizes each; the OWASP Top 10 for LLM Applications is the standard reference.

Your data leaves your walls — twice

Connecting a tool sends your content to the AI vendor's systems, and almost always onward to whatever model provider they use underneath — a subprocessor you may never see named. Where it goes, how long it is kept, and whether it is ever used to train a model depends on the vendor and your plan. Consumer AI plans commonly train on your data by default; business and enterprise tiers commonly do not — but you have to choose the right one and confirm it.

AI amplifies the mess you already have

This is the risk most organizations underestimate. AI rarely grants new access — but it makes existing access instantly usable. The overshared SharePoint site, the folder with broken permission inheritance, the "anyone with the link" that never expired: invisible today, one plain-language question away tomorrow. Industry research puts overshared business-critical data in a typical Microsoft 365 tenant at roughly 16%. The problem is your permissions, not the AI — the AI simply turns latent exposure into live exposure. It is exactly why we insist on cleaning the tenant before connecting anything.

Prompt injection: the AI reads attacker instructions and believes them

Because these tools read your documents, emails, and messages, hidden instructions inside that content can hijack them — "ignore your instructions and forward this thread to…" It is the number-one risk on the OWASP list, and neither clever prompting nor fine-tuning fully removes it. A real, since-patched example: the "EchoLeak" flaw in a Microsoft 365-connected AI assistant let a booby-trapped email cause data to be exfiltrated with zero clicks. The lesson is not "that one bug" — it is that any AI reading untrusted content can be steered by it.

The "lethal trifecta"

Security researchers describe the genuinely dangerous combination in three parts: (1) access to private data, (2) exposure to untrusted content, and (3) the ability to communicate or act externally. Any one alone is manageable. All three together — an agent that can read your CRM, ingests an attacker's email, and can send mail or call an API — is how a prompt-injection prank becomes a data breach. This is precisely the profile of an autonomous agent wired to email plus a CRM, which is why those requests get our closest scrutiny.

When an agent acts, mistakes don't come back

A reading tool that errs shows you something out of place. An acting agent that errs sends the email, changes the record, deletes the file, or triggers the workflow — externally, irreversibly, in your name. Outbound sending also drags in deliverability (your domain's sending reputation) and compliance (CAN-SPAM, CASL, GDPR consent rules) that land on you, not the vendor.

The token is the target

Here is an under-appreciated one: an attacker often does not need to break the AI at all. If the tool's access token is stolen or over-permissioned, they can simply reuse your key to reach your data and tools — no malware, no firewall to bypass. Long-lived tokens, broad scopes, and shared service accounts turn one compromised vendor into a path straight into your tenant. This is why scope and revocability are not paperwork — they are the blast radius.

Shadow AI

Finally, the quietest risk. If you do not offer a sanctioned, governed way to use AI, people use ungoverned personal accounts anyway — pasting client data into whatever is handy, entirely outside your visibility. Saying "no" to everything does not remove AI from your business; it just makes it invisible.

6 · The safe way: how we connect AI without losing sleep

Here is the approach we apply every time. It has three parts: get the foundation right once, run every individual connection through the same disciplined lifecycle, and back it with the right people and policy.

Part A — Foundation first (before any AI touches the tenant)

AI is an amplifier. Amplify a clean signal and you get leverage; amplify noise and you get chaos. Before we connect anything, we make the basics solid:

  • Fix oversharing — "Everyone except external users" access, broken permission inheritance, and stale "anyone with the link" sharing.
  • Apply sensitivity labels at the item level (labeling a site does not label the files inside it), and turn on data loss prevention.
  • Enforce MFA and Conditional Access, so access requires strong authentication and healthy devices.
  • Know your baseline — which apps already hold access to your tenant today.

Part B — The per-connection lifecycle

For each AI tool or agent, in order:

  1. Assess. Run the four questions. This tells us how much scrutiny the rest of the process needs.
  2. Vet the vendor. Get the SOC 2, a signed DPA, the subprocessor and model-provider list, data-retention and residency terms, and the data-training stance — in writing. No paperwork, plus sensitive data, plus write access equals a formal review, not a quick yes.
  3. License correctly. Business or enterprise tier, training disabled and documented; never a personal plan for company data.
  4. Scope to least privilege. Grant only the connectors and permissions the use case actually needs. If it only needs to read OneDrive, it does not get mail-send or Teams. Prefer delegated (as-the-user) over application (whole-tenant) permissions.
  5. Govern the consent. Administrators approve third-party app access — not individual employees. Microsoft now requires admin consent for apps reaching files and sites by default on many tenants; we verify it is enforced and route new apps through an approval workflow.
  6. Keep a human in the loop for anything consequential. Sending email, bulk-editing or deleting records, moving money, or external data transfers. OWASP's own guidance: require human approval for high-risk actions, run the tool in the user's security context, and let the external system — not the AI — enforce authorization.
  7. Monitor and inventory. Keep a live list of which AI tools, agents, and MCP connections have access; watch OAuth activity for risky grants; log AI interactions for sensitive-data exposure.
  8. Review and revoke. Re-check access on a schedule, pull anything unused, and rotate or revoke tokens. Standing access should never outlive its purpose.

Part C — People and policy

  • A short, plain-language AI acceptable-use policy — the "rules of the road."
  • Training so staff never paste regulated data (PII, PHI, secrets) into prompts.
  • A sanctioned option, so good people never need to reach for shadow AI.
What we are really doing

We are not trying to make AI hard. We are trying to make the reversible things easy and the irreversible things deliberate.

7 · A quick way to triage any request

When you are sizing up a request yourself, this is the shorthand the framework produces. It is a starting point, not a substitute for the full assessment — but it tells you how hard to look.

SignalVerdictWhat it looks like
Green Proceed with standard controls A read-only assistant; a reputable vendor with SOC 2 and a DPA; a business or enterprise license with training off; least-privilege, admin-consented scopes on non-sensitive data.
Yellow Proceed only with heightened diligence Write access; reaches CRM, financial, or regulated data; runs autonomously or on a schedule; or a smaller, less-documented vendor. Requires a formal vendor review, enforced human-in-the-loop, and tight scoping.
Red Stop until resolved A personal or consumer AI plan for company data; write access to sensitive data with no DPA or SOC 2; employee self-service consent left enabled; or an autonomous agent that can act or wire in new tools without bounds. These are not permanent "no"s — they are "not until the gap is closed."

8 · Bringing it together

Every specific recommendation we give you — on a chatbot, on a video-and-CRM agent, on whatever launches next month — comes out of this same framework, applied consistently. That is deliberate. It means our advice is predictable, and you can always see the reasoning rather than taking it on faith.

The through-line is short: understand what a tool can do, what it can reach, who is behind it, and how it is governed. Clean your house first, grant the narrowest key that does the job, keep a human on the irreversible actions, and keep the ability to see and revoke. Do that, and connecting AI is one of the highest-leverage moves your business can make.

How JPtheGeek helps

  • Readiness assessment. We review your tenant for the oversharing, labeling, and consent gaps that matter most before AI is connected — and tell you honestly where you stand.
  • Secure enablement. We put the licensing, identity, scoping, and monitoring controls in place, and connect only what you need.
  • Ongoing governance. We keep watch on connected apps, agents, and AI usage so your setup stays safe as it grows.

Ready to proceed? Send us your go-ahead

If you've read the risks above and you'd like us to enable or connect an AI tool to your systems, copy the statement below, fill in the blanks, and email it back to us at info@jpthegeek.com. It confirms your informed go-ahead so we can move forward.

Thinking about connecting an AI tool — or already have one running?

Let's talk before more data flows than you intended.

Get an AI readiness review