+ SeerAutomationRepositories
+
+ );
+}
diff --git a/static/gsApp/views/seerAutomation/seerAutomation.tsx b/static/gsApp/views/seerAutomation/seerAutomation.tsx
new file mode 100644
index 00000000000000..128d34cfc3f19c
--- /dev/null
+++ b/static/gsApp/views/seerAutomation/seerAutomation.tsx
@@ -0,0 +1,58 @@
+import {Fragment} from 'react';
+
+import {LinkButton} from 'sentry/components/core/button/linkButton';
+import ExternalLink from 'sentry/components/links/externalLink';
+import NoProjectMessage from 'sentry/components/noProjectMessage';
+import SentryDocumentTitle from 'sentry/components/sentryDocumentTitle';
+import {t, tct} from 'sentry/locale';
+import {DataCategoryExact} from 'sentry/types/core';
+import useOrganization from 'sentry/utils/useOrganization';
+import {getPricingDocsLinkForEventType} from 'sentry/views/settings/account/notifications/utils';
+import SettingsPageHeader from 'sentry/views/settings/components/settingsPageHeader';
+
+import {SeerAutomationDefault} from 'getsentry/views/seerAutomation/components/seerAutomationDefault';
+import {SeerAutomationProjectList} from 'getsentry/views/seerAutomation/components/seerAutomationProjectList';
+import Settings from 'getsentry/views/seerAutomation/settings';
+
+export default function SeerAutomation() {
+ const organization = useOrganization();
+
+ if (organization.features.includes('seer-settings-gtm')) {
+ return