> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mythex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Python backends on Mythex

> Ask for a Python API, preview in the sandbox, and publish via Dockerfile to Fly.

# Python backends on Mythex

Default greenfield apps are **Vite + React**. You can still ask for a **Python** backend — Mythex scaffolds and can publish via **Dockerfile → Fly**.

```text theme={null}
Create a Python [FastAPI / Flask] API with /health and [ROUTES].
Include a Dockerfile suitable for publish. Keep secrets in env vars.
```

This is **agent + container publish**, not a separate “Python product” with its own console.

## Related

* [How the tech is chosen](/features/templates)
* [API backends](/guides/api-backends)
* [REST API backend](/recipes/rest-api-backend)
