ByteChef LogoByteChef

Overview

Learn how to connect and manage third-party application connections in ByteChef.

What are Connections?

Connections in ByteChef are secure links between your ByteChef account and external services. They store authentication details and configuration needed to interact with these services through your workflows.

Think of a connection as a bridge: one end is in ByteChef, and the other is in your favorite app (like Slack, Google Drive, or Salesforce). Once this bridge is built, ByteChef can safely walk across it to send or retrieve data.

Key Features

  • Centralized Management: View, edit, and monitor all your connections in one place.
  • Reusable: Create a connection once and use it across dozens of different workflows.
  • Secure: All credentials are encrypted at rest using industry-standard AES-256 encryption.
  • Easy Setup: Guided wizards help you navigate the authentication process for each service.
  • Sharing: (Enterprise) Share connections with your team while maintaining control over permissions.

Getting Started

Setting up a connection is a quick process:

  1. Navigate to Connections: Click the Connections tab in the main sidebar.
  2. Choose a Service: Click New Connection and search for the application you want to connect.
  3. Authenticate: Follow the prompts to authorize ByteChef. This might involve logging in via OAuth, pasting an API Key, or providing basic credentials.
  4. Name and Save: Give your connection a descriptive name (e.g., Company Slack - Marketing) to help you identify it later.

Authentication Methods

ByteChef supports various authentication methods to accommodate the security requirements of different services:

  • OAuth 2.0: The industry standard for secure authorization. It redirects you to the app's own login page so ByteChef never sees your password.
  • API Key: A secret token provided by the service that you paste into ByteChef.
  • Bearer Token: A security token that gives access to the bearer.
  • Basic Auth: Traditional username and password authentication, typically used by internal or legacy systems.

Learn more about Authentication Methods.

Next Steps

How is this guide?

Last updated on

On this page