```diff
--- test_files/542-original.txt	2025-03-07 19:07:07
+++ test_files/542-modified.txt	2025-03-07 19:07:07
@@ -1,73 +1,428 @@
 {
-  "name": "Starter Kit",
+  "name": "Composio",
+  "theme": "venus",
   "logo": {
-    "dark": "/logo/dark.svg",
-    "light": "/logo/light.svg"
+    "light": "/logo/light.svg",
+    "dark": "/logo/dark.svg"
   },
-  "favicon": "/favicon.png",
+  "openapi": [
+    "/composio.yaml"
+  ],
+  "favicon": "/favicon1.png",
   "colors": {
-    "primary": "#0069ED",
-    "light": "#4D9CFF",
-    "dark": "#0050B4",
-    "ultraLight": "#EBF3FE",
-    "ultraDark": "#003372"
-  },
-  "api": {
-    "baseUrl": "https://api.explo.co",
-    "auth": {
-      "method": "key",
-      "name": "Explo-Authorization"
+    "primary": "#343434",
+    "light": "#fff",
+    "dark": "#343434",
+    "ultraLight": "#9a4dff",
+    "ultraDark": "#9a4dff",
+    "background": {
+      "dark": "#181818",
+      "light": "#fafafa"
     }
   },
+  "seo": {
+    "indexHiddenPages": false
+  },
+  "modeToggle": {
+    "default": "dark",
+    "isHidden": false
+  },
+  "feedback": {
+    "suggestEdit": true,
+    "raiseIssue": true,
+    "thumbsRating": true
+  },
+  "search": {
+    "prompt": "Make my agents useful ..."
+  },
+  "metadata": {
+    "og:image": "https://framerusercontent.com/images/YwaNXXQETYRs9LymxFCnTjp83Q.svg",
+    "og:description": "Composio enables your agents to connect with Various Tools and work with them",
+    "og:site_name": "Composio Docs",
+    "twitter:site": "https://twitter.com/KaranVaidya6"
+  },
   "topbarLinks": [
     {
-      "name": "Book a demo",
-      "url": "https://www.explo.co/book-a-demo"
+      "name": "Discord",
+      "url": "https://dub.composio.dev/discord"
     }
   ],
   "topbarCtaButton": {
-    "name": "Get Started",
-    "url": "https://www.explo.co/request-a-trial"
+    "name": "Get your API Key",
+    "url": "https://app.composio.dev/developers"
   },
-  "anchors": [
+  "topAnchor": {
+    "name": "Documentation",
+    "icon": "book-open"
+  },
+  "primaryTab": {
+    "name": "Get Started"
+  },
+  "tabs": [
     {
-      "name": "API Reference",
-      "icon": "rectangle-terminal",
+      "name": "Examples",
+      "url": "examples"
+    },
+    {
+      "name": "API",
       "url": "api-reference"
     },
     {
-      "name": "Changelog",
-      "icon": "list",
-      "url": "https://www.explo.co/changelog"
+      "name": "All Tools",
+      "url": "https://app.composio.dev/apps"
     },
     {
-      "name": "Community",
-      "icon": "discord",
-      "url": "https://www.explo.co/case-studies"
+      "name": "Chat with Code",
+      "url": "https://entelligence.ai/ComposioHQ&composio"
     }
   ],
   "navigation": [
     {
-      "group": "Home",
-      "pages": ["introduction", "quickstart"]
+      "group": "Introduction",
+      "pages": [
+        "introduction/intro/overview",
+        "introduction/intro/basic",
+        "introduction/intro/quickstart-tools",
+        "introduction/intro/quickstart-triggers"
+      ]
     },
     {
-      "group": "Learn More",
-      "pages": ["resources", "faq"]
+      "group": "Tools",
+      "pages": [
+            "patterns/tools/what-are-tools",
+            {
+              "group": "Use Tools",
+              "pages": [
+                "patterns/tools/use-tools/action-guide-with-agents",
+                "patterns/tools/use-tools/use-specific-actions",
+                "patterns/tools/use-tools/get-action-inputs",
+                "patterns/tools/use-tools/processing-actions",
+                "patterns/tools/use-tools/configure-tools",
+                "patterns/tools/use-tools/action-guide-without-agents",
+                "patterns/tools/use-tools/use-tools-with-your-auth"
+              ]
+            },
+            {
+              "group": "Build Tools",
+              "pages": [
+                "patterns/tools/build-tools/custom-action-without-auth",
+                "patterns/tools/build-tools/custom-action-with-auth"
+              ]
+            },
+            "patterns/tools/custom-integration",
+            "patterns/tools/serve-tools",
+            "patterns/tools/versioning"
+      ]
     },
     {
-      "group": "API Documentation",
-      "pages": ["api-reference/explos-authentication", "api-reference/overview"]
+      "group": "Authentication",
+      "pages": [
+        "patterns/Auth/connected_account",
+        "patterns/Auth/using-connections",
+        "patterns/Auth/Integrations",
+        "patterns/Auth/examples/gmail_example",
+        "patterns/Auth/examples/shopify_example"
+      ]
     },
     {
-      "group": "End User Group API",
+      "group": "Triggers & Webhooks",
       "pages": [
-        "api-reference/end-user-group-api",
-        "api-reference/end-user-group-api/get-or-create",
-        "api-reference/end-user-group-api/update",
-        "api-reference/end-user-group-api/delete",
-        "api-reference/end-user-group-api/refresh-token"
+        "patterns/triggers/triggers",
+        "patterns/triggers/webhooks"
       ]
+    },
+    {
+      "group": "Composio MCP",
+          "pages": [
+            "mcp/overview"
+          ]
+},
+{
+      "group": "Supported Frameworks",
+      "pages": [
+        "framework/agno",
+        "framework/autogen",
+        "framework/crewai",
+        "framework/gemini",
+        "framework/langchain",
+        "framework/langflow",
+        "framework/langgraph",
+        "framework/letta",
+        "framework/litellm",
+        "framework/llamaindex",
+        "framework/openai",
+        {
+          "group": "Other Frameworks",
+          "pages": [
+            "framework/smolagents",
+            "framework/camelai",
+            "javascript/cloudflare",
+            "framework/griptape",
+            "framework/groq",
+            "framework/julep",
+            "framework/lyzr",
+            "framework/praisonai",
+            "javascript/vercel",
+            "framework/google",
+            "framework/ibm"
+          ]
+        }
+      ]
+    },
+    {
+      "group": "Kits",
+      "pages": [
+        {
+          "group": "SWE kit",
+          "pages": [
+            "swekit-tools/introduction",
+            "swekit/introduction",
+            "swekit-js/introduction",
+            "swekit/benchmarks",
+            "swekit-examples/introduction"
+          ]
+        },
+        {
+          "group":"AI SDR Kit",
+          "pages": [
+            "sdrkit/tools",
+            "sdrkit/ai-lead-generator",
+            "sdrkit/ai-outreach-agent",
+            "sdrkit/ai-market-research-agent",
+            "sdrkit/ai-scheduling-agent"  
+          ]
+        },
+        {
+          "group": "Crypto Kit",
+          "pages": [
+            "cryptokit/tools",
+            "cryptokit/community_reward_agent",
+            "cryptokit/github_contributor_reward_agent",
+            "cryptokit/coinbase_agent",
+            "cryptokit/trading_agent"
+          ]
+        }
+      ]
+    },
+    {
+      "group": "Others",
+      "pages": [
+        "introduction/foundations/components/workspace",
+        "integrations/google",
+        "faq/api_key/api_key",
+        "faq/api_key/cli",
+        "faq/integrations_and_connections/list_of_tools",
+        "faq/supported_llms/supported_llm",
+        "monitoring-docs",
+        "changelog"
+      ]
+    },
+    {
+      "group": "Examples",
+      "pages": [
+        {
+          "group": "Python Examples",
+          "pages": [
+            "examples/combined/rag-agent-python",
+            "examples/combined/code-execution-agent-python",
+            "examples/combined/calendar-agent-python",
+            "examples/combined/newsletter-summarizer-python",
+            "examples/combined/research-agent-python",
+            "examples/combined/sql-agent-python"
+          ]
+        },
+        {
+          "group": "JavaScript Examples",
+          "pages": [
+            "examples/combined/rag-agent-javascript",
+            "examples/combined/code-execution-agent-javascript",
+            "examples/combined/calendar-agent-javascript",
+            "examples/combined/newsletter-summarizer-javascript",
+            "examples/combined/research-agent-javascript",
+            "examples/combined/sql-agent-javascript"
+          ]
+        }
+      ]
+    },
+    {
+      "group": "Endpoints",
+      "icon": "robot",
+      "pages": [
+  {
+    "group": "Actions",
+    "pages": [
+      "api-reference/actions/list-action-tags",
+      "api-reference/actions/list-actions",
+      "api-reference/actions/get-action-inputs",
+      "api-reference/actions/get-single-action",
+      "api-reference/actions/execute-an-action"
+    ]
+  },
+  {
+    "group": "Api Keys",
+    "pages": [
+      "api-reference/api-keys/list-api-keys",
+      "api-reference/api-keys/generate-api-key",
+      "api-reference/api-keys/delete-api-key"
+    ]
+  },
+  {
+    "group": "Apps",
+    "pages": [
+      "api-reference/apps/list-app-categories",
+      "api-reference/apps/list-apps",
+      "api-reference/apps/get-single-app"
+    ]
+  },
+  {
+    "group": "Client",
+    "pages": [
+      "api-reference/client/get-user-info"
+    ]
+  },
+  {
+    "group": "Connections",
+    "pages": [
+      "api-reference/connections/list-connections",
+      "api-reference/connections/get-auth-credentials",
+      "api-reference/connections/get-single-connection",
+      "api-reference/connections/update-connection-data",
+      "api-reference/connections/delete-connection",
+      "api-reference/connections/disable-connection",
+      "api-reference/connections/enable-connection",
+      "api-reference/connections/initiate-connection"
+    ]
+  },
+  {
+    "group": "Integrations",
+    "pages": [
+      "api-reference/integrations/list-all-connectors",
+      "api-reference/integrations/get-connector-info",
+      "api-reference/integrations/create-connector",
+      "api-reference/integrations/delete-connector",
+      "api-reference/integrations/modify-connector"
+    ]
+  },
+  {
+    "group": "Logs",
+    "pages": [
+      "api-reference/logs/get-logs",
+      "api-reference/logs/post-logs"
+    ]
+  },
+  {
+    "group": "Projects",
+    "pages": [
+      "api-reference/projects/list-all-projects",
+      "api-reference/projects/get-project",
+      "api-reference/projects/regenerate-project-api-key",
+      "api-reference/projects/create-new-project",
+      "api-reference/projects/delete-project",
+      "api-reference/projects/rename-project"
+    ]
+  },
+  {
+    "group": "Team",
+    "pages": [
+      "api-reference/team/list-members",
+      "api-reference/team/invite-member"
+    ]
+  },
+  {
+    "group": "Triggers",
+    "pages": [
+      "api-reference/triggers/list-triggers",
+      "api-reference/triggers/get-active-triggers",
+      "api-reference/triggers/get-logs",
+      "api-reference/triggers/get-trigger-info",
+      "api-reference/triggers/get-webhook-url",
+      "api-reference/triggers/update-new-webhook",
+      "api-reference/triggers/delete-trigger",
+      "api-reference/triggers/disable-trigger",
+      "api-reference/triggers/enable-trigger",
+      "api-reference/triggers/set-callback-url",
+      "api-reference/triggers/switch-trigger-instance-status"
+    ]
+  }
+]
     }
+  ],
+  "integrations": {
+    "intercom": "dvp1uc7s"
+  },
+  "footerSocials": {
+    "linkedin": "https://www.linkedin.com/company/composio-dev/",
+    "x": "https://twitter.com/composiohq",
+    "github": "https://github.com/composiohq"
+  },
+  "analytics": {
+    "ga4": {
+      "measurementId": "G-3DBLETRPXH"
+    },
+    "posthog": {
+      "apiKey": "phc_Gz8DBv1ZMbOwt3hE8sJZwKGsDl5FtMSkvBNSR0HC07c"
+    },
+    "plausible": {
+      "domain": "composio.dev"
+    }
+  },
+  "api": {
+    "playground": {
+      "mode": "show"
+    }
+  },
+  "redirects": [
+    {
+      "source": "/apps/gitlab",
+      "destination": "https://app.composio.dev/apps"
+    },
+    {
+      "source": "/apps/bitbucket",
+      "destination": "https://app.composio.dev/apps"
+    },
+    {
+      "source": "/introduction/foundations/howtos/get_api_key",
+      "destination": "/patterns/howtos/get_api_key"
+    },
+    {
+      "source": "/sdk/cli/trigger",
+      "destination": "/patterns/cli/trigger"
+    },
+    {
+      "source": "/guides/:slug1*",
+      "destination": "/examples/:slug1*"
+    },
+    {
+      "source": "/apps/usecases/langchain_blogs/:slug2*",
+      "destination": "https://app.composio.dev/apps/:slug2*"
+    },
+    {
+      "source": "/apps/usecases/crewai/:slug2*",
+      "destination": "https://app.composio.dev/apps/:slug2*"
+    },
+    {
+      "source": "/apps/usecases/autogen_blogs/:slug2*",
+      "destination": "https://app.composio.dev/apps/:slug2*"
+    },
+    {
+      "source": "/apps/:slug2*",
+      "destination": "https://app.composio.dev/apps/:slug2*"
+    },
+    {
+      "source": "/apps",
+      "destination": "https://app.composio.dev/apps"
+    },
+    {
+      "source": "/python/local_tools",
+      "destination": "/introduction/foundations/components/custom_actions"
+    },
+    {
+      "source": "/introduction/foundations/components/local_tools",
+      "destination": "/introduction/foundations/components/custom_actions"
+    },
+    {
+      "source": "/changelog",
+      "destination": "https://github.com/ComposioHQ/composio/releases"
+    }
   ]
 }
```
