# General Input joins the Microsoft AI Cloud Partner Program

> General Input is a certified Microsoft AI Cloud Partner. Connect Outlook, Teams, OneDrive, SharePoint, Excel, Planner, and To Do to AI workflows in one click.

Published: 2026-05-04. Last updated: 2026-05-07.

General Input is now a member of the [Microsoft AI Cloud Partner Program](https://learn.microsoft.com/en-us/partner-center/membership/isv-success). With this release, **seven Microsoft 365 services are 1-click connect** on any General Input workflow.

## Supported Microsoft 365 services

- **Outlook** -- read, send, search email, manage calendar events
- **Teams** -- post messages, read channels, send DMs, manage meetings
- **OneDrive** -- list, read, write, and search files
- **SharePoint** -- access sites, lists, and document libraries
- **Excel** -- read and write rows in workbook tables
- **Planner** -- create, update, and read tasks across plans
- **To Do** -- manage personal task lists

Each is a **1-click OAuth connect** from the connector dropdown on any workflow, with permissions scoped per service.

<Callout type="tip">
  Your IT team does not need to register an app inside your tenant. The
  Microsoft AI Cloud Partner certification means General Input is the registered
  app. Users authorize via Microsoft's standard consent screen.
</Callout>

## How Microsoft credentials are secured

The partner review covered how General Input handles credentials, and it's worth describing briefly because the architecture answers a question every agent buyer is starting to ask.

OAuth tokens are **encrypted at rest** in our credential store. When a workflow runs, the credential is decrypted and injected into a sandboxed step at runtime, then destroyed when the step finishes. The token is exposed to the Microsoft Graph SDK call and nothing else. It is stripped from any payload before it reaches the model. General Input can now perform real work across your Microsoft org, and the model driving any of it never sees a credential.

<Callout type="note">
  Every Graph call is written to an audit trail tied to the user who authorized
  the credential, the workflow that ran, and the step that made the call.
</Callout>

## Available today

All seven Microsoft connectors are live for every General Input workspace.

## FAQ

### Which Microsoft 365 services are supported with one-click OAuth?

Outlook, Teams, OneDrive, SharePoint, Excel, Planner, and To Do. Each is a per-service connector with permissions scoped to that surface.

### Does the AI model see my Microsoft access tokens?

No. Tokens are encrypted at rest, decrypted only inside a sandboxed step at runtime, and stripped from any payload before it reaches the model.

### Will my IT or InfoSec team have to register an app inside our tenant?

No. The Microsoft AI Cloud Partner certification means General Input is the registered app, so your users authorize via Microsoft's standard consent screen.

### Is every Graph call audit-logged?

Yes. Each call is tied to the user who authorized the credential, the workflow that ran it, and the step that issued it.