Connectors & Data Sources¶
Connectors let an agent reach into your tools, to read source files, pull context, and push results, while every connector action stays governed by the Authorisation Layer.
Available connectors¶
| Connector | What it's for |
|---|---|
| Gmail | Read and send email context. |
| Google Drive | Import documents into the agent's library or attach to a request. |
| Dropbox | Import files from Dropbox. |
| OneDrive | Import files from OneDrive. |
| Slack | Send messages and updates to channels. |
| Notion | Read and write Notion content. |
| Trello | Work with boards and cards. |
| HTTP / Webhook | Call an external API or notify another system. |
| Custom API | Connect a bespoke endpoint. |
Connect an account from the Connectors area in the sidebar.
Data sources¶
Beyond file connectors, you can attach data sources the agent queries for live information as part of a task.
How connectors are used¶
When a request needs a connector (for example, "email this summary" or "import the latest file from Drive"), the agent includes that action in its plan. You approve the plan before anything is sent or fetched, and each connector call is enforced by the Authorisation Layer, so the agent only does what it's permitted to do.