You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/docs/(getting-started)/architecture.mdx
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,11 @@
1
1
---
2
-
<<<<<<< HEAD
3
-
description: "ByteChef Platform Architecture. Learn the infrastructure design and technical components of the ByteChef system in your ByteChef workflows."
4
-
title: Platform Architecture
5
-
=======
6
2
title: Platform Architecture
7
-
description: ByteChef is an open-source, enterprise-ready platform for API integration and workflow automation.
8
-
>>>>>>> origin/master
3
+
description: "ByteChef Platform Architecture. Learn the infrastructure design and technical components of the ByteChef system in your ByteChef workflows."
9
4
---
10
5
11
6
ByteChef is built on a scalable, modular architecture designed to handle enterprise-grade workflow automation and integrations. The platform provides a flexible foundation that supports multiple deployment models, from cloud-hosted to on-premises deployments.
Copy file name to clipboardExpand all lines: docs/content/docs/(getting-started)/glossary.mdx
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,7 @@ Workflows are a series of actions and triggers that automate processes within th
17
17
18
18
In ByteChef, a component is a modular building block that encapsulates specific functionalities within the platform. Each component is designed to interact with external services or perform particular tasks, making it an essential part of creating workflows.
19
19
20
-
<<<<<<<HEAD
21
20
Components are composed of two main elements: **Actions** and **Triggers**.
By combining actions and triggers, components enable users to automate complex processes and integrate various services seamlessly. Components are designed to be reusable and extendable, allowing users to customize and expand their workflows according to their needs.
Copy file name to clipboardExpand all lines: docs/content/docs/(getting-started)/introduction.mdx
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,6 @@
1
1
---
2
2
title: Introduction
3
-
<<<<<<< HEAD
4
3
description: "This is the documentation for ByteChef, an open-source workflow automation platform that connects your entire tech stack with AI-powered intelligence."
5
-
=======
6
-
description: This is the documentation for ByteChef, an open-source workflow automation platform that connects your entire tech stack with AI-powered intelligence.
Copy file name to clipboardExpand all lines: docs/content/docs/(getting-started)/quickstart.mdx
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,6 @@
1
1
---
2
2
title: "Quick Start"
3
-
<<<<<<< HEAD
4
3
description: "Quick Start guide for ByteChef. Learn how to build your first workflow in minutes with Spotify and Slack integration examples."
5
-
=======
6
-
description: "This guide walks you through the basics of ByteChef in a few minutes. You'll learn how to build a workflow quickly, so no much configuration needed."
7
-
>>>>>>> origin/master
8
4
---
9
5
10
6
In this tutorial, you'll learn:
@@ -133,11 +129,7 @@ The demo in this quickstart demonstrates the core concept of automation:
Copy file name to clipboardExpand all lines: docs/content/docs/(getting-started)/what-is-bytechef.mdx
-63Lines changed: 0 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,43 +1,11 @@
1
1
---
2
-
<<<<<<< HEAD
3
-
title: What is ByteChef?
4
-
description: "ByteChef is an open-source platform for building AI agents, automating workflows, and integrating applications across SaaS, APIs, and databases."
5
-
---
6
-
=======
7
2
title: "What is ByteChef?"
8
3
description: "ByteChef is an open-source, enterprise-ready platform for building AI agents, automating workflows, and integrating applications across SaaS, APIs, and databases with flexible deployment."
9
4
---
10
-
11
-
>>>>>>> origin/master
12
5
ByteChef is an open-source platform that is designed to help you build AI agents, automate workflows, and integrate applications across your entire tech stack. Whether you're connecting SaaS tools, APIs, or databases, ByteChef provides a flexible, scalable solution for workflow automation.
Build powerful automations that connect your applications and services. Create workflows that handle repetitive tasks, process data, and orchestrate complex business logic without writing code.
43
11
@@ -71,18 +39,10 @@ Capture leads from multiple sources, enrich data, qualify prospects, and nurture
71
39
72
40
**Customer Support Automation**
73
41
Route support tickets intelligently, generate responses with AI, track issues across channels, and keep customers informed automatically.
74
-
>>>>>>> origin/master
75
42
76
43
**Data Integration & Synchronization**
77
44
Keep databases, CRMs, data warehouses, and analytics platforms in sync. Eliminate manual data entry and ensure consistency across systems.
Copy file name to clipboardExpand all lines: docs/content/docs/automation/build/index.mdx
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,14 @@ description: "Building and managing projects and workflows in ByteChef. Organize
3
3
title: Overview
4
4
---
5
5
6
-
In the following steps, we will learn how to build and manage projects and workflows within ByteChef. Projects and
7
-
workflows are essential components of automation, enabling you to organize tasks, streamline processes, and enhance
8
-
operational efficiency.
6
+
Learn how to build and manage your automation within ByteChef. Projects and workflows are important components of automation, enabling you to organize tasks, streamline processes, and enhance
7
+
operational efficiency.
8
+
9
+
In this section, you will learn everything you need to organize your work and create automated workflows.
10
+
11
+
## What's Covered
12
+
-**[Projects](/automation/build/projects)**: Organize your automation by creating and managing projects. In this guide, you'll learn how to create, edit, duplicate, publish, and delete projects. Apart from that, the guide also includes steps on how to create and import workflows.
13
+
-**[Workflows](/automation/build/worklfows)**: Build the automation sequences that do the work. Set up triggers, configure actions, and control how your workflows run.
14
+
-**[Universal AI](/automation/build/universal-ai)** - Add AI capabilities to your workflows using AI cimponennts like **AI Text** or **AI Image** for tasks like text generation and image processing.
15
+
16
+
If you want to understand the necessary terminologies for ByteChef, you can check out the [Glossary](/glossary) for definitions of key concepts.
Copy file name to clipboardExpand all lines: docs/content/docs/automation/connect-data/authentication/api-key.mdx
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,6 @@
2
2
title: "API Key Authentication"
3
3
description: "Learn how to use API Keys to connect to third-party services in ByteChef"
4
4
---
5
-
6
-
# API Key Authentication
7
-
8
5
API Key authentication is a simple way to authenticate with many third-party services. An API key is a unique identifier used to authenticate a user, developer, or calling program to an API.
Copy file name to clipboardExpand all lines: docs/content/docs/automation/connect-data/authentication/bearer.mdx
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,6 @@
2
2
title: "Bearer Authentication"
3
3
description: "Learn how to use Bearer Tokens to connect to third-party services in ByteChef"
4
4
---
5
-
6
-
# Bearer Authentication
7
-
8
5
Bearer Authentication (also called token authentication) is an HTTP authentication scheme that involves security tokens called bearer tokens. The name "Bearer authentication" can be understood as "give access to the bearer of this token."
Copy file name to clipboardExpand all lines: docs/content/docs/automation/connect-data/authentication/oauth2.mdx
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,6 @@
2
2
title: "OAuth 2.0 Authentication"
3
3
description: "Learn how to use OAuth 2.0 to connect to third-party services in ByteChef"
4
4
---
5
-
6
-
# OAuth 2.0 Authentication
7
-
8
5
OAuth 2.0 is the industry-standard protocol for authorization. It allows ByteChef to obtain limited access to user accounts on an HTTP service, such as Google, GitHub, or Salesforce, without requiring your password.
0 commit comments