diff --git a/docs/src/sandbox/api/sandbox.md b/docs/src/sandbox/api/sandbox.md
new file mode 100644
index 0000000..9b4cdfa
--- /dev/null
+++ b/docs/src/sandbox/api/sandbox.md
@@ -0,0 +1,26 @@
+---
+description: "A sandbox repository to test BlueLua CI/CD workflow."
+---
+
+# ``
+
+A sandbox repository to test BlueLua CI/CD workflow.
+
+## `add(a, b)`
+
+Adds two numbers together. **Parameters**:
+
+- `a` (`number`): The first number.
+- `b` (`number`): The second number.
+
+**Return**:
+
+- `The` (`number`): sum of a and b.
+
+## Fields
+
+
+
+### `_VERSION` (`string`)
+
+Value: `"sandbox 0.1.0"`