diff --git a/docs/api-reference/endpoints/app-connections/render/available.mdx b/docs/api-reference/endpoints/app-connections/render/available.mdx
new file mode 100644
index 000000000..99691fe59
--- /dev/null
+++ b/docs/api-reference/endpoints/app-connections/render/available.mdx
@@ -0,0 +1,4 @@
+---
+title: "Available"
+openapi: "GET /api/v1/app-connections/render/available"
+---
diff --git a/docs/api-reference/endpoints/app-connections/render/create.mdx b/docs/api-reference/endpoints/app-connections/render/create.mdx
new file mode 100644
index 000000000..2078e0418
--- /dev/null
+++ b/docs/api-reference/endpoints/app-connections/render/create.mdx
@@ -0,0 +1,10 @@
+---
+title: "Create"
+openapi: "POST /api/v1/app-connections/render"
+---
+
+
+ Check out the configuration docs for [Render
+ Connections](/integrations/app-connections/render) to learn how to obtain the
+ required credentials.
+
diff --git a/docs/api-reference/endpoints/app-connections/render/delete.mdx b/docs/api-reference/endpoints/app-connections/render/delete.mdx
new file mode 100644
index 000000000..40826c700
--- /dev/null
+++ b/docs/api-reference/endpoints/app-connections/render/delete.mdx
@@ -0,0 +1,4 @@
+---
+title: "Delete"
+openapi: "DELETE /api/v1/app-connections/render/{connectionId}"
+---
diff --git a/docs/api-reference/endpoints/app-connections/render/get-by-id.mdx b/docs/api-reference/endpoints/app-connections/render/get-by-id.mdx
new file mode 100644
index 000000000..7c4f7ce05
--- /dev/null
+++ b/docs/api-reference/endpoints/app-connections/render/get-by-id.mdx
@@ -0,0 +1,4 @@
+---
+title: "Get by ID"
+openapi: "GET /api/v1/app-connections/render/{connectionId}"
+---
diff --git a/docs/api-reference/endpoints/app-connections/render/get-by-name.mdx b/docs/api-reference/endpoints/app-connections/render/get-by-name.mdx
new file mode 100644
index 000000000..464a36558
--- /dev/null
+++ b/docs/api-reference/endpoints/app-connections/render/get-by-name.mdx
@@ -0,0 +1,4 @@
+---
+title: "Get by Name"
+openapi: "GET /api/v1/app-connections/render/connection-name/{connectionName}"
+---
diff --git a/docs/api-reference/endpoints/app-connections/render/list.mdx b/docs/api-reference/endpoints/app-connections/render/list.mdx
new file mode 100644
index 000000000..f473057f1
--- /dev/null
+++ b/docs/api-reference/endpoints/app-connections/render/list.mdx
@@ -0,0 +1,4 @@
+---
+title: "List"
+openapi: "GET /api/v1/app-connections/render"
+---
diff --git a/docs/api-reference/endpoints/app-connections/render/update.mdx b/docs/api-reference/endpoints/app-connections/render/update.mdx
new file mode 100644
index 000000000..9c8e33484
--- /dev/null
+++ b/docs/api-reference/endpoints/app-connections/render/update.mdx
@@ -0,0 +1,10 @@
+---
+title: "Update"
+openapi: "PATCH /api/v1/app-connections/render/{connectionId}"
+---
+
+
+ Check out the configuration docs for [Render
+ Connections](/integrations/app-connections/render) to learn how to obtain the
+ required credentials.
+
diff --git a/docs/api-reference/endpoints/secret-syncs/render/create.mdx b/docs/api-reference/endpoints/secret-syncs/render/create.mdx
new file mode 100644
index 000000000..2afff8511
--- /dev/null
+++ b/docs/api-reference/endpoints/secret-syncs/render/create.mdx
@@ -0,0 +1,4 @@
+---
+title: "Create"
+openapi: "POST /api/v1/secret-syncs/render"
+---
diff --git a/docs/api-reference/endpoints/secret-syncs/render/delete.mdx b/docs/api-reference/endpoints/secret-syncs/render/delete.mdx
new file mode 100644
index 000000000..eef2dbe61
--- /dev/null
+++ b/docs/api-reference/endpoints/secret-syncs/render/delete.mdx
@@ -0,0 +1,4 @@
+---
+title: "Delete"
+openapi: "DELETE /api/v1/secret-syncs/render/{syncId}"
+---
diff --git a/docs/api-reference/endpoints/secret-syncs/render/get-by-id.mdx b/docs/api-reference/endpoints/secret-syncs/render/get-by-id.mdx
new file mode 100644
index 000000000..6918c0645
--- /dev/null
+++ b/docs/api-reference/endpoints/secret-syncs/render/get-by-id.mdx
@@ -0,0 +1,4 @@
+---
+title: "Get by ID"
+openapi: "GET /api/v1/secret-syncs/render/{syncId}"
+---
diff --git a/docs/api-reference/endpoints/secret-syncs/render/get-by-name.mdx b/docs/api-reference/endpoints/secret-syncs/render/get-by-name.mdx
new file mode 100644
index 000000000..c9ff4f0ff
--- /dev/null
+++ b/docs/api-reference/endpoints/secret-syncs/render/get-by-name.mdx
@@ -0,0 +1,4 @@
+---
+title: "Get by Name"
+openapi: "GET /api/v1/secret-syncs/render/sync-name/{syncName}"
+---
diff --git a/docs/api-reference/endpoints/secret-syncs/render/import-secrets.mdx b/docs/api-reference/endpoints/secret-syncs/render/import-secrets.mdx
new file mode 100644
index 000000000..1ef9069e8
--- /dev/null
+++ b/docs/api-reference/endpoints/secret-syncs/render/import-secrets.mdx
@@ -0,0 +1,4 @@
+---
+title: "Import Secrets"
+openapi: "POST /api/v1/secret-syncs/render/{syncId}/import-secrets"
+---
diff --git a/docs/api-reference/endpoints/secret-syncs/render/list.mdx b/docs/api-reference/endpoints/secret-syncs/render/list.mdx
new file mode 100644
index 000000000..82aa6eb88
--- /dev/null
+++ b/docs/api-reference/endpoints/secret-syncs/render/list.mdx
@@ -0,0 +1,4 @@
+---
+title: "List"
+openapi: "GET /api/v1/secret-syncs/render"
+---
diff --git a/docs/api-reference/endpoints/secret-syncs/render/remove-secrets.mdx b/docs/api-reference/endpoints/secret-syncs/render/remove-secrets.mdx
new file mode 100644
index 000000000..9130316a7
--- /dev/null
+++ b/docs/api-reference/endpoints/secret-syncs/render/remove-secrets.mdx
@@ -0,0 +1,4 @@
+---
+title: "Remove Secrets"
+openapi: "POST /api/v1/secret-syncs/render/{syncId}/remove-secrets"
+---
diff --git a/docs/api-reference/endpoints/secret-syncs/render/sync-secrets.mdx b/docs/api-reference/endpoints/secret-syncs/render/sync-secrets.mdx
new file mode 100644
index 000000000..a08b99d42
--- /dev/null
+++ b/docs/api-reference/endpoints/secret-syncs/render/sync-secrets.mdx
@@ -0,0 +1,4 @@
+---
+title: "Sync Secrets"
+openapi: "POST /api/v1/secret-syncs/render/{syncId}/sync-secrets"
+---
diff --git a/docs/api-reference/endpoints/secret-syncs/render/update.mdx b/docs/api-reference/endpoints/secret-syncs/render/update.mdx
new file mode 100644
index 000000000..1041ccc18
--- /dev/null
+++ b/docs/api-reference/endpoints/secret-syncs/render/update.mdx
@@ -0,0 +1,4 @@
+---
+title: "Update"
+openapi: "PATCH /api/v1/secret-syncs/render/{syncId}"
+---
diff --git a/docs/mint.json b/docs/mint.json
index 85a9cd5cc..7322fc2f0 100644
--- a/docs/mint.json
+++ b/docs/mint.json
@@ -1443,6 +1443,18 @@
"api-reference/endpoints/app-connections/windmill/update",
"api-reference/endpoints/app-connections/windmill/delete"
]
+ },
+ {
+ "group": "Render",
+ "pages": [
+ "api-reference/endpoints/app-connections/render/list",
+ "api-reference/endpoints/app-connections/render/available",
+ "api-reference/endpoints/app-connections/render/get-by-id",
+ "api-reference/endpoints/app-connections/render/get-by-name",
+ "api-reference/endpoints/app-connections/render/create",
+ "api-reference/endpoints/app-connections/render/update",
+ "api-reference/endpoints/app-connections/render/delete"
+ ]
}
]
},
@@ -1683,6 +1695,20 @@
"api-reference/endpoints/secret-syncs/windmill/import-secrets",
"api-reference/endpoints/secret-syncs/windmill/remove-secrets"
]
+ },
+ {
+ "group": "Render",
+ "pages": [
+ "api-reference/endpoints/secret-syncs/render/list",
+ "api-reference/endpoints/secret-syncs/render/get-by-id",
+ "api-reference/endpoints/secret-syncs/render/get-by-name",
+ "api-reference/endpoints/secret-syncs/render/create",
+ "api-reference/endpoints/secret-syncs/render/update",
+ "api-reference/endpoints/secret-syncs/render/delete",
+ "api-reference/endpoints/secret-syncs/render/sync-secrets",
+ "api-reference/endpoints/secret-syncs/render/import-secrets",
+ "api-reference/endpoints/secret-syncs/render/remove-secrets"
+ ]
}
]
},