> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coconut.md/llms.txt
> Use this file to discover all available pages before exploring further.

# Connectors

> How agents reach external systems

Agents reach external systems (Slack, Linear, Google Drive, Day.ai, Notion, Sentry, Stripe, Box, …) through **connectors**.

* Credentials are stored **encrypted**, scoped to the org or overridden per space.
* OAuth-based connectors handle the grant flow from the space's **Connections** page.
* Custom **MCP/OpenAPI** connections can be added per deployment.

<Note>
  Encrypted credentials require `COCO_SETTINGS_ENCRYPTION_KEY` on the API runtime. See [Operations](/operations/deployment).
</Note>
