diff --git a/.github/workflows/rdme-guides-openapi.yml b/.github/workflows/rdme-guides-openapi.yml
new file mode 100644
index 0000000..61fcda5
--- /dev/null
+++ b/.github/workflows/rdme-guides-openapi.yml
@@ -0,0 +1,74 @@
+# This GitHub Actions workflow was auto-generated by the `rdme` cli on 2024-08-26T13:40:44.694Z
+# You can view our full documentation here: https://docs.readme.com/docs/rdme
+name: ReadMe GitHub Action 🦉
+
+on:
+  push:
+    branches:
+      # This workflow will run every time you push code to the following branch: `main`
+      # Check out GitHub's docs for more info on configuring this:
+      # https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
+      - main
+
+jobs:
+  rdme-guides:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Check out repo 📚
+        uses: actions/checkout@v3
+
+      - name: Run `guides` command 🚀
+        uses: readmeio/rdme@v8
+        with:
+          rdme: guides . --key=${{ secrets.README_API_KEY }} --version=1.0
+
+  rdme-openapi:
+    runs-on: ubuntu-latest
+    steps:
+      - name: Check out repo 📚
+        uses: actions/checkout@v3
+
+      - name: Run `openapi` command 🚀
+        uses: readmeio/rdme@v8
+        with:
+          rdme: openapi callflows/authorization/authorization_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=66da35ace41d6c004c486743
+
+      - name: Run `openapi` command 🚀
+        uses: readmeio/rdme@v8
+        with:
+          rdme: openapi catalog/simswap/simswap_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=66d6d367c3032f006ebc2534
+        
+      - name: Run `openapi` command 🚀
+        uses: readmeio/rdme@v8
+        with:
+          rdme: openapi catalog/numberverification/numberverification_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=66d6da62784552006304adcb
+        
+      - name: Run `openapi` command 🚀
+        uses: readmeio/rdme@v8
+        with:
+          rdme: openapi catalog/devicelocation/devicelocation_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=66d74d863ccce000124211e8
+  
+      - name: Run `openapi` command 🚀
+        uses: readmeio/rdme@v8
+        with:
+          rdme: openapi catalog/devicestatus/devicestatus_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=66d7828a08fb2000497d3cfd
+
+      - name: Run `openapi` command 🚀
+        uses: readmeio/rdme@v8
+        with:
+          rdme: openapi catalog/qod/qod_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=67129c6a5647e60059b6e34f
+
+      - name: Run `openapi` command 🚀
+        uses: readmeio/rdme@v8
+        with:
+          rdme: openapi catalog/knowyourcustomer/kyc_match_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=67129ca600431a0019dddf96
+
+      - name: Run `openapi` command 🚀
+        uses: readmeio/rdme@v8
+        with:
+          rdme: openapi catalog/deviceswap/deviceswap_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=6746056170f5f7001f8ac2b4
+
+      - name: Run `openapi` command 🚀
+        uses: readmeio/rdme@v8
+        with:
+          rdme: openapi catalog/homedevicesqod/homedevices_qod_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=674f4ea88f080d003d0f97ee
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..0074612
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,5 @@
+{
+	"cSpell.words": [
+		"openapi"
+	]
+}
\ No newline at end of file