# Docs ## developer-guide - [Architecture](/developer-guide/architecture): How ByteChef works inside - the Atlas workflow engine, configuration vs execution, triggers and webhooks, the message broker, and how the Component SDK maps into the runtime. - [Get Started](/developer-guide): Build ByteChef components by hand or generate them from an OpenAPI specification, and understand how the platform executes what you author. - [Working with Triggers](/developer-guide/working-with-triggers): Working with Triggers as a developer - [Add Connection](/developer-guide/build-component/add-connection): How to create connection for a component. - [Create Action](/developer-guide/build-component/create-action): How to create an action for a component. - [Create Component Definition](/developer-guide/build-component/create-component-definition): How to create a new component definition. - [Create Trigger](/developer-guide/build-component/create-trigger): How to create a trigger for a component. - [Initial Setup](/developer-guide/build-component/initial-setup): Learn how to create a new component - [Write Tests](/developer-guide/build-component/write-tests): How to write tests for your component. - [Create Trigger](/developer-guide/generate-component/create-trigger): How to create a trigger for a component. - [Customize Component](/developer-guide/generate-component/customize-component): undefined - [Generate Component](/developer-guide/generate-component): Scaffold a new component from an OpenAPI specification using the ByteChef CLI. - [Initial Setup](/developer-guide/generate-component/initial-setup): undefined - [OpenAPI Specification](/developer-guide/generate-component/open-api-specification): undefined - [Action](/developer-guide/component-specification/action): undefined - [Component](/developer-guide/component-specification/component): undefined - [Connection](/developer-guide/component-specification/connection): undefined - [Property](/developer-guide/component-specification/property): undefined - [Trigger](/developer-guide/component-specification/trigger): undefined ## openapi - [API Reference](/openapi): Public REST APIs you can call from your application - generated from ByteChef's OpenAPI specifications. - [Deploy a new code based project](/openapi/automation-project-code-workflow/deployProject): Deploy a new code based project. - [Automation Projects](/openapi/automation-project-code-workflow): Deploy a code-based project. - [Automation Git](/openapi/automation-project-git): Pull a project from its configured git repository. - [Pulls project from git repository.](/openapi/automation-project-git/pullProjectFromGit): Pulls project from git repository. - [Deploy a new custom component](/openapi/custom-components/deployCustomComponent): Deploy a new custom component. - [Custom Components](/openapi/custom-components): Public REST API for deploying a custom component to the platform. - [Get automation workflow projects available to the connected user](/openapi/frontend/embedded-configuration-automation-workflow-project/getFrontendProjects): Get automation workflow projects available to the connected user. - [Embedded Workflow Catalog (Frontend)](/openapi/frontend/embedded-configuration-automation-workflow-project): List the catalog projects available to the signed-in connected user. - [Embedded Connected Users (Frontend)](/openapi/frontend/embedded-configuration-connected-user): Update the signed-in connected user. - [Update data of an external user](/openapi/frontend/embedded-configuration-connected-user/updateFrontendConnectedUser): Update data of an external user. - [Get an integration by id for particular external user](/openapi/frontend/embedded-configuration-integration/getFrontendIntegration): Get an integration by id for particular external user. - [Get active integrations for particular external user](/openapi/frontend/embedded-configuration-integration/getFrontendIntegrations): Get active integrations for particular external user. - [Embedded Integrations (Frontend)](/openapi/frontend/embedded-configuration-integration): List and fetch the integrations available to the signed-in connected user. - [Get all connected user's connections](/openapi/frontend/embedded-configuration-connection/getFrontendConnections): Get all connected user's connections. - [Embedded Connections (Frontend)](/openapi/frontend/embedded-configuration-connection): List the signed-in connected user's connections. - [Copy a catalog workflow template into a new user workflow](/openapi/frontend/embedded-configuration-connected-user-project-workflow/copyFrontendWorkflowTemplate): Copy a catalog workflow template into a new user workflow. - [Create new workflow and adds it to an existing integration](/openapi/frontend/embedded-configuration-connected-user-project-workflow/createFrontendProjectWorkflow): Create new workflow and adds it to an existing integration. - [Generate a new workflow from a natural language prompt](/openapi/frontend/embedded-configuration-connected-user-project-workflow/createFrontendProjectWorkflowFromPrompt): Generate a new workflow for the connected user from a natural language prompt using AI Copilot. - [Delete a workflow](/openapi/frontend/embedded-configuration-connected-user-project-workflow/deleteFrontendProjectWorkflow): Delete a workflow. - [Disable a workflow](/openapi/frontend/embedded-configuration-connected-user-project-workflow/disableFrontendProjectWorkflow): Disable a workflow. - [Enable a workflow](/openapi/frontend/embedded-configuration-connected-user-project-workflow/enableFrontendProjectWorkflow): Enable a workflow. - [Get a workflow by workflow reference code](/openapi/frontend/embedded-configuration-connected-user-project-workflow/getFrontendProjectWorkflow): Get a workflow by workflow reference code. - [Get automation workflows for particular external user](/openapi/frontend/embedded-configuration-connected-user-project-workflow/getFrontendProjectWorkflows): Get automation workflows for particular external user. - [Embedded Connected User Workflows (Frontend)](/openapi/frontend/embedded-configuration-connected-user-project-workflow): Create, update and manage the signed-in user's own workflows, including generation from a prompt. - [Publishes existing workflow](/openapi/frontend/embedded-configuration-connected-user-project-workflow/publishFrontendProjectWorkflow): Publishes existing workflow. - [Update an existing workflow](/openapi/frontend/embedded-configuration-connected-user-project-workflow/updateFrontendProjectWorkflow): Update an existing workflow. - [Update an existing workflow from a natural language prompt](/openapi/frontend/embedded-configuration-connected-user-project-workflow/updateFrontendProjectWorkflowFromPrompt): Update an existing workflow for the connected user from a natural language prompt using AI Copilot. - [Update a workflow configuration connection](/openapi/frontend/embedded-configuration-connected-user-project-workflow/updateFrontendWorkflowConfigurationConnection): Update a workflow configuration connection. - [Trigger all subscribed workflows](/openapi/frontend/embedded-webhook-app-event-trigger/executeWorkflows): Fires an App Event for the connected user, starting every one of their enabled workflows that has an App Event trigger. Returns no body; inspect the runs through the workflow executions endpoints. - [Embedded App Events](/openapi/frontend/embedded-webhook-app-event-trigger): Fire an App Event to start every one of a connected user's subscribed workflows. - [Create and configure an integration instance](/openapi/frontend/embedded-configuration-integration-instance/createFrontendIntegrationInstance): Creates and configures a new integration instance that connects to the specified integration, providing access to its functionality and enabling integration with external services and systems. - [Delete an integration instance](/openapi/frontend/embedded-configuration-integration-instance/deleteFrontendIntegrationInstance): Delete an integration instance. - [Embedded Integration Instances (Frontend)](/openapi/frontend/embedded-configuration-integration-instance): Create and delete the signed-in connected user's instance of an integration. - [Disable a workflow](/openapi/frontend/embedded-configuration-integration-instance-workflow/disableFrontendIntegrationInstanceWorkflow): Disable a workflow. - [Enable a workflow](/openapi/frontend/embedded-configuration-integration-instance-workflow/enableFrontendIntegrationInstanceWorkflow): Enable a workflow. - [Get component input options](/openapi/frontend/embedded-configuration-integration-instance-workflow/getFrontendComponentInputOptions): Resolve dynamic option values for a component-defined workflow input property. - [Embedded Integration Instance Workflows (Frontend)](/openapi/frontend/embedded-configuration-integration-instance-workflow): Enable, disable and configure the workflows of the signed-in user's integration instance. - [Update integration instance workflow](/openapi/frontend/embedded-configuration-integration-instance-workflow/updateFrontendIntegrationInstanceWorkflow): Update a workflow for a specific integration instance. - [Execute a workflow](/openapi/frontend/embedded-webhook-request-trigger/executeWorkflow): Executes a single workflow through its Request trigger and returns the result the workflow produces. - [Embedded Request Trigger](/openapi/frontend/embedded-webhook-request-trigger): Execute a single workflow through its Request trigger and return its result. - [Embedded Connected Users](/openapi/backend/embedded-configuration-connected-user): Update a connected user. - [Update data of an external user](/openapi/backend/embedded-configuration-connected-user/updateConnectedUser): Update data of an external user. - [Copy a catalog workflow template into a new user workflow](/openapi/backend/embedded-configuration-connected-user-project-workflow/copyWorkflowTemplate): Copy a catalog workflow template into a new user workflow. - [Create new workflow and adds it to an existing integration](/openapi/backend/embedded-configuration-connected-user-project-workflow/createProjectWorkflow): Create new workflow and adds it to an existing integration. - [Generate a new workflow from a natural language prompt](/openapi/backend/embedded-configuration-connected-user-project-workflow/createProjectWorkflowFromPrompt): Generate a new workflow for a connected user identified by external user id from a natural language prompt using AI Copilot. - [Delete a workflow](/openapi/backend/embedded-configuration-connected-user-project-workflow/deleteProjectWorkflow): Delete a workflow. - [Disable a workflow](/openapi/backend/embedded-configuration-connected-user-project-workflow/disableProjectWorkflow): Disable a workflow. - [Enable a workflow](/openapi/backend/embedded-configuration-connected-user-project-workflow/enableProjectWorkflow): Enable a workflow. - [Get a workflow by workflow reference code](/openapi/backend/embedded-configuration-connected-user-project-workflow/getProjectWorkflow): Get a workflow by workflow reference code. - [Get automation workflows for particular external user](/openapi/backend/embedded-configuration-connected-user-project-workflow/getProjectWorkflows): Get automation workflows for particular external user. - [Embedded Connected User Workflows](/openapi/backend/embedded-configuration-connected-user-project-workflow): Create, update and manage a connected user's own workflows, including generation from a prompt. - [Publishes existing workflow](/openapi/backend/embedded-configuration-connected-user-project-workflow/publishProjectWorkflow): Publishes existing workflow. - [Update an existing workflow](/openapi/backend/embedded-configuration-connected-user-project-workflow/updateProjectWorkflow): Update an existing workflow. - [Update an existing workflow from a natural language prompt](/openapi/backend/embedded-configuration-connected-user-project-workflow/updateProjectWorkflowFromPrompt): Update an existing workflow for a connected user identified by external user id from a natural language prompt using AI Copilot. - [Update a workflow configuration connection](/openapi/backend/embedded-configuration-connected-user-project-workflow/updateWorkflowConfigurationConnection): Update a workflow configuration connection. - [Executes an action of a component and returns the result as the response](/openapi/backend/embedded-action/executeAction): Executes an action of a component and returns the result as the response. - [Embedded Actions](/openapi/backend/embedded-action): Execute a component action for a connected user and return its result. - [Get active integrations for particular external user](/openapi/backend/embedded-configuration-integration/getIntegration): Get active integrations for particular external user. - [Get active integrations for particular external user](/openapi/backend/embedded-configuration-integration/getIntegrations): Get active integrations for particular external user. - [Embedded Integrations](/openapi/backend/embedded-configuration-integration): List and fetch the integrations available to your customers. - [Connect and configure an integration instance to an existing integration](/openapi/backend/embedded-configuration-integration-instance/createIntegrationInstance): Connects an integration instance to an existing integration, allowing access to its functionality and resources. - [Delete an integration instance](/openapi/backend/embedded-configuration-integration-instance/deleteIntegrationInstance): Delete an integration instance. - [Embedded Integration Instances](/openapi/backend/embedded-configuration-integration-instance): Create and delete a connected user's instance of an integration. - [Get all connected user's connections](/openapi/backend/embedded-configuration-connection/getConnections): Get all connected user's connections. - [Embedded Connections](/openapi/backend/embedded-configuration-connection): List, delete and reauthorize a connected user's connections. - [Disable a workflow](/openapi/backend/embedded-configuration-integration-instance-workflow/disableIntegrationInstanceWorkflow): Disable a workflow. - [Enable a workflow](/openapi/backend/embedded-configuration-integration-instance-workflow/enableIntegrationInstanceWorkflow): Enable a workflow. - [Get component input options](/openapi/backend/embedded-configuration-integration-instance-workflow/getComponentInputOptions): Resolve dynamic option values for a component-defined workflow input property. - [Embedded Integration Instance Workflows](/openapi/backend/embedded-configuration-integration-instance-workflow): Enable, disable and configure the workflows of an integration instance. - [Update integration instance workflow](/openapi/backend/embedded-configuration-integration-instance-workflow/updateIntegrationInstanceWorkflow): Update a workflow for a specific integration instance. - [Executes a tool and returns the result as the response](/openapi/backend/embedded-tool/executeTool): Executes a tool and returns the result as the response. - [Returns a list with all the available tools](/openapi/backend/embedded-tool/getTools): Returns a list with all the available tools. - [Embedded Tools](/openapi/backend/embedded-tool): List a connected user's available tools, and execute one. - [Get automation workflow projects available to a connected user identified by external user id](/openapi/backend/embedded-configuration-automation-workflow-project/getProjects): Get automation workflow projects available to a connected user identified by external user id. - [Embedded Workflow Catalog](/openapi/backend/embedded-configuration-automation-workflow-project): List the catalog projects available to connected users. ## platform - [Glossary](/platform/glossary): Terms used in ByteChef platform. - [Quick Start](/platform): Get Started with ByteChef - [What is ByteChef?](/platform/what-is-bytechef): What ByteChef is, what it can do, and where to start. - [Enterprise](/platform/enterprise): The capabilities available in ByteChef Enterprise Edition, and where each one is documented. - [Cloud](/platform/use-bytechef/cloud): Use ByteChef on our managed, hosted deployment - no infrastructure to manage. - [Active Sessions](/platform/your-account/active-sessions): See the browsers holding a "remember me" token for your account, and invalidate the ones you do not recognise. - [Appearance](/platform/your-account/appearance): Choose the light, dark, or system theme for the ByteChef interface. - [Profile](/platform/your-account/profile): Your own account - name and email, password, two-factor authentication, and linked social accounts. - [A2A Servers](/platform/automation/deploy/a2a-servers): Expose an agent-backed workflow as an A2A (Agent2Agent) server so external agents can discover and call it. - [AI Gateway](/platform/automation/deploy/ai-gateway): Route, observe, and govern LLM traffic - tracing, rate limiting, and scoring for every model call. - [API Platform](/platform/automation/deploy/api-platform): Publish workflows as your own REST API - collections of endpoints with API-client credentials. - [Chats](/platform/automation/deploy/chats): Talk to a deployed workflow from ByteChef's hosted chat page, and understand what makes a workflow appear there. - [Environments](/platform/automation/deploy/environments): Development, Staging, and Production - how workflows, connections, and configuration are scoped per environment. - [MCP Servers](/platform/automation/deploy/mcp-servers): Publish your components and workflows as Model Context Protocol tools for AI assistants like Claude, Cursor, and Windsurf. - [Workflows](/platform/automation/deploy/workflows): Learn how to deploy projects and workflows in ByteChef. - [Introduction](/platform/automation/get-started): Learn the basics of ByteChef Automation and how to create your first workflow. - [AI Copilot](/platform/automation/build/ai-copilot): Use the AI Copilot to ask questions, generate values, and build workflows in ByteChef - [Memories](/platform/automation/ai/memories): View, edit, and delete the durable facts your AI agents remember across conversations - the management surface for Auto Memory. - [Skills](/platform/automation/ai/skills): Package expert instructions, coding guidelines, and process documentation into reusable modules for your AI agents - [Asset Files](/platform/automation/data/asset-files): Upload and manage files that workflows and the AI Hub can read and produce. - [Context Store](/platform/automation/data/context-store): Connect external systems as queryable record stores for AI agents and workflows - [Data Tables](/platform/automation/data/data-tables): Create typed relational tables inside ByteChef and read or write them from workflows - no external database required. - [Approval Tasks](/platform/automation/monitor/approval-tasks): The in-app inbox for approval requests raised by human-in-the-loop steps - review a request, set its priority and assignee, and respond. - [Workflow Executions](/platform/automation/monitor/workflow-executions): Learn how to monitor projects and workflows in ByteChef. - [AI Hub Connectors](/platform/automation/settings/ai-hub-connectors): Choose which component connectors and external MCP servers the AI Hub assistant can call, down to the individual tool. - [API Keys](/platform/automation/settings/api-keys): Keys for the automation public API, bound to a workspace and environment. - [Git Configuration](/platform/automation/settings/git-configuration): Connect a workspace to a Git repository so projects push their workflows on publish and can be pulled back from a branch. - [Users](/platform/automation/settings/users): Members of the current workspace and their workspace roles - invite by email, add an existing account, change a role, remove a member. - [API Keys](/platform/embedded/administration/api-keys): Manage API Keys for your embedded integration. - [Signing Keys](/platform/embedded/administration/signing-keys): Manage Signing Keys for your embedded integration. - [App Events](/platform/embedded/build/app-events): Define events your product fires to trigger embedded workflows. - [Component Kit](/platform/embedded/build/component-kit): One API that exposes a connected user's integrations twice - as actions your code calls, and as tools a language model calls. - [Connections](/platform/embedded/build/connections): Manage authentication credentials and connection configurations for third-party services. - [Headless Embedding](/platform/embedded/build/headless-embedding): Build your own connect UI against the embedded API when the React SDK does not fit - a non-React frontend, a native app, or a flow you need full control over. - [Integrations](/platform/embedded/build/integrations): Create and manage integrations that connect your product to third-party services. - [Permission Expressions](/platform/embedded/build/permission-expressions): Gate which integrations, automation workflow projects, and workflows each connected end-user sees with a per-resource expression evaluated against the user's identity and metadata. Fails closed. - [Theming and Localization](/platform/embedded/build/theming-and-localization): What of the embedded surfaces you can brand today, and what is still fixed - styling, copy, language, and the URLs and emails your customers see. - [Unified API](/platform/embedded/build/unified-api): One normalized, provider-agnostic REST schema across many CRM and Accounting providers - integrate once, support many. - [Instance Configurations](/platform/embedded/configure/instance-configurations): Deploy and manage integration instances assigned to specific environments. - [Limits and Concurrency](/platform/embedded/configure/limits): What ByteChef caps for an embedded deployment, what it does not, and where you have to impose limits yourself. - [MCP Servers](/platform/embedded/configure/mcp-servers): Expose integration components as MCP-compatible tool servers. - [Connected Users](/platform/embedded/monitor/connected-users): View and manage end users who have connected integrations through your embedded iPaaS. - [Failures and Retries](/platform/embedded/monitor/failures-and-retries): What the engine does when a step fails - the retry it performs on its own, the error branch you can author, and what is not available from your product. - [Troubleshooting](/platform/embedded/monitor/troubleshooting): The shape of an embedded API error, what the common failures mean, and where to look when a connected user reports that something is broken. - [Workflow Executions](/platform/embedded/monitor/workflow-executions): View the execution history of all integration and automation workflows. - [Introduction](/platform/embedded/get-started): Build an embedded iPaaS into your product with ByteChef Embedded. - [White-Label Execution](/platform/embedded/get-started/white-label-execution): Expose ByteChef's workflow engine inside your SaaS. Your customers build integrations; you don't build an integration team - and no tenant can reach another's workflows, credentials or data. - [Architecture](/platform/use-bytechef/self-hosted/architecture): What runs when you self-host ByteChef, what you have to provide, and what to scale when it gets busy. - [Self-Hosted](/platform/use-bytechef/self-hosted): Deploy and operate ByteChef on your own infrastructure. - [Runtime Job Runner](/platform/use-bytechef/self-hosted/runtime-job): A single-shot binary that boots, runs exactly one workflow, and exits with the workflow's status - no database, no broker, no long-running server. - [Admin API Keys](/platform/settings/admin-api-keys): Account- and environment-scoped keys for programmatic administration, and the Bearer credential for the management MCP server. - [AI Providers](/platform/settings/ai-providers): Activate LLM and AI providers once, per environment, and reuse them across Universal AI components, the Copilot, the Knowledge Base, and the AI Hub. - [Audit Events](/platform/settings/audit-events): The audit log of privileged actions - who did what, and when - with filtering, per-event data, and configurable retention. - [Connections](/platform/settings/connections): Organization-level view of shared connections and who can reach them. - [Identity Providers](/platform/settings/identity-providers): Register SAML 2.0 and OIDC identity providers so authentication, group membership, and de-provisioning happen in your IdP. - [License](/platform/settings/license): Activate and inspect your Enterprise license - upload the .lic file, read its entitlements, and understand grace and expiry. - [MCP Server](/platform/settings/mcp-server): Connect AI assistants to ByteChef using the Model Context Protocol - [Notifications](/platform/settings/notifications): Send an email when a workflow run reaches a given status - create, edit, and delete notification rules. - [OAuth2 Clients](/platform/settings/oauth2-clients): Clients registered against the embedded OAuth2 authorization server (including dynamically registered MCP clients) - list and revoke them. - [Users](/platform/settings/users): Organization members - invite people, remove access, and, in Enterprise Edition, assign roles. - [Workspaces](/platform/settings/workspaces): Create and manage workspaces - the grouping for projects, connections, data tables, and knowledge bases. - [Build First Agent](/platform/automation/get-started/quick-start/build-first-agent): Build and run your first AI agent in ByteChef: an OpenAI model with one tool, in a few minutes with a single API key. - [Build First Workflow](/platform/automation/get-started/quick-start/build-first-workflow): Build and run your first ByteChef workflow in a few minutes. No connections or credentials needed. - [Configure Workflow Trigger](/platform/automation/get-started/quick-start/configure-workflow-trigger): Learn how to create and configure a workflow with a trigger in ByteChef. - [Quick Start](/platform/automation/get-started/quick-start): Pick a guide and build your first ByteChef workflow in a few minutes. - [Star Repository on GitHub](/platform/automation/get-started/quick-start/star-repository-on-github): Learn how to connect your GitHub account to ByteChef and star a repository. - [Connections](/platform/automation/build/connections): Learn how to connect and manage third-party application connections in ByteChef. - [Troubleshooting](/platform/automation/build/connections/troubleshooting): Common issues and solutions when setting up or using connections in ByteChef. - [AI Hub](/platform/automation/build/hub): The workspace's AI surface - chats with the assistant, workflow chats, and agent chats in one place. - [Testing Voice In The Editor](/platform/automation/build/voice/editor-testing): Test voice workflows directly from the workflow editor's Playground panel, without deploying or embedding them. - [Voice Quickstart](/platform/automation/build/voice/quickstart): Build your first browser voice workflow with a Deepgram voice agent, test it in the editor, and wire it to the chat widget or AI Hub. - [Add Documents](/platform/automation/data/knowledge-base/add-documents): Upload files and follow them through the chunk-and-embed processing pipeline. - [Create a Knowledge Base](/platform/automation/data/knowledge-base/create-a-knowledge-base): Name a knowledge base and tune how its documents are split into chunks. - [Knowledge Base](/platform/automation/data/knowledge-base): Upload documents, let ByteChef chunk and embed them, and give your workflows and AI agents semantic search over your own content. - [Search](/platform/automation/data/knowledge-base/search): Run semantic queries against a knowledge base and inspect the matching chunks and relevance scores. - [Sources](/platform/automation/data/knowledge-base/sources): Keep a knowledge base in sync with an external system on a schedule instead of uploading files by hand. - [Use it in Workflows & Agents](/platform/automation/data/knowledge-base/use-in-workflows): Retrieve chunks from a workflow step or wire a knowledge base into an AI agent as its RAG layer. - [Guardrails](/platform/automation/settings/ai-agents/guardrails): Workspace-level content guardrails - PII/secret redaction, blocked terms, moderation, injection detection. - [System Prompt](/platform/automation/settings/ai-agents/system-prompt): Standing instructions appended to every AI agent running in the workspace, subordinate to each agent's own prompt. - [Automation Code Workflows](/platform/embedded/build/automations/automation-code-workflows): Author a code workflow once as a plain automation project and serve it to every connected user by reference, deployed through the embedded bridge. - [Automation workflows](/platform/embedded/build/automations/automation-workflows): Author workflow templates in the Automation Workflow editor and let connected users refine their own workflows in the embeddable white-label Workflow Builder. - [Automations](/platform/embedded/build/automations): Author and publish the workflow templates that back the automations you ship to connected users. - [Build Approaches](/platform/automation/build/workflows/build-approaches): Choose how you build automations in ByteChef - no-code on the visual canvas, low-code with a Script step, or full-code as a Code Workflow - all running on the same engine. - [Code Workflows](/platform/automation/build/workflows/code-workflows): Define a whole workflow in code - the Java and script contracts, deploying an artifact through the API, and dropping a script into a single step. - [Components](/platform/automation/build/workflows/components): The built-in component library - what a component is, how actions and triggers work, and where to find the full reference. - [Data Pills & Input Modes](/platform/automation/build/workflows/data-pills): Reference outputs from earlier steps with data pills, and switch fields between static, dynamic, and formula input modes. - [Data Streams](/platform/automation/build/workflows/data-streams): Transfer large volumes of records from one system to another with a source, an optional field-mapping processor, and a destination. - [Flow Controls](/platform/automation/build/workflows/flow-controls): Branch, loop, parallelize, and error-handle your workflows with the built-in task dispatchers. - [Forms](/platform/automation/build/workflows/forms): Put a public web form in front of a workflow. A submission triggers the workflow, runs it, and returns the result to the submitter. - [Human-in-the-Loop (Approval)](/platform/automation/build/workflows/human-in-the-loop): Pause a workflow for a person to approve, reject, or fill in structured input before execution continues. - [Projects](/platform/automation/build/workflows/projects): Learn how to create, manage, and organize projects within ByteChef. - [Subflows](/platform/automation/build/workflows/subflows): Run one workflow as a step inside another - pass inputs in, get a response back, and reuse logic instead of copying it. - [Templates](/platform/automation/build/workflows/templates): Start from pre-built project and workflow templates, or share your own via import links. - [Workflows](/platform/automation/build/workflows/workflows): Learn how to create, edit, and manage workflows effectively. - [Field Mapping](/platform/embedded/build/workflows/field-mapping): Let end users map their application's fields to a connected integration's fields inside the Connect dialog. - [Workflows](/platform/embedded/build/workflows): Author the workflows inside an integration using the integration-scoped workflow editor - switch between an integration's workflows, test them, and publish a new integration version. - [Adding an Integration](/platform/embedded/get-started/initial-setup/adding-an-integration): Choose a component, register a developer app with the provider, and publish the integration your users will connect. - [Displaying the Connect Dialog](/platform/embedded/get-started/initial-setup/displaying-the-connect-dialog): Open the hosted Connect dialog from your app so end users can authorize integrations and enable workflows. - [Installing the SDK](/platform/embedded/get-started/initial-setup/installing-the-sdk): Install the @bytechef/embedded React SDK and authenticate your end users with signed JWTs. - [Syncing Connected Users](/platform/embedded/get-started/initial-setup/syncing-connected-users-programmatically): How a Connected User record comes into existence, what an external user id is, and how to attach your own name, email and metadata to it. - [Quick Start](/platform/embedded/get-started/quick-start): Ship your first embedded integration in about 15 minutes. - [Environment Variables](/platform/use-bytechef/self-hosted/configuration/environment-variables): Configuration options for ByteChef through environment variables - [File Storage](/platform/use-bytechef/self-hosted/configuration/file-storage): Where ByteChef puts the opaque bytes a workflow produces - S3, the local filesystem, or the database - and the three separate storage settings that select it. - [Configuration](/platform/use-bytechef/self-hosted/configuration): Learn how to configure your ByteChef instance - [Message Brokers](/platform/use-bytechef/self-hosted/configuration/message-brokers): Choose the broker that carries task dispatches between the coordinator and the workers - memory, Redis, RabbitMQ, Kafka, JMS, or AWS SQS. - [Plan Limits](/platform/use-bytechef/self-hosted/configuration/plan-limits): Cap what a tenant consumes - rate limits, concurrency slots, a monthly cost cap, and resource quotas - enforced at the request boundary and at job admission. - [AWS EC2](/platform/use-bytechef/self-hosted/installation/aws-ec2): Learn how to deploy ByteChef on AWS EC2 - [AWS ECS](/platform/use-bytechef/self-hosted/installation/aws-ecs): Learn how to deploy ByteChef on AWS ECS - [Azure](/platform/use-bytechef/self-hosted/installation/azure): Learn how to deploy ByteChef on Microsoft Azure - [DigitalOcean](/platform/use-bytechef/self-hosted/installation/digitalocean): Learn how to deploy ByteChef on DigitalOcean's cloud platform - [Distributed (Coordinator/Worker)](/platform/use-bytechef/self-hosted/installation/distributed): Run ByteChef as separate coordinator, worker, and domain services instead of the monolith - [Google Cloud](/platform/use-bytechef/self-hosted/installation/google-cloud): Learn how to deploy ByteChef on Google Cloud Platform - [Kubernetes](/platform/use-bytechef/self-hosted/installation/kubernetes): Deploy ByteChef on Kubernetes - [Local Docker](/platform/use-bytechef/self-hosted/installation/local-docker): Run ByteChef locally with Docker for development - [Crash Recovery](/platform/use-bytechef/self-hosted/management/crash-recovery): The coordinator-side monitors that recover orphaned jobs after a worker or coordinator crash, bound how long a run may take, and purge expired execution history. - [Monitoring](/platform/use-bytechef/self-hosted/management/monitoring): Learn how to monitor your ByteChef instance - [Observability](/platform/use-bytechef/self-hosted/management/observability): Turn on OpenTelemetry traces, logs, and metrics - the exact properties, default OTLP endpoints, sampling, and collector wiring, grounded in the shipped configuration. - [Troubleshooting](/platform/use-bytechef/self-hosted/management/troubleshooting): Inspect a running ByteChef instance, restart it after a configuration change, and diagnose the failures that come up most often - [Upgrades](/platform/use-bytechef/self-hosted/management/upgrades): Learn how to upgrade your ByteChef instance - [API Connectors](/platform/settings/components/api-connectors): Turn a REST API into a component from its OpenAPI specification - built by hand, imported from a file, or generated by AI from a documentation URL. - [Component Visibility](/platform/settings/components/component-visibility): Curate which components - and which of their actions and triggers - builders can see and run, enforced at listing time and again at execution time. - [Custom Components](/platform/settings/components/custom-components): Extend the component catalog with your own - a JavaScript, Python, or Ruby source file or a Java jar, uploaded and enabled without forking the platform. - [API Key Authentication](/platform/automation/build/connections/authentication/api-key): Learn how to use API Keys to connect to third-party services in ByteChef - [Basic Authentication](/platform/automation/build/connections/authentication/basic): Learn how to use Basic Authentication to connect to third-party services in ByteChef - [Bearer Authentication](/platform/automation/build/connections/authentication/bearer): Learn how to use Bearer Tokens to connect to third-party services in ByteChef - [Authentication](/platform/automation/build/connections/authentication): Learn about different authentication methods supported by ByteChef. - [OAuth 2.0 Authentication](/platform/automation/build/connections/authentication/oauth2): Learn how to use OAuth 2.0 to connect to third-party services in ByteChef - [Advanced Behavior](/platform/automation/build/hub/workflow-chats/advanced): Human-in-the-loop questions inside a chat, embedded chat interfaces, and the current limits of workflow chats. - [Embed the Chat Widget](/platform/automation/build/hub/workflow-chats/chat-widget): Drop the @bytechef/chat React widget into your own app and point it at a chat-enabled workflow. - [Enable Chat on a Workflow](/platform/automation/build/hub/workflow-chats/enable-chat): Add the New Chat Request trigger so a workflow can be started as a chat and responds to messages. - [Workflow Chats](/platform/automation/build/hub/workflow-chats): Let users talk to a workflow. A chat message triggers the workflow, it runs, and the reply streams back into the conversation. - [Start a Workflow Chat](/platform/automation/build/hub/workflow-chats/using-chats): Pick a chat-enabled workflow from the composer, send messages and files, and follow the workflow's reply as it streams back. - [Agentic AI](/platform/automation/build/workflows/ai/agentic-ai): Goal-oriented agent runs - describe the goal, and a planner picks which actions to execute and in what order. - [Agentic Patterns](/platform/automation/build/workflows/ai/agentic-patterns): Build the common agentic patterns - chaining, routing, parallelization, orchestrator-workers, and evaluator-optimizer - visually in ByteChef using flow controls and AI Agents. - [Universal AI](/platform/automation/build/workflows/ai/universal-ai): Learn how to work with AI Text and AI Image - [Error Workflows](/platform/automation/build/workflows/error-workflows): Run a designated workflow when an automation run fails - the inter-workflow counterpart to the On Error task dispatcher. - [Sample App](/platform/embedded/get-started/quick-start/sample-app): A reference Next.js + Fastify implementation that demonstrates the embedded SDK and APIs end-to-end. - [Agent Utils Tools](/platform/automation/build/workflows/ai/agent/agent-utils): A closer look at the built-in Agent Utils tools you can attach to an AI Agent - consulting skills, tracking a todo list, delegating to sub-agents, web access, and file/shell tools. - [Evals](/platform/automation/build/workflows/ai/agent/evals): Test and evaluate your AI agents with scenario-based evaluations and automated judges - [AI Agent](/platform/automation/build/workflows/ai/agent): Build production-ready AI agents in ByteChef by composing a chat model, memory, retrieval, guardrails, and tools inside a single workflow node. - [Check For Violations](/platform/automation/build/workflows/ai/agent/guardrails/check-for-violations): The blocking parent action that runs configured guardrails and short-circuits the request when any child flags a violation - [Custom Regex](/platform/automation/build/workflows/ai/agent/guardrails/custom-regex): Operator-supplied regex patterns with named placeholders for project-specific identifiers - [Custom](/platform/automation/build/workflows/ai/agent/guardrails/custom): Operator-defined LLM classifier prompts for arbitrary policy checks - [Guardrails](/platform/automation/build/workflows/ai/agent/guardrails): Block, mask, or rewrite content flowing into and out of your AI agents with rule-based and LLM-based safety checks - [Jailbreak](/platform/automation/build/workflows/ai/agent/guardrails/jailbreak): LLM-based classifier for prompt-injection and role-override attempts - [Keywords](/platform/automation/build/workflows/ai/agent/guardrails/keywords): Word-boundary-aware match against a configured keyword list, run at PREFLIGHT against the raw input. Available as both a Check (block) and a Sanitize (mask) variant. - [LLM PII](/platform/automation/build/workflows/ai/agent/guardrails/llm-pii): Classifier-based PII detection for free-form spans that rule-based regex misses - [NSFW](/platform/automation/build/workflows/ai/agent/guardrails/nsfw): LLM-based classifier for sexual, violent, self-harm, hate-speech, and illegal-activity content - [PII](/platform/automation/build/workflows/ai/agent/guardrails/pii): Rule-based detection of personally-identifiable information - emails, phones, SSNs, IBANs, credit cards, IPs, and locale-specific identifiers - [Sanitize Text](/platform/automation/build/workflows/ai/agent/guardrails/sanitize-text): The non-blocking parent action that runs configured sanitizers and rewrites matched spans with placeholders - [Secret Keys](/platform/automation/build/workflows/ai/agent/guardrails/secret-keys): Rule-based detection of API tokens and credential shapes - AWS, GitHub, Stripe, OpenAI, Slack, Google, JWT, and a tunable random-string detector - [Topical Alignment](/platform/automation/build/workflows/ai/agent/guardrails/topical-alignment): LLM-based classifier that the input stays inside an operator-defined topic scope - [URLs](/platform/automation/build/workflows/ai/agent/guardrails/urls): Allowlist-based URL policy enforcement with scheme, port, userinfo, and subdomain controls ## reference - [Expressions](/reference/expressions): Expressions in ByteChef provide a powerful way to dynamically access, transform, and manipulate data within your workflows. They allow you to reference data from previous steps, perform calculations, implement conditional logic, and create dynamic configurations for your automation processes. - [Overview](/reference): Generated documentation for every ByteChef component and flow control, plus the expression syntax. - [Branch](/reference/flow-controls/branch_v1): Executes one and only one branch of execution based on the `expression` value. - [Condition](/reference/flow-controls/condition_v1): Directs a stream based on true/false results of comparisons. - [Each](/reference/flow-controls/each_v1): Iterates over each item in list, in parallel. Note, that since it iterates over each item in parallel, there is no guarantee of completion order. - [Fork/Join](/reference/flow-controls/fork-join_v1): Executes each branch in parallel (list of tasks) as a separate and isolated sub-flow. Branches are executed internally in sequence. - [Graph](/reference/flow-controls/graph_v1): Directs execution across a set of named nodes connected by dynamic transitions, executing each node's tasks in sequence until a node with no next transition is reached. - [Flow Controls](/reference/flow-controls): Branching, looping, and error handling for workflow definitions. - [Loop Break](/reference/flow-controls/loop-break_v1): Breaks the loop execution. - [Loop](/reference/flow-controls/loop_v1): Loops sequentially over list of items. - [Map](/reference/flow-controls/map_v1): Produces a new collection of values by mapping each value in list through defined task, in parallel. When execution is finished on all items, the `map` task will return a list of execution results in an order which corresponds to the order of the source list. - [Error Handler](/reference/flow-controls/on-error_v1): Triggers an error branch with an error object if an exception occurs in the main branch. - [Parallel](/reference/flow-controls/parallel_v1): Run collection of tasks in parallel, without waiting until the previous function has completed. - [Subflow](/reference/flow-controls/subflow_v1): Starts a new job as a sub-flow of the current job. Output of the sub-flow job is the output of the task. - [Stop Job](/reference/flow-controls/terminate_v1): Stops a job execution with specified status and message. - [Wait for Approval](/reference/flow-controls/wait-for-approval_v1): Allows a person to review and either approve or reject requests. - [Accelo](/reference/components/accelo_v1): Accelo is a cloud-based platform designed to streamline operations for service businesses by integrating project management, CRM, and billing functionalities into one unified system. - [ActiveCampaign](/reference/components/active-campaign_v1): ActiveCampaign is a customer experience automation platform that offers email marketing, marketing automation, sales automation, and CRM tools. - [Acumbamail](/reference/components/acumbamail_v1): Acumbamail is an email marketing and automation platform that allows users to create, manage, and analyze email campaigns, newsletters, and SMS marketing with an intuitive interface and API integration. - [Affinity](/reference/components/affinity_v1): Affinity is a customer relationship management (CRM) platform that leverages relationship intelligence to help businesses strengthen connections and drive engagement with client and prospects. - [Agentic AI](/reference/components/agentic-ai_v1): With the Agentic AI, you can define a goal and let the AI autonomously plan and execute tools to achieve it using the Embabel Agent framework with GOAP planning. - [Agile CRM](/reference/components/agile-crm_v1): All-in-One CRM. Automate your sales, marketing, and service in one platform. Avoid data leaks and enable consistent messaging. - [Aha!](/reference/components/aha_v1): Aha! is a comprehensive product management software platform that helps teams set strategy, capture ideas, and plan, prioritize, and track work to build products customers love. - [Ahrefs](/reference/components/ahrefs_v1): Ahrefs is a comprehensive suite of SEO (Search Engine Optimization) tools used by digital marketers and businesses to improve their website's visibility in search engine results. - [AI Agent](/reference/components/ai-agent_v1): With the AI Agent, you can chat with the AI agent. - [AI Image](/reference/components/ai-image_v1): AI Helper component for image analysis and generation. - [AI Text](/reference/components/ai-text_v1): AI Helper component for text analysis and generation. - [AI Agent Utils](/reference/components/ai_agent-utils_v1): AI Agent Utils brings Claude Code-inspired tools and agent skills. - [Airtable](/reference/components/airtable_v1): Airtable is a user-friendly and flexible cloud-based database management tool. - [AITable.ai](/reference/components/aitable_v1): AITable is an AI-powered platform that enables users to create interactive and dynamic tables for data visualization and analysis without requiring coding skills. - [Amazon Bedrock](/reference/components/amazon-bedrock_v1): Amazon Bedrock is a fully managed service that offers a choice of high-performing foundation models (FMs) from leading AI companies. - [Amplitude](/reference/components/amplitude_v1): Build better products by turning your user data into meaningful insights, using Amplitude's digital analytics platform and experimentation tools. - [Anthropic](/reference/components/anthropic_v1): Anthropic is an AI safety and research company that's working to build reliable, interpretable, and steerable AI systems. - [Apify](/reference/components/apify_v1): Apify is the largest ecosystem where developers build, deploy, and publish data extraction and web automation tools. - [Apollo](/reference/components/apollo_v1): Apollo.io is a sales intelligence and engagement platform that provides tools for prospecting, lead generation, and sales automation to help businesses improve their sales processes and outreach efforts. - [Approval Link](/reference/components/approval-link_v1): The Approval Link component that create approval/disapproval links. - [Approval](/reference/components/approval_v1): Approval component for manual intervention in workflows. - [Asana](/reference/components/asana_v1): Asana is a web and mobile application designed to help teams organize, track, and manage their work tasks and projects efficiently. - [Asset File](/reference/components/assetFile_v1): Work with ByteChef workspace asset files: upload, download, list, rename and delete binary files stored in the workspace asset file infrastructure. - [Attio](/reference/components/attio_v1): Attio is the AI-native CRM that builds, scales and grows your company to the next level. - [AWS S3 Chat Memory](/reference/components/aws-chat-memory_v1): Stores conversation history as JSON objects in an Amazon S3 bucket. - [AWS S3](/reference/components/aws-s3_v1): AWS S3 is a simple object storage service provided by Amazon Web Services. - [AWS S3 Session Repository](/reference/components/aws-session-chat-memory_v1): Stores agent session events as JSON objects in an Amazon S3 bucket. - [Azure OpenAI](/reference/components/azure-open-ai_v1): Azure OpenAI is a research organization that aims to develop and direct artificial intelligence (AI) in ways that benefit humanity as a whole. - [BambooHR](/reference/components/bamboohr_v1): BambooHR is a human resources software that helps HR teams manage employee data, hiring, onboarding, time tracking, payroll, performance management, and more in one platform. - [Baserow](/reference/components/baserow_v1): Baserow is an open-source, no-code database platform that enables users to create, manage, and collaborate on databases through a user-friendly interface. - [Bash](/reference/components/bash_v1): Allows you to run arbitrary Bash scripts. - [Beamer](/reference/components/beamer_v1): Beamer is a customer engagement platform that helps businesses communicate updates, collect feedback, and boost user engagement through in-app notifications, changelogs, and announcements. - [Binance](/reference/components/binance_v1): Binance is an online exchange where users can trade cryptocurrencies. - [Bitbucket](/reference/components/bitbucket_v1): Elevate your software delivery from planning to production and beyond, with built-in AI, CI/CD, and a best-in-class Jira integration. - [Bolna](/reference/components/bolna_v1): Bolna AI is an open-source platform that enables businesses to create and deploy voice-driven conversational agents - [Box](/reference/components/box_v1): Box is a cloud content management and file sharing service that enables businesses to securely store, manage, and collaborate on documents. - [Brave](/reference/components/brave_v1): Brave gives you access to the same powerful, independent search index that powers the privacy-first search engine trusted by millions. - [Brevo](/reference/components/brevo_v1): Brevo is an email marketing platform that offers a cloud-based marketing communication software suite with transactional email, marketing automation, customer-relationship management and more. - [Browser Use](/reference/components/browser-use_v1): AI-powered browser automation that enables agents to perform web tasks such as navigating websites and extracting data. - [Built-in Session Repository](/reference/components/built-in-session-chat-memory_v1): Built-in storage backend for Session Chat Memory. - [Cal.com](/reference/components/calcom_v1): A fully customizable scheduling software for individuals, businesses taking calls and developers building scheduling platforms where users meet users. - [Calendly](/reference/components/calendly_v1): Calendly is a scheduling tool that allows users to easily set up and manage appointments and meetings. - [Canva](/reference/components/canva_v1): Canva is a web and mobile application designed to help users create, design, and collaborate on visual content. - [Capsule CRM](/reference/components/capsule-crm_v1): Capsule CRM is a cloud-based customer relationship management platform designed to help businesses manage contacts, track sales opportunities, and collaborate with their teams efficiently. - [Cassandra Chat Memory](/reference/components/cassandra-chat-memory_v1): Cassandra Chat Memory stores conversation history in Apache Cassandra for distributed, scalable persistent storage. - [Chat Memory](/reference/components/chat-memory_v1): Built-in chat memory. - [Chat](/reference/components/chat_v1): Actions and triggers for using with the chat widget. - [Check for Violations](/reference/components/checkForViolations_v1): Runs configured guardrail checks on the user prompt. - [Claude Code](/reference/components/claude-code_v1): Allows you to chat with Claude Code and added MCP tools - [ClickUp](/reference/components/clickup_v1): ClickUp is a cloud-based collaboration tool that offers task management, document sharing, goal tracking, and other productivity features for teams. - [Coda](/reference/components/coda_v1): Coda is a collaborative all-in-one productivity tool that combines documents, spreadsheets, apps and databases into a single platform. - [Contiguity](/reference/components/contiguity_v1): Contiguity is an SMS service for your needs - quick and simple. - [Copper](/reference/components/copper_v1): Copper is a customer relationship management (CRM) software designed to streamline and optimize sales processes, providing tools for managing contact, leads, opportunities, and communications in one centralized platform. - [Couchbase](/reference/components/couchbase_v1): Couchbase is a distributed, JSON document database, with all the desired capabilities of a relational DBMS. - [Crypto Helper](/reference/components/crypto-helper_v1): The Crypto Helper allows you to use cryptographic functions. - [CSV File](/reference/components/csv-file_v1): Reads and writes data from a csv file. - [Custom Regex](/reference/components/customRegex_v1): User-defined regex guardrail - flags or masks matches of a custom pattern. - [Custom](/reference/components/custom_v1): User-defined LLM-based guardrail. - [Data Mapper](/reference/components/data-mapper_v1): The Data Mapper enables you to configure data mappings. - [Data Storage](/reference/components/data-storage_v1): Using the Data Storage component, you can easily manage and operate on lists and objects by setting or retrieving any desired data. This process employs a key-value store mechanism, where the key represents the field's name and the value corresponds to the particular data's actual value. - [Processor](/reference/components/data-stream-processor_v1): Processes and transforms data in data streams. - [Date Helper](/reference/components/date-helper_v1): Helper component for date and time manipulation. - [Daytona](/reference/components/daytona_v1): Daytona provides secure and elastic infrastructure for running AI-generated code in isolated sandboxes. - [DeepSeek](/reference/components/deepseek_v1): DeepSeek AI provides the open-source DeepSeek V3 model, renowned for its cutting-edge reasoning and problem-solving capabilities. - [Delay](/reference/components/delay_v1): Sets a value which can then be referenced in other tasks. - [Dev.to](/reference/components/devto_v1): Dev.to is an online community and platform where software developers share articles, tutorials, and discussions about programming and technology. - [DHL](/reference/components/dhl_v1): DHL is the global leader in the logistics industry. Specializing in international shipping, courier services and transportation. - [Discord](/reference/components/discord_v1): Discord is a communication platform designed for creating communities, chatting with friends, and connecting with others through text, voice, and video channels. - [Document Enricher](/reference/components/document-enricher_v1): Document Enricher. - [Document Joiner](/reference/components/document-joiner_v1): Document Joiner. - [Document Reader](/reference/components/document-reader_v1): Document Reader. - [Document Splitter](/reference/components/document-splitter_v1): Document Splitter. - [DocuSign](/reference/components/docusign_v1): DocuSign is a cloud-based e-signature platform that enables secure digital document signing and workflow automation. - [Dropbox](/reference/components/dropbox_v1): Dropbox is a file hosting service that offers cloud storage, file synchronization, personal cloud, and client software. - [ElevenLabs](/reference/components/elevenlabs_v1): ElevenLabs is an AI-powered voice synthesis company specializing in ultra-realistic text-to-speech and voice cloning technology. - [Email](/reference/components/email_v1): The Email connector sends emails using an SMTP email server. - [Encharge](/reference/components/encharge_v1): Encharge is a marketing automation platform that helps businesses automate their customer communication and marketing campaigns. - [Example](/reference/components/example_v1): Component description. - [Figma](/reference/components/figma_v1): Figma is a cloud-based design and prototyping tool that enables teams to collaborate in real-time on user interface and user experience projects. - [File Storage](/reference/components/file-storage_v1): Reads and writes data from a file stored inside the file storage. - [Filesystem](/reference/components/filesystem_v1): Allows multiple operations over files on the filesystem. - [Firecrawl](/reference/components/firecrawl_v1): Firecrawl allows you to turn entire websites into LLM-ready markdown - [Form](/reference/components/form_v1): Component for handling form submissions and requests. - [Freshdesk](/reference/components/freshdesk_v1): Freshdesk is a cloud-based customer support software that helps businesses manage customer queries and tickets efficiently. - [Freshsales](/reference/components/freshsales_v1): Freshsales is a customer relationship management (CRM) software designed to help businesses streamline sales processes and manage customer interactions effectively. - [FTP](/reference/components/ftp_v1): FTP (File Transfer Protocol) is a standard network protocol for transferring files between a client and a server. It allows uploading, downloading, and managing files on remote servers. - [Bank Connect](/reference/components/gaurus_v1): Bank Connect API specification - [Gemini](/reference/components/gemini_v1): Google Gemini is a multimodal generative AI model. This component supports both Vertex AI and the Gemini Developer API. - [GitHub](/reference/components/github_v1): GitHub is a web-based platform for version control and collaboration using Git. - [GitLab](/reference/components/gitlab_v1): GitLab is a web-based DevOps lifecycle tool that provides a Git repository manager, CI/CD pipelines, issue tracking, and more in a single application. - [Google Application Setup](/reference/components/google-application-setup_v1): Steps for setting up Google Cloud API Console for every Google component. - [Google BigQuery](/reference/components/google-bigquery_v1): Google BigQuery is the autonomous data to AI platform, automating the entire data life cycle, from ingestion to AI-driven insights, so you can go from data to AI to action faster. - [Google Calendar](/reference/components/google-calendar_v1): Google Calendar is a web-based application that allows users to schedule and organize events, appointments, and reminders, synchronizing across multiple devices. - [Google Chat](/reference/components/google-chat_v1): Google Chat is an intelligent and secure communication and collaboration tool, built for teams. - [Google Contacts](/reference/components/google-contacts_v1): Google Contacts is a cloud-based address book service provided by Google, allowing users to store, manage, and synchronize their contact information across multiple devices and platforms. - [Google Docs](/reference/components/google-docs_v1): Google Docs is a cloud-based collaborative word processing platform that allows multiple users to create, edit, and share documents in real-time. - [Google Drive](/reference/components/google-drive_v1): Google Drive is a cloud storage service by Google that enables users to store, sync, share files, and collaborate online. - [Google Forms](/reference/components/google-forms_v1): Google Forms is a web-based application that allows users to create surveys, quizzes, and forms for data collection and analysis, with real-time collaboration and response tracking. - [Gmail](/reference/components/google-mail_v1): Gmail is a widely used email service by Google, offering free and feature-rich communication, organization, and storage capabilities accessible through web browsers and mobile apps. - [Google Maps](/reference/components/google-maps_v1): Google Maps is a widely used mapping service by Google, offering free and feature-rich navigation, location discovery, and real-time traffic updates accessible through web browsers and mobile apps. - [Google Meet](/reference/components/google-meet_v1): Google Meet is a communication service designed to help you have interactions with your friends, family, colleagues and classmates. - [Google Photos](/reference/components/google-photos_v1): Google Photos is a photo sharing and storage service. - [Google Search Console](/reference/components/google-search-console_v1): The Search Console API provides access to both Search Console data (verified users only) and to public information on an URL basis (anyone). - [Google Sheets](/reference/components/google-sheets_v1): Google Sheets is a cloud-based spreadsheet software that allows users to create, edit, and collaborate on spreadsheets in real-time. - [Google Sheets](/reference/components/google-sheets_v2): Google Sheets is a cloud-based spreadsheet software that allows users to create, edit, and collaborate on spreadsheets in real-time. - [Google Slides](/reference/components/google-slides_v1): Google Slides is a cloud-based presentation software that allows users to create, edit, and collaborate on presentations online in real-time. - [Google Tasks](/reference/components/google-tasks_v1): Google Tasks is a cloud-based task management tool that allows users to create, edit, and organize to-do lists, set deadlines, and track tasks across devices in real-time. - [Google Workspace Admin](/reference/components/google-workspace-admin_v1): Google Workspace Admin is responsible for managing users, groups, devices, and security settings across the organization. - [Gotify](/reference/components/gotify_v1): A simple server for sending and receiving messages. - [GraphQL Client](/reference/components/graphql-client_v1): Execute GraphQL queries against a GraphQL API, allowing you to fetch exactly the data you need using queries and variables. - [Groq](/reference/components/groq_v1): The LPU Inference Engine by Groq is a hardware and software platform that delivers exceptional compute speed, quality, and energy efficiency. - [Guardrails](/reference/components/guardrails_v1): Content validation and safety guardrails for AI agents. Detect and protect against sensitive content, PII, and custom patterns. - [Hacker News](/reference/components/hacker-news_v1): Hacker News is a social news website focused on computer science, startups and technology-related topics. - [HeyGen](/reference/components/heygen_v1): HeyGen is an AI Video Generator that lets you create explainer videos, marketing and sales promos, product demos, training and onboarding content. - [HTTP Client](/reference/components/http-client_v1): Makes an HTTP request and returns the response data. - [Hubspot](/reference/components/hubspot_v1): HubSpot is a CRM platform with all the software, integrations, and resources you need to connect marketing, sales, content management, and customer service. - [Hunter](/reference/components/hunter_v1): Hunter is a tool that helps users find and verify professional email addresses, enabling effective outreach and communication. - [Image Helper](/reference/components/image-helper_v1): Helper component which contains various actions for image manipulation. - [In Memory Chat Memory](/reference/components/in-memory-chat-memory_v1): In Memory Chat Memory. - [In-memory Session Repository](/reference/components/in-memory-session-chat-memory_v1): In-memory storage backend for Session Chat Memory. - [Components](/reference/components): Blocks for workflow definitions. - [Infobip](/reference/components/infobip_v1): Infobip is a global communications platform that provide cloud-based messaging and omnichannel communication solutions for businesses. - [Insightly](/reference/components/insightly_v1): Insightly is a customer relationship management (CRM) software that helps businesses manage contacts, sales, projects, and tasks in one platform. - [Intercom](/reference/components/intercom_v1): Intercom is the complete AI-first customer service solution, giving exceptional experiences for support teams with AI agent, AI copilot, tickets, ... - [Jailbreak](/reference/components/jailbreak_v1): LLM-based detection of jailbreak / prompt-injection attempts. - [JDBC Chat Memory](/reference/components/jdbc-chat-memory_v1): JDBC Chat Memory stores conversation history in a relational database. - [JDBC Session Repository](/reference/components/jdbc-session-chat-memory_v1): JDBC storage backend for Session Chat Memory. - [Jenkins](/reference/components/jenkins_v1): Jenkins is leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project. - [Jira](/reference/components/jira_v1): Jira is a proprietary issue tracking product developed by Atlassian that allows bug tracking and agile project management. - [JotForm](/reference/components/jotform_v1): JotForm is an online form builder that enables users to create customized forms for various purposes without needing coding skills. - [JSON File](/reference/components/json-file_v1): Reads and writes data from a JSON file. - [JSON Helper](/reference/components/json-helper_v1): JSON helper component provides actions for parsing and stringifying JSON. - [JWT Helper](/reference/components/jwt-helper_v1): JWT helper component provides actions for signing and verifying JWT tokens. - [Keap](/reference/components/keap_v1): Keap is a customer comprehensive customer relationship management platform designed to help small businesses streamline sales, marketing, and customer management processes in one integrated system. - [Keywords](/reference/components/keywords_v1): Flags or masks the input if any listed keyword appears in it. - [Klaviyo](/reference/components/klaviyo_v1): Klaviyo is a marketing automation platform primarily used for email and SMS marketing, especially by e-commerce businesses. - [Knowledge Base](/reference/components/knowledgeBase_v1): Search ByteChef's internal knowledge base to retrieve relevant document chunks using semantic similarity search powered by vector embeddings. - [Liferay](/reference/components/liferay_v1): Liferay is an open-source digital experience platform for enterprise content management (ECM) and portal development. - [Linear](/reference/components/linear_v1): Linear is a project management and issue tracking tool designed primarily for software teams. - [LinkedIn](/reference/components/linkedin_v1): LinkedIn is a professional networking platform that enables users to connect with colleagues, discover job opportunities, and share industry-related content. - [LiteLLM](/reference/components/lite-llm_v1): LiteLLM is a self-hosted AI gateway proxy that provides a unified OpenAI-compatible API for 100+ LLM providers, enabling model fallbacks, load balancing, and spend tracking through a single endpoint. - [LLM PII](/reference/components/llmPii_v1): LLM-assisted detection and masking of PII (names, addresses, emails, etc.). - [Logger](/reference/components/logger_v1): Logs a value to the system log. - [Loops](/reference/components/loops_v1): Loops is an email marketing and transactional email platform built for modern SaaS companies, helping businesses automate onboarding, product updates, and lifecycle messaging with simple workflows, API integrations, and scalable contact management. - [Mailchimp](/reference/components/mailchimp_v1): Mailchimp is a marketing automation and email marketing platform. - [MailerLite](/reference/components/mailerlite_v1): MailerLite is an intuitive email marketing platform that offers automation, landing pages, and subscriber management for businesses and creators. - [Map](/reference/components/map_v1): Produces a new collection of values by mapping each value in list through defined task, in parallel. When execution is finished on all items, the `map` task will return a list of execution results in an order which corresponds to the order of the source list. - [MariaDB Vector Store](/reference/components/mariaDbVectorStore_v1): MariaDB Vector Store uses MariaDB 11.7+ native vector storage and similarity search capabilities to store and query document embeddings. - [Math Helper](/reference/components/math-helper_v1): Helper component to perform mathematical operations. - [Mattermost](/reference/components/mattermost_v1): Mattermost is an open-source, self-hosted messaging platform designed for secure team collaboration and communication. - [Mautic](/reference/components/mautic_v1): Simplifying campaign design and optimization with a user-friendly click-and-drag interface allowing you to build complex campaigns. - [MCP Client](/reference/components/mcp-client_v1): Connects to external MCP servers to discover and call their tools. - [Merge Helper](/reference/components/mergeHelper_v1): Combine multiple inputs into one output. - [Microsoft Dynamics CRM](/reference/components/microsoft-dynamics-crm_v1): Microsoft Dynamics CRM is a customer relationship management software that helps businesses manage customer interactions, sales, marketing, and customer service processes efficiently. - [Microsoft Excel](/reference/components/microsoft-excel_v1): Microsoft Excel is a spreadsheet program used for organizing, analyzing, and visualizing data in tabular form. - [Microsoft Excel](/reference/components/microsoft-excel_v2): Microsoft Excel is a spreadsheet program used for organizing, analyzing, and visualizing data in tabular form. - [Microsoft Application Setup](/reference/components/microsoft-graph-application-setup_v1): Steps for setting up Microsoft Graph API for every Microsoft component. - [Microsoft OneDrive](/reference/components/microsoft-one-drive_v1): Microsoft OneDrive is a cloud storage service provided by Microsoft for storing, accessing, and sharing files online. - [Microsoft Outlook 365](/reference/components/microsoft-outlook-365_v1): Microsoft Outlook 365 is a comprehensive email and productivity platform that integrates email, calendar, contacts, and tasks to streamline communication and organization. - [Microsoft SharePoint](/reference/components/microsoft-share-point_v1): Microsoft SharePoint is a web-based collaborative platform that integrates with Microsoft Office, providing document management, intranet, and content management features for organizations. - [Microsoft Teams](/reference/components/microsoft-teams_v1): Microsoft Teams is a collaboration platform that combines workplace chat, video meetings, file storage, and application integration. - [Microsoft To Do](/reference/components/microsoft-to-do_v1): Microsoft To Do is a cloud-based task management application that helps users organize, prioritize, and track tasks across devices with features like lists, reminders, and collaboration. - [Milvus](/reference/components/milvus_v1): Milvus is an open-source vector database that has garnered significant attention in the fields of data science and machine learning. - [MistralAI](/reference/components/mistral_v1): Open, efficient, helpful and trustworthy AI models through ground-breaking innovations. - [Mixpanel](/reference/components/mixpanel_v1): Mixpanel is a product analytics tool that helps you track user interactions and behaviors in your app or website to make data-driven decisions. - [Modular RAG](/reference/components/modular-rag_v1): A modular RAG (Retrieval-Augmented Generation) component that provides a flexible and customizable approach to building RAG systems. It allows you to combine different retrieval, augmentation, and generation strategies into a cohesive pipeline for enhanced AI-driven information processing and response generation. - [monday.com](/reference/components/monday_v1): Monday.com is a work operating system that powers teams to run projects and workflows with confidence. - [MongoDB Chat Memory](/reference/components/mongo-db-chat-memory_v1): MongoDB Chat Memory stores conversation history in MongoDB for flexible, document-based persistent storage. - [MongoDB Atlas Vector Search](/reference/components/mongodbAtlas_v1): MongoDB Atlas Vector Search combines document storage with vector similarity search, enabling storage and retrieval of high-dimensional embeddings for AI and machine learning applications. - [MongoDB](/reference/components/mongodb_v1): MongoDB is a source-available, cross-platform, document-oriented database. Query, insert, update and delete documents in your collections. - [Myob](/reference/components/myob_v1): MYOB is an accounting software that helps businesses manage their finances, invoicing, and payroll. - [MySQL](/reference/components/mysql_v1): Query, insert and update data from MySQL. - [Nano GPT](/reference/components/nano-gpt_v1): The NanoGPT API allows you to generate text, images and video using any AI model available. - [NASA](/reference/components/nasa_v1): NASA is a United States government agency that provides public APIs offering access to space-related data, including astronomy images, Mars rover photos, and other scientific information for developers and applications. - [Neo4j Chat Memory](/reference/components/neo4j-chat-memory_v1): Neo4j Chat Memory stores conversation history in Neo4j graph database for persistent storage with graph-based relationships. - [Neo4j](/reference/components/neo4j_v1): Neo4j is an open-source NoSQL graph database. It is a fully transactional database (ACID) that stores data structured as graphs consisting of nodes, connected by relationships. - [Nifty](/reference/components/nifty_v1): Nifty Project Management is a software tool that streamlines team collaboration and project tracking with features like task management, timelines, and communication tools to enhance productivity. - [NocoDB](/reference/components/nocodb_v1): NocoDB is an open-source platform that transforms databases into smart spreadsheets, enabling users to manage and collaborate on data with a no-code interface. - [Notion](/reference/components/notion_v1): Notion is an all-in-one workspace for notes, tasks, wikis, and databases. - [NSFW](/reference/components/nsfw_v1): LLM-based detection of NSFW content. - [Nutshell](/reference/components/nutshell_v1): Nutshell CRM is a user-friendly customer relationship management software designed to help small businesses manage sales, track leads, and streamline communication. - [NVIDIA LLM](/reference/components/nvidia_v1): Generative AI and digitalization are reshaping the $3 trillion automotive industry, from design and engineering to manufacturing, autonomous driving, and customer experience. NVIDIA is at the epicenter of this industrial transformation. - [Object Helper](/reference/components/object-helper_v1): Object Helper allows you to do various operations on objects. - [ODS File](/reference/components/ods-file_v1): Reads and writes data from a ODS file. - [Ollama](/reference/components/ollama_v1): Get up and running with large language models. - [One Simple API](/reference/components/one-simple-api_v1): A toolbox with all the things you need to get your project to success: Image resize and CDN, PDF and Screenshots generation, Currency Exchange and Discounts, Email Validation, QR codes, and much more! - [OpenAI](/reference/components/open-ai_v1): OpenAI is a research organization that aims to develop and direct artificial intelligence (AI) in ways that benefit humanity as a whole. - [Open Router](/reference/components/open-router_v1): OpenRouter provides a unified API that gives you access to hundreds of AI models through a single endpoint, while automatically handling fallbacks and selecting the most cost-effective options. - [Oracle Vector Store](/reference/components/oracle_v1): Oracle Vector Store uses Oracle Database 23ai's native vector storage and similarity search capabilities to store and query document embeddings. - [PagerDuty](/reference/components/pagerduty_v1): With PagerDuty, you can get real-time alerts, manage on-call schedules, and automate parts of your incident response process. - [PDF Helper](/reference/components/pdf-helper_v1): null - [Perplexity](/reference/components/perplexity_v1): Perplexity AI provides a unique AI service that integrates its language models with real-time search capabilities. - [Petstore](/reference/components/petstore_v1): This is a sample Pet Store Server based on the OpenAPI 3.0 specification. - [PGVector](/reference/components/pgVector_v1): PGVector is an open-source PostgreSQL extension for vector similarity search. - [PII](/reference/components/pii_v1): Detects - and optionally masks - personally identifiable information. - [Pinecone](/reference/components/pinecone_v1): Pinecone is a vector database designed for efficient similarity search and storage of high-dimensional data, commonly used in machine learning and AI applications. - [Pipedrive](/reference/components/pipedrive_v1): The first CRM designed by salespeople, for salespeople. Do more to grow your business. - [Pipeliner](/reference/components/pipeliner_v1): Pipeliner CRM is a comprehensive sales management tool that helps streamline sales processes through visual pipline management, contact organization, sales forecasting, and reporting. - [PostgreSQL](/reference/components/postgresql_v1): Query, insert and update data from PostgreSQL. - [PostHog](/reference/components/posthog_v1): PostHog is the only all-in-one platform for product analytics, feature flags, session replays, experiments, and surveys that's built for developers. - [Productboard](/reference/components/productboard_v1): Productboard is a product management platform that helps teams prioritize features, gather customer feedback, and align their product strategy to deliver better products. - [Property Testing](/reference/components/property-testing_v1): Component fo testing. - [Pushover](/reference/components/pushover_v1): Pushover is a notification service that sends real-time alerts to mobile and desktop devices, integrating with apps, scripts, and services. - [Qdrant](/reference/components/qdrant_v1): Qdrant is an open-source vector similarity search engine designed to handle high-dimensional data, enabling efficient and scalable nearest neighbor search for applications like recommendation systems and machine learning. - [Query Augmenter](/reference/components/query-augmenter_v1): Query Augmenter. - [Query Expander](/reference/components/query-expander_v1): Query Expander. - [Query Transformer](/reference/components/query-transformer_v1): Query Transformer. - [Question Answer RAG](/reference/components/questionanswer-rag_v1): A component that enables Question-Answer Retrieval Augmented Generation (RAG) capabilities. It combines natural language processing with document retrieval to provide accurate answers based on the given context. - [QuickBooks](/reference/components/quickbooks_v1): QuickBooks is an accounting software package developed and marketed by Intuit. It is geared mainly toward small and medium-sized businesses and offers on-premises accounting applications as well as cloud-based versions that accept business payments, manage and pay bills, and payroll functions. - [RabbitMQ](/reference/components/rabbitmq_v1): RabbitMQ is an open-source message broker software that enables efficient communication between different systems, applications, and services. It supports multiple messaging protocols and facilitates a reliable and flexible messaging system. - [Random Helper](/reference/components/random-helper_v1): The Random Helper allows you to generate random values. - [Reckon](/reference/components/reckon_v1): Reckon is an accounting software used for financial management and bookkeeping tasks. - [Reddit](/reference/components/reddit_v1): Reddit is a social news aggregation, discussion, and content-sharing platform where users post and vote on content organized into communities called subreddits. - [Redis Chat Memory](/reference/components/redis-chat-memory_v1): Redis Chat Memory stores conversation history in Redis for fast, persistent storage. - [Redis Session Repository](/reference/components/redis-session-chat-memory_v1): Stores agent session events as JSON documents in Redis. - [Redis](/reference/components/redisVectorStore_v1): Redis is an open-source, in-memory data structure store used as a database, cache, and message broker, known for its high performance and support for various data structures like strings, hashes, lists, sets, and more. - [Redis](/reference/components/redis_v1): Redis is an open-source, in-memory data structure store used as a database, cache, message broker, and streaming engine. - [Request](/reference/components/request_v1): Send an HTTP request from your application to a designated integration and workflow, with the option to receive a synchronous response. - [Resend](/reference/components/resend_v1): Resend is the email API for developers. - [Retable](/reference/components/retable_v1): Retable is a online database and spreadsheet platform designed for teams and individuals who want to organize, manage, and collaborate on structured data. - [Rocket.Chat](/reference/components/rocketchat_v1): Rocket.Chat is a communication platform that enables team collaboration through messaging, audio/video calls, and integrations, all customizable and self-hostable. - [RSS](/reference/components/rss_v1): RSS.app is a web-based tool that helps you create, customize, and manage RSS feeds-even from websites that don’t provide them natively. - [S3 Vector Store](/reference/components/s3_v1): Amazon S3 Vector Store uses AWS S3 as a persistent storage backend for vector embeddings, enabling scalable and durable similarity search. - [Salesflare](/reference/components/salesflare_v1): Salesflare is a CRM software designed to help small businesses and startups manage their customer relationships efficiently. - [Salesforce](/reference/components/salesforce_v1): Salesforce is a cloud-based customer relationship management (CRM) platform that provides tools for sales, service, marketing, and analytics to help businesses manage customer interactions and data. - [Sanitize Text](/reference/components/sanitizeText_v1): Runs configured sanitizers on the model response. - [Schedule](/reference/components/schedule_v1): Start workflows automatically on a recurring schedule. Choose daily, weekly, monthly, interval-based, or cron-based triggers. - [ScrapeGraphAI](/reference/components/scrape-graph-ai_v1): ScrapeGraphAI is a web scraping python library that uses LLM and direct graph logic to create scraping pipelines for websites and local documents. - [Script](/reference/components/script_v1): Executes user-defined code. User can write custom workflow logic in Java, JavaScript, Python, R or Ruby programming languages. - [Secret Keys](/reference/components/secretKeys_v1): Detects - and optionally masks - API keys and credential-shaped secrets. - [SendFox](/reference/components/sendfox_v1): SendFox lets you automate email campaigns, complete with custom opt-in forms and landing pages, so you're not tanking your budget to get new subscribers. - [Sendgrid](/reference/components/sendgrid_v1): Trusted for reliable email delivery at scale. - [Session Chat Memory](/reference/components/session-chat-memory_v1): Event-sourced session-based chat memory. - [Shopify](/reference/components/shopify_v1): Shopify is an e-commerce platform that allows businesses to create online stores and sell products. - [Slack](/reference/components/slack_v1): Slack is a messaging platform for teams to communicate and collaborate. - [Snowflake](/reference/components/snowflake_v1): Snowflake enables organizations to collaborate, build AI-powered data apps, and unlock data insights-all within a secure and scalable AI Data Cloud. - [Spotify](/reference/components/spotify_v1): Spotify is a popular music streaming service that offers a vast library of songs, podcasts, and playlists for users to enjoy. - [Stability AI](/reference/components/stability_v1): Activating humanity's potential through generative AI. Open models in every modality, for everyone, everywhere. - [Stripe](/reference/components/stripe_v1): Stripe is a payment processing platform that allows businesses to accept online payments and manage transactions securely. - [Supabase](/reference/components/supabase_v1): Supabase is an open source Firebase alternative. Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, Storage, and Vector embeddings. - [Tavily](/reference/components/tavily_v1): Tavily is an AI-powered search tool designed to help users quickly find accurate, relevant and up-to-date information from the web. - [Teamwork](/reference/components/teamwork_v1): Teamwork is a project management software that helps teams collaborate, organize tasks, and track progress efficiently. - [Telegram](/reference/components/telegram_v1): Telegram is a cloud-based messaging platform that enables users to send messages, media, and files, and supports automation and integrations through its API. - [Text Helper](/reference/components/text-helper_v1): Helper component which contains operations to help you work with text. - [Todoist](/reference/components/todoist_v1): Todoist is a task management application that helps users organize and prioritize their to-do lists. - [Topical Alignment](/reference/components/topicalAlignment_v1): LLM-based check that input stays within an allowed topic. - [Trello](/reference/components/trello_v1): Trello is a project management tool that uses boards, lists and cards to help users organize tasks and collaborate with teams. - [Twilio](/reference/components/twilio_v1): Twilio is a cloud communications platform that enables developers to integrate messaging, voice, and video capabilities into their applications. - [Typeform](/reference/components/typeform_v1): Typeform is an online survey and form-building tool that enables users to create interactive and engaging forms for collecting data and feedback. - [Typesense](/reference/components/typesense_v1): Typesense is an open-source, in-memory search engine designed for fast, typo-tolerant, and relevance-focused full-text search across large datasets. - [URLs](/reference/components/urls_v1): Detects - and optionally masks - URLs outside a configured allowlist. - [Urlscan.io](/reference/components/urlscan_v1): Urlscan.io is an online service that allows you to safely analyze websites and URLs to determine potential security threats and risks. - [Var](/reference/components/var_v1): Sets a value which can then be referenced in other tasks. - [Vbout](/reference/components/vbout_v1): VBOUT is an AI-enabled marketing platform that helps businesses manage and streamline their digital marketing efforts. - [Vector Store Chat Memory](/reference/components/vector-store-chat-memory_v1): Vector Store Chat Memory. - [Vector Store Document Retriever](/reference/components/vector-store-document-retriever_v1): Vector Store Document Retriever. - [VTiger](/reference/components/vtiger_v1): VTiger is a comprehensive customer relationship management (CRM) platform that offers sales, marketing, and support solutions to streamline business. - [Wait](/reference/components/wait_v1): Pauses the workflow execution for a specified amount of time or until a webhook call is received. - [Weaviate](/reference/components/weaviate_v1): Weaviate is an open-source vector search engine and database that enables efficient storage, retrieval, and management of high-dimensional data, often used in machine learning and AI applications. - [Webflow](/reference/components/webflow_v1): Webflow is a web design and development platform that allows users to build responsive websites visually without writing code. - [Webhook](/reference/components/webhook_v1): Webhook is a method utilized by applications to supply real-time information to other apps. Such a process usually delivers data immediately as and when it occurs. Webhook Trigger enables users to receive callouts whenever a service provides the option of distributing signals to a user-defined URL. - [WhatsApp](/reference/components/whatsapp_v1): WhatsApp is a free-to-use messaging app offering end-to-end encrypted chat, voice, and video communication, along with document and media sharing, available on multiple platforms. - [Wolfram Alpha Full Results](/reference/components/wolfram-alpha-full-results_v1): Wolfram Alpha Full Results returns the computed results of your query in a variety of formats. - [Wolfram Alpha Short Answers](/reference/components/wolfram-alpha-shortanswers_v1): Wolfram Alpha Short Answers returns a single plain text result as an answer to your query. - [WooCommerce](/reference/components/woocommerce_v1): WooCommerce is a e-commerce plugin for WordPress that allows you to turn a standard WordPress website into a fully functional online store. - [Wordpress](/reference/components/wordpress_v1): WordPress is a web content management system. - [Workflow](/reference/components/workflow_v1): Triggers and actions for workflow-to-workflow communication. - [Wrike](/reference/components/wrike_v1): Wrike's Powerful Project Management Software Provides Users with Enterprise-Level Security. - [X](/reference/components/x_v1): X (formerly known as Twitter) is a social media platform that enables users to share short messages, known as posts or tweets, and interact with others in real time. - [Xero](/reference/components/xero_v1): Xero is an online accounting software platform designed for small businesses and accountants to manage finances efficiently. - [XLSX File](/reference/components/xlsx-file_v1): Reads and writes data from a XLS/XLSX file. - [XML File](/reference/components/xml-file_v1): Reads and writes data from a XML file. - [XML Helper](/reference/components/xml-helper_v1): Converts between XML string and object/array. - [YouTube](/reference/components/youtube_v1): Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. - [Zendesk](/reference/components/zendesk_v1): Zendesk is a customer service and sales platform that helps businesses manage customer interactions across various channels. - [ZenRows](/reference/components/zenrows_v1): ZenRows is a web scraping service with an advanced toolkit and APIs that simplify data extraction from bot-protected websites. - [Zeplin](/reference/components/zeplin_v1): Zeplin is a collaboration tool that bridges the gap between designers and developers by providing a platform to share, organize, and translate design files into development. - [Zoho Application Setup](/reference/components/zoho-application-setup_v1): Steps for setting up Zoho API console for every Zoho component. - [Zoho Books](/reference/components/zoho-books_v1): Zoho Books is cloud-based accounting software for managing your accounting tasks and organizing your transactions. - [Zoho CRM](/reference/components/zoho-crm_v1): Zoho CRM is a cloud-based customer relationship management platform that integrates sales, marketing, and customer support activities to streamline business processes and enhance team. - [Zoho Invoice](/reference/components/zoho-invoice_v1): Zoho Invoice is an online invoicing software used to create, send, and manage professional invoices, along with tracking payments and automating billing workflows. - [Zoom](/reference/components/zoom_v1): Zoom is a cloud-based video conferencing platform that enables virtual meetings, webinars, and collaboration through video, audio, and chat. - [ZoomInfo](/reference/components/zoominfo_v1): ZoomInfo is a platform that provides companies with accurate contact data and sales insights to help them find and engage potential customers.