CONCEPT · CONNECTOR

Connector

A typed integration boundary: triggers flow in, actions flow out.

What it is

A connector is the only way workflows or agents touch the outside world. Each has declared triggers (things it can emit) and actions (things it can be told to do), both typed.

Live today

Firecrawl (crawl), Resend (email), Google Sheets (append), Lovable AI (Gemini).

Authority

Agents can only invoke connector.action pairs listed in their envelope. This is enforced at the connector boundary, not by prompt discipline.

See also

Try it live