---
name: "hf-space-coherelabs-north-mini-code-1-0"
description: "Use the Hugging Face Space CohereLabs/North-Mini-Code-1.0."
metadata:
  source: huggingface-space
  spaceId: "CohereLabs/North-Mini-Code-1.0"
  hubUrl: https://huggingface.co/spaces/CohereLabs/North-Mini-Code-1.0
  agentsMdUrl: https://huggingface.co/spaces/CohereLabs/North-Mini-Code-1.0/agents.md
  appUrl: https://coherelabs-north-mini-code-1-0.hf.space
---

# Hugging Face Space: CohereLabs/North-Mini-Code-1.0

Use this skill when the user wants to use the Hugging Face Space `CohereLabs/North-Mini-Code-1.0`.

- Space page: https://huggingface.co/spaces/CohereLabs/North-Mini-Code-1.0
- App URL: https://coherelabs-north-mini-code-1-0.hf.space
- Source instructions: https://huggingface.co/spaces/CohereLabs/North-Mini-Code-1.0/agents.md

## Space agent instructions

To use this application (CohereLabs/North-Mini-Code-1.0: Generate and run Python or web code from a text prompt):
API schema: GET https://coherelabs-north-mini-code-1-0.hf.space/gradio_api/info
Call endpoint: POST https://coherelabs-north-mini-code-1-0.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://coherelabs-north-mini-code-1-0.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://coherelabs-north-mini-code-1-0.hf.space/gradio_api/upload -F "files=@file.ext", use as: {"path": "<returned-path>", "meta": {"_type": "gradio.FileData"}, "orig_name": "file.ext"}
Auth: Bearer $HF_TOKEN (https://huggingface.co/settings/tokens)
