Spaces:
Sleeping
Sleeping
Update README.md
Browse files
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:
|
| 16 |
sdk: docker
|
| 17 |
pinned: true
|
| 18 |
---
|
| 19 |
|
| 20 |
-
# CodexHF API Gateway
|
| 21 |
|
| 22 |
-
This Space is the **
|
| 23 |
|
| 24 |
-
##
|
| 25 |
-
-
|
| 26 |
-
-
|
| 27 |
-
-
|
| 28 |
-
-
|
|
|
|
|
|
|
| 29 |
|
| 30 |
-
|
| 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|