Connections

Connect to external systems (DBs, APIs, storage).

Setup New Connection

1. Connections nav → New Connection

2. Choose type:

🗄️ Database (SQL)

PostgreSQL/MySQL:

– Host, Port, DB Name

– Username/Password or Service Account

– Test Connection → Save

Use in SQL Query nodes.

☁️ Storage

TypeConfig
S3Access Key, Secret, Bucket
GCSService Account JSON
Azure BlobConnection String

🔑 APIs/LLMs

OpenAI/Anthropic:

– API Key (env var recommended)

– Base URL (custom endpoints)

Webhook: URL + Auth

🔒 Security

– Test each connection

– Rotate keys regularly

– Space-scoped access

Pro: Centralize credentials, reuse across pipelines.

← Templates | Executions →