diff --git a/apps/docs/docs.json b/apps/docs/docs.json
index e87834b0..83a174dd 100644
--- a/apps/docs/docs.json
+++ b/apps/docs/docs.json
@@ -159,6 +159,7 @@
"integrations/claude-memory",
"integrations/pipecat",
"integrations/n8n",
+ "integrations/viasocket",
"integrations/zapier"
]
}
diff --git a/apps/docs/images/viaSocket-supermemory-auth.png b/apps/docs/images/viaSocket-supermemory-auth.png
new file mode 100644
index 00000000..5105b987
Binary files /dev/null and b/apps/docs/images/viaSocket-supermemory-auth.png differ
diff --git a/apps/docs/images/viaSocket-supermemory-connect.png b/apps/docs/images/viaSocket-supermemory-connect.png
new file mode 100644
index 00000000..c45bdba1
Binary files /dev/null and b/apps/docs/images/viaSocket-supermemory-connect.png differ
diff --git a/apps/docs/images/viaSocket-supermemory-trigger.png b/apps/docs/images/viaSocket-supermemory-trigger.png
new file mode 100644
index 00000000..fc2f10c7
Binary files /dev/null and b/apps/docs/images/viaSocket-supermemory-trigger.png differ
diff --git a/apps/docs/images/viasocket-icon-ico.ico b/apps/docs/images/viasocket-icon-ico.ico
new file mode 100644
index 00000000..bed9fab6
Binary files /dev/null and b/apps/docs/images/viasocket-icon-ico.ico differ
diff --git a/apps/docs/images/viasocket-supermemory-action.png b/apps/docs/images/viasocket-supermemory-action.png
new file mode 100644
index 00000000..0d3c3074
Binary files /dev/null and b/apps/docs/images/viasocket-supermemory-action.png differ
diff --git a/apps/docs/images/viasocket-supermemory-configured-trigger.png b/apps/docs/images/viasocket-supermemory-configured-trigger.png
new file mode 100644
index 00000000..03312c75
Binary files /dev/null and b/apps/docs/images/viasocket-supermemory-configured-trigger.png differ
diff --git a/apps/docs/images/viasocket-supermemory-connection.png b/apps/docs/images/viasocket-supermemory-connection.png
new file mode 100644
index 00000000..15f16073
Binary files /dev/null and b/apps/docs/images/viasocket-supermemory-connection.png differ
diff --git a/apps/docs/images/viasocket-supermemory-go-live.png b/apps/docs/images/viasocket-supermemory-go-live.png
new file mode 100644
index 00000000..6186083e
Binary files /dev/null and b/apps/docs/images/viasocket-supermemory-go-live.png differ
diff --git a/apps/docs/integrations/viasocket.mdx b/apps/docs/integrations/viasocket.mdx
new file mode 100644
index 00000000..5aa4bf02
--- /dev/null
+++ b/apps/docs/integrations/viasocket.mdx
@@ -0,0 +1,80 @@
+---
+title: "viaSocket"
+sidebarTitle: "viaSocket"
+description: "Connect Supermemory with viaSocket to build automation flows using triggers, API tokens, and actions like Gmail."
+icon: "/images/viasocket-icon-ico.ico"
+---
+
+Connect Supermemory to viaSocket to build powerful automation flows — search your memory, trigger actions, and wire up services like Gmail, all without writing code.
+
+## Prerequisites
+
+- A Supermemory API key ([get one here](https://console.supermemory.ai/settings))
+- A viaSocket account
+
+## Step-by-Step Tutorial
+
+
+
+ - Log in to your [Supermemory account](https://console.supermemory.ai).
+ - Go to **Settings → API Key**.
+ - Copy your Personal API key.
+ - Keep the key secure — treat it like a password.
+ 
+
+
+
+
+ - Click **Create New Flow** in your viaSocket dashboard.
+ - In the **Trigger** section, search for and select **Supermemory**.
+ - Choose a trigger — **Search Memory** or **Search User Profile**.
+ 
+ 
+
+
+
+
+ - Click **Connect to Supermemory**.
+ - Paste your Supermemory API key.
+ - Click **Save** to store the connection.
+ - Confirm the connection is successfully added before proceeding.
+ 
+
+
+
+ - Provide a **Query** — either a static value or a dynamic input from a previous step.
+ - Click **TEST** to run a sample and verify the output.
+ - Save the trigger once the test returns expected data.
+ 
+
+
+
+ - Click **Add Step**.
+ - Select **Gmail → Send Email**.
+ - Choose an existing Gmail connection or create a new one.
+ - Map the required fields:
+ - **To** — recipient email address
+ - **Subject** — email subject line
+ - **Message Body** — use the trigger's `body` object as dynamic input
+ - Click **Test** to send a test email.
+ - Confirm a **200** response status before saving.
+ 
+
+
+
+ - Click **GO LIVE** to activate your flow.
+ - Confirm the activation prompt.
+ - Use **Flow View** to inspect the flow structure and **Log View** to monitor executions in real time.
+ - If needed, re-run any execution from **Run History**.
+ 
+
+
+
+
+
+ Make sure your Supermemory API key has the correct permissions before
+ connecting. If the TEST step returns no data, double-check the query and
+ ensure your Supermemory account has indexed content.
+
+
+You can extend this flow with other actions and services supported by viaSocket. For all available Supermemory API endpoints, refer to the [API Reference](/api-reference) tab.