diff --git a/DISCLAIMER.md b/DISCLAIMER.md
new file mode 100644
index 0000000000000000000000000000000000000000..8515c12c73aba7a53b006a886e52b743863b8aa5
--- /dev/null
+++ b/DISCLAIMER.md
@@ -0,0 +1,9 @@
+This software has been approved for release by the U.S. Geological Survey
+(USGS). Although the software has been subjected to rigorous review, the USGS
+reserves the right to update the software as needed pursuant to further analysis
+and review. No warranty, expressed or implied, is made by the USGS or the U.S.
+Government as to the functionality of the software and related material nor
+shall the fact of release constitute any such warranty. Furthermore, the
+software is released on condition that neither the USGS nor the U.S. Government
+shall be held liable for any damages resulting from its authorized or
+unauthorized use.
\ No newline at end of file
diff --git a/code.json b/code.json
new file mode 100644
index 0000000000000000000000000000000000000000..535054ba57c00ae6ad7e78170bfd280599a9ef81
--- /dev/null
+++ b/code.json
@@ -0,0 +1,49 @@
+[
+  {
+    "name": "ale",
+    "organization": "U.S. Geological Survey",
+    "description": "GitLab repository for the Abstraction Layer for Ephemerides package",
+    "version": "main",
+    "status": "Development",
+
+    "permissions": {
+      "usageType": "openSource",
+      "licenses": [
+        {
+          "name": "Public Domain, CC0-1.0",
+          "URL": "https://code.usgs.gov/astrogeology/ale/-/raw/0.8.7/LICENSE.md"
+        }
+      ]
+    },
+
+    "homepageURL": "https://code.usgs.gov/astrogeology/ale/-/tree/0.8.7",
+    "downloadURL": "https://code.usgs.gov/astrogeology/ale/-/archive/0.8.7/ale-0.8.7.zip",
+    "disclaimerURL": "https://code.usgs.gov/astrogeology/ale/-/raw/0.8.7/DISCLAIMER.md",
+    "repositoryURL": "https://code.usgs.gov/astrogeology/ale.git",
+    "vcs": "git",
+
+    "laborHours": 480,
+
+    "tags": [
+      "Planetary",
+      "Remote Sensing",
+      "Data Processing",
+      "Ephemerides",
+      "Community Sensor Model"
+    ],
+
+    "languages": [
+      "C++",
+      "Python"
+    ],
+
+    "contact": {
+      "name": "Jason Laura",
+      "email": "jlaura@usgs.gov"
+    },
+
+    "date": {
+      "metadataLastUpdated": "2023-02-23"
+    }
+  }
+]