# Molfex Docs - [Getting Started](https://docs.molfex.app/index.md): Host a file or static site on a molfex.app URL. - [Publish](https://docs.molfex.app/guides/publish.md): Create, upload, publish, and check a Molfex project with curl. - [Create a project](https://docs.molfex.app/api-reference/projects/create-a-project.md): Creates a draft project and returns a presigned `uploadUrl`. PUT the file to that URL, then call publish. - [Replace files](https://docs.molfex.app/api-reference/projects/replace-files.md): Get a new presigned upload URL for an existing project. PUT the file, then call publish. `sizeBytes` must be a positive integer. - [Publish](https://docs.molfex.app/api-reference/projects/publish.md): Start publishing after the file was uploaded to `uploadUrl`. Returns 202 when the job is running. - [Get publish status](https://docs.molfex.app/api-reference/projects/get-publish-status.md): Get publish status and hostname for a project. - [List projects](https://docs.molfex.app/api-reference/projects/list-projects.md): List sites on this Molfex account. - [Delete a project](https://docs.molfex.app/api-reference/projects/delete-a-project.md): Delete a project and its hosted files. - [Connection Guide](https://docs.molfex.app/mcp/connection-guide.md): Connect your AI client to Molfex and publish from chat. ## OpenAPI Specs - [openapi](/openapi.yaml)