diff --git a/Api.md b/Api.md
new file mode 100644
index 0000000..c4d1131
--- /dev/null
+++ b/Api.md
@@ -0,0 +1,25 @@
+# Clients
+
+`/api/clients`
+
+## GET /api/clients
+
+*Note:* This method will return different information depending on whether or not the authorized user is an administrator.
+
+## POST /api/clients
+
+## GET /api/clients/{id}
+
+*Note:* This method will return different information depending on whether or not the authorized user is an administrator.
+
+## PUT /api/clients/{id}
+
+## DELETE /api/clients/{id}
+
+# Whitelists
+
+# Blacklists
+
+# System Scopes
+
+# User Site Approvals
\ No newline at end of file