petter2025 commited on
Commit
bc06d10
·
verified ·
1 Parent(s): 4f87d5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -27,4 +27,31 @@ Use this endpoint to test integrations and see the expected request/response for
27
  ```bash
28
  curl -X POST https://A-R-F-ARF-Sandbox-API.hf.space/v1/evaluate \
29
  -H "Content-Type: application/json" \
30
- -d '{"service_name":"api","event_type":"latency","severity":"high","metrics":{"latency_ms":450}}'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ```bash
28
  curl -X POST https://A-R-F-ARF-Sandbox-API.hf.space/v1/evaluate \
29
  -H "Content-Type: application/json" \
30
+ -d '{"service_name":"api","event_type":"latency","severity":"high","metrics":{"latency_ms":450}}'
31
+ ```
32
+
33
+ 📤 Example Response
34
+ -------------------
35
+
36
+ ```json
37
+ {
38
+ "status": "success",
39
+ "recommendation": "ESCALATE",
40
+ "risk_score": 0.68,
41
+ "confidence": 0.72,
42
+ "justification": "High latency (450ms) exceeds threshold; simulated response.",
43
+ "policy_violations": []
44
+ }
45
+ ```
46
+
47
+ 🔒 Real Engine
48
+ --------------
49
+
50
+ The actual ARF core engine is **access‑controlled** and available under outcome‑based pricing.Request pilot access at [arf-frontend-sandy.vercel.app/signup](https://arf-frontend-sandy.vercel.app/signup).
51
+
52
+ 📚 See Also
53
+ -----------
54
+
55
+ * [Official Specification](https://arf-foundation.github.io/arf-spec/)
56
+
57
+ * [Public Demo UI](https://arf-frontend-sandy.vercel.app/)