Hugging Face Docker Space Deployment Steps — v3.3.1
- Create a new Hugging Face Space.
- Choose Docker as the SDK.
- Keep it private for first testing.
- Upload the extracted contents of this packet to the repository root.
- Add Space secret:
SUBSTRATE_ACTION_KEY=<long random secret>
- Build the Space.
- Open:
https://YOUR-HF-SPACE.hf.space/v1/mesh/health
- Confirm
statusisHELDandauth_configuredistrue. - Test
/v1/mesh/commandwith the same Bearer token. - Only after that, connect GPT Actions.
Do not place the bearer token in README, Knowledge files, OpenAPI YAML, or public code.