Update README.md
Browse files
README.md
CHANGED
|
@@ -8,3 +8,20 @@ pinned: false
|
|
| 8 |
---
|
| 9 |
|
| 10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 11 |
+
# Codex ReflexGuard — Enterprise API
|
| 12 |
+
|
| 13 |
+
Codex ReflexGuard is a reflex-level safety intelligence engine
|
| 14 |
+
for pre-emptive anomaly detection and system defense.
|
| 15 |
+
|
| 16 |
+
## Endpoint
|
| 17 |
+
POST /v1/reflex/check
|
| 18 |
+
|
| 19 |
+
## Headers
|
| 20 |
+
X-API-Key: <your-key>
|
| 21 |
+
|
| 22 |
+
## Example Request
|
| 23 |
+
```json
|
| 24 |
+
{
|
| 25 |
+
"scenario": "memory surge override detected",
|
| 26 |
+
"source": "control-plane"
|
| 27 |
+
}
|