What is an application connector?

Definition

An artificial intelligence application connector links an AI assistant or agent to a service such as email, cloud storage, a calendar or a document editor. The connector translates the service's available data and actions into a form the AI system can use, usually through an application programming interface and an authorization grant.

A useful connector does more than expose a service name. It defines which accounts, records and actions are available, preserves service-specific constraints, and provides permission or approval controls for consequential operations. Its practical value depends on coverage: a connector that can read message text but not attachments, or create a file but not edit the original, supports a narrower workflow.

Acronyms and aliases

AI application connector acronymAI connector acronymartificial intelligence application connector variant

Frequently asked questions

How does an artificial intelligence application connector work?

It authenticates with an external service, exposes a bounded set of data and actions, and translates an AI system's request into calls that the service can validate and execute.

Why do artificial intelligence application connectors have different capabilities?

Each connector implements a particular set of service APIs, permissions and safety controls, so two assistants connected to the same application may support different records and actions.

Videos explaining application connector