diff --git a/.github/workflows/validate_catalog.yaml b/.github/workflows/validate_catalog.yaml
new file mode 100644
index 0000000..d643cf2
--- /dev/null
+++ b/.github/workflows/validate_catalog.yaml
@@ -0,0 +1,22 @@
+#Validation script for unity-cloud-python-sdk-samples
+#This is used to validate your catalog-info.yaml
+
+name: Validate Catalog-info.yaml
+on:
+ pull_request:
+ paths:
+ - 'catalog-info.yaml'
+ push:
+ paths:
+ - 'catalog-info.yaml'
+ branches: [main]
+
+jobs:
+ validate_catalog:
+ runs-on: ubuntu-latest
+ steps:
+ - id: 'Checkout'
+ uses: actions/checkout@v3
+
+ - id: 'Validate'
+ uses: 'RoadieHQ/backstage-entity-validator@v0.3.2'
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..355d488
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+# unity-cloud-python-sdk-samples
+Public slack channel: [#uc-cs-am-python-sdk](https://unity.slack.com/messages/C04R01SGG68/)
+[View this project in Backstage](https://backstage.corp.unity3d.com/catalog/default/component/unity-cloud-python-sdk-samples)
+# Converting to public repository
+Any and all Unity software of any description (including components) (1) whose source is to be made available other than under a Unity source code license or (2) in respect of which a public announcement is to be made concerning its inner workings, may be licensed and released only upon the prior approval of Legal.
+The process for that is to access, complete, and submit this [FORM](https://airtable.com/appj757BYrNIMuTBI/shriEdWiQuxWmJOku).
diff --git a/catalog-info.yaml b/catalog-info.yaml
new file mode 100644
index 0000000..3d15ed6
--- /dev/null
+++ b/catalog-info.yaml
@@ -0,0 +1,21 @@
+# For more information about the available options please visit: http://go/backstage (VPN required)
+apiVersion: backstage.io/v1alpha1
+kind: Component
+metadata:
+ annotations:
+ github.com/project-slug: Unity-Technologies/unity-cloud-python-sdk-samples
+ name: unity-cloud-python-sdk-samples
+ description: "Various samples that show how to use the Unity Cloud Python SDK."
+ labels:
+ costcenter: "7054"
+ tags:
+ - planned-public
+ - enterprise
+ links:
+ - url: https://unity.slack.com/messages/C04R01SGG68/
+ title: "#uc-cs-am-python-sdk"
+ icon: chat
+spec:
+ type: other
+ lifecycle: experimental
+ owner: Unity-Technologies/unity-cloud-sdk-admin