From fb69a64f0be97824ce86bc2f7c7f539c74d95161 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9CRounak?= <“rounakpreet.d@deuexsolutions.com”>
Date: Thu, 15 Jan 2026 21:27:59 +0530
Subject: [PATCH 1/2] Docs: Local Ingestion Agent Card Addition along with Note
---
.../day-1/hybrid-saas/local-ingestion-agent.mdx | 6 ++++++
getting-started/index.mdx | 7 +++++++
2 files changed, 13 insertions(+)
diff --git a/getting-started/day-1/hybrid-saas/local-ingestion-agent.mdx b/getting-started/day-1/hybrid-saas/local-ingestion-agent.mdx
index a2f24e4b..f64e8658 100644
--- a/getting-started/day-1/hybrid-saas/local-ingestion-agent.mdx
+++ b/getting-started/day-1/hybrid-saas/local-ingestion-agent.mdx
@@ -8,6 +8,12 @@ collate: true
# Local Ingestion Agent
+
+
+To set up the Local Ingestion Agent, you’ll need credentials provided by the support team. Please reach out to support@getcollate.io to get the required access and configuration details.
+
+
+
The Local Ingestion Agent is designed to facilitate metadata ingestion for hybrid deployments, allowing organizations to securely push metadata from their infrastructure into the Collate platform without exposing their internal systems. It provides a secure and efficient way for running ingestion workflows while maintaining full control over data processing within your network.
diff --git a/getting-started/index.mdx b/getting-started/index.mdx
index 16e7e459..a8ee8d84 100644
--- a/getting-started/index.mdx
+++ b/getting-started/index.mdx
@@ -68,6 +68,13 @@ need to set up your Collate environment in 30 minutes.
>
Invite team members and assign roles to collaborate and manage data effectively.
+
+ Optionally run a local ingestion agent within your network to ingest data without direct SaaS connectivity.
+
## How Collate helps Data Teams?
From 497c38aeab1d2216f08979558ddb45ad862e7de2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9CRounak?= <“rounakpreet.d@deuexsolutions.com”>
Date: Fri, 16 Jan 2026 13:16:15 +0530
Subject: [PATCH 2/2] Docs: Docs.json Change
---
docs.json | 9 +++++++--
getting-started/day-1/hybrid-saas/index.mdx | 2 +-
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/docs.json b/docs.json
index ef63ca21..9a920f1c 100644
--- a/docs.json
+++ b/docs.json
@@ -68,9 +68,14 @@
"pages": [
"getting-started/day-1/index",
{
- "group": "Hybrid SaaS",
+ "group": "Premium Users",
+ "pages": [
+ "getting-started/day-1/hybrid-saas/index"
+ ]
+ },
+ {
+ "group": "Free-tier Users",
"pages": [
- "getting-started/day-1/hybrid-saas/index",
"getting-started/day-1/hybrid-saas/local-ingestion-agent"
]
}
diff --git a/getting-started/day-1/hybrid-saas/index.mdx b/getting-started/day-1/hybrid-saas/index.mdx
index 5b912313..e2df129c 100644
--- a/getting-started/day-1/hybrid-saas/index.mdx
+++ b/getting-started/day-1/hybrid-saas/index.mdx
@@ -2,7 +2,7 @@
title: Hybrid Ingestion Runner | Secure Metadata Workflows in Your Cloud
description: Learn to configure and manage Hybrid Ingestion Runner to securely execute workflows in your cloud using AWS, Azure, or GCP secrets—without exposing credentials.
slug: /getting-started/day-1/hybrid-saas
-sidebarTitle: Overview
+sidebarTitle: Hybrid Ingestion Runner
collate: true
---