Skip to main content
Connections link external services (Gmail, GitHub, Google Drive, etc.) to a workspace. Once connected, their data is available in the virtual filesystem.

create()

Create a connection by passing existing credentials.
Parameters Returns Promise<Connection>

list()

List all connections in a workspace.
Parameters Returns Promise<Connection[]>

del()

Delete a connection.
Parameters Returns Promise<void>