substrate-mesh-runtime-connector-api / docs /HUGGING_FACE_DOCKER_SPACE_DEPLOYMENT_STEPS.md
HirModel's picture
Upload 40 files
25b7932 verified
|
Raw
History Blame Contribute Delete
651 Bytes

Hugging Face Docker Space Deployment Steps — v3.3.1

  1. Create a new Hugging Face Space.
  2. Choose Docker as the SDK.
  3. Keep it private for first testing.
  4. Upload the extracted contents of this packet to the repository root.
  5. Add Space secret:
SUBSTRATE_ACTION_KEY=<long random secret>
  1. Build the Space.
  2. Open:
https://YOUR-HF-SPACE.hf.space/v1/mesh/health
  1. Confirm status is HELD and auth_configured is true.
  2. Test /v1/mesh/command with the same Bearer token.
  3. Only after that, connect GPT Actions.

Do not place the bearer token in README, Knowledge files, OpenAPI YAML, or public code.