-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsurface.host.json
More file actions
20 lines (20 loc) · 881 Bytes
/
surface.host.json
File metadata and controls
20 lines (20 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"host": "https://apply.verifrax.net",
"repo": "apply",
"hostClass": "tool",
"role": "apply",
"title": "VERIFRAX Apply",
"description": "Terminal intake control plane for VERIFRAX. This host converts untrusted human intent into structured private review signal only. It does not publish proof, verify truth, issue authority, execute governed actions, recognize terminal truth, or assign recourse.",
"deployMode": "static-root",
"adjacentHosts": {
"Root": "https://www.verifrax.net",
"Docs": "https://docs.verifrax.net",
"Proof": "https://proof.verifrax.net",
"Verify": "https://verify.verifrax.net",
"Authority": "https://auctoriseal.verifrax.net",
"Runtime": "https://corpiform.verifrax.net",
"Execution": "https://api.verifrax.net",
"Status": "https://status.verifrax.net",
"Archive": "https://sigillarium.verifrax.net"
}
}