diff --git a/code.json b/code.json
new file mode 100644
index 0000000000000000000000000000000000000000..321636578c52a5d980c6ab80cbc58c5f8025ff50
--- /dev/null
+++ b/code.json
@@ -0,0 +1,47 @@
+[
+  {
+    "name": "PGM Arc Toolbox",
+    "organization": "U.S. Geological Survey",
+    "description": "Esri Python Toolbox created by the Planetary Geologic Mapping group at the Astrogeology Science Center, which support common mapping workflows. It has been tested using ArcPro 3.0.",
+    "version": "1.0",
+    "status": "Completed",
+
+    "permissions": {
+      "usageType": "openSource",
+      "licenses": [
+        {
+          "name": "Public Domain, CC0-1.0",
+          "URL": "https://code.usgs.gov/asc/pgm_arc_toolbox/-/raw/1.0/LICENSE.md"
+        }
+      ]
+    },
+
+    "homepageURL": "https://code.chs.usgs.gov/asc/pgm_arc_toolbox",
+    "downloadURL": "https://code.usgs.gov/asc/pgm_arc_toolbox/-/archive/1.0/pgm_arc_toolbox-1.0.zip",
+    "disclaimerURL": "https://code.usgs.gov/asc/pgm_arc_toolbox/-/raw/1.0/DISCLAIMER.md",
+    "repositoryURL": "https://code.usgs.gov/asc/pgm_arc_toolbox.git",
+    "vcs": "git",
+
+    "laborHours": 0,
+
+    "tags": [
+      "Esri",
+      "ArcGIS",
+      "Python",
+      "Planetary Geology"
+    ],
+
+    "languages": [
+      "ENG"
+    ],
+
+    "contact": {
+      "name": "Marc Hunter",
+      "email": "mahunter@usgs.gov"
+    },
+
+    "date": {
+      "metadataLastUpdated": "2023-03-17"
+    }
+  }
+]