---
name: sharepoint
description: "SharePoint/OneDrive connector for host fleet-managed bind mounts."
version: "0.3.0"
entry: ./driver.ts
fields: []
keywords:
  - sharepoint
  - onedrive
  - microsoft
  - graph
  - office365
  - fleet
---

## SharePoint Connector

Exposes a SharePoint or OneDrive folder that has already been mounted by the
host fleet and bind-mounted into the agent container.

Package-side SharePoint connectors do not spawn or configure a cloud data plane.
At connect time the connector id must be listed in `SKAILE_FLEET_MANAGED_MOUNTS`;
otherwise connect fails with a host fleet-managed mount requirement.

```yaml
connectors:
  - id: project-docs
    driver: sharepoint
    access: read-write
```

The host is responsible for authentication, remote configuration, cache
lifecycle, upload flushing, and health handling. The package driver verifies the
bind is readable, returns a handle with `mountPath`, and treats sync/hibernate/
close as no-op success.
