LordXido commited on
Commit
724504f
·
verified ·
1 Parent(s): 68a622f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -15
README.md CHANGED
@@ -12,25 +12,21 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
12
  title: CodexHF API Gateway
13
  emoji: 🧠
14
  colorFrom: black
15
- colorTo: blue
16
  sdk: docker
17
  pinned: true
18
  ---
19
 
20
- # CodexHF API Gateway
21
 
22
- This Space is the **sovereign control plane** for the Codex distributed system.
23
 
24
- ## Role
25
- - API Gateway
26
- - Capability Registry
27
- - Wake-on-demand orchestration
28
- - Stable ABI for all Codex Spaces
 
 
29
 
30
- ## Endpoints
31
- - `GET /health`
32
- - `GET /capabilities`
33
- - `POST /invoke`
34
- - `POST /wake`
35
-
36
- This Space is **service-first**, not a UI demo.
 
12
  title: CodexHF API Gateway
13
  emoji: 🧠
14
  colorFrom: black
15
+ colorTo: green
16
  sdk: docker
17
  pinned: true
18
  ---
19
 
20
+ # CodexHF Sovereign API Gateway
21
 
22
+ This Space is the **control-plane API gateway** for the Codex ecosystem.
23
 
24
+ ## Features
25
+ - Human-friendly landing page (`/`)
26
+ - Machine-readable status (`/status`)
27
+ - Capability registry (`/capabilities`)
28
+ - Invocation router (`/invoke`)
29
+ - Wake-on-demand orchestration (`/wake`)
30
+ - OpenAPI docs (`/docs`)
31
 
32
+ This Space is **service-first**, stable, and designed for downstream orchestration.