Connectors

Connects to everything.

40+ native

40+ native connectors, 100+ via Pipedream relay, and a unique self-building capability — agents create new connectors at runtime without human intervention.

40+

Native connectors

100+

Via Pipedream relay

Self-building at runtime

Native Connectors

GitHub, Gmail, Google Calendar, Slack, Notion, Jira, Stripe, Google Sheets, Weather — with typed schemas, credential management, and full API coverage.

Pipedream Relay

100+ additional platforms through integration relay. Export guard prevents unauthorised outbound data. Full execution logging for audit compliance.

Self-Building

Agents research an API, scaffold a typed Go connector, compile it, install it, and use it — in one conversation. No restart required. No human developer needed.

Carrier Tracking

Pre-built for FedEx, UPS, DHL, USPS, Aramex, Maersk. Agent-built for any other carrier with API documentation. Real-time shipment status updates.

Credential Vault

AES-256-GCM encrypted storage. Per-provider key prefix validation. Key pool rotation on failure. Multiple keys per provider for load distribution.

Connector SDK

Standard interface for all connectors: authenticate, list actions, execute action, handle webhooks. Any connector can be built to this spec.

How self-building works

1. User says "Connect to [Service X]" and provides API credentials

2. Agent researches the API documentation (or uses provided docs URL)

3. Agent scaffolds a typed Go connector with proper error handling

4. Compiles and installs the connector into the running system

5. Connector is immediately available for use — no restart, no deploy