# Lunary Cloud

> Managed hosting for open-source business applications, on Canadian infrastructure. These docs cover the platform, the HTTP API, and the MCP server.

Every docs page is also available as markdown: append `.md` to its URL, or request it with `Accept: text/markdown`. The full corpus is at [llms-full.txt](https://docs.lunary.cloud/llms-full.txt).

## Getting started

- [Introduction](https://docs.lunary.cloud/getting-started/introduction.md): Lunary Cloud is managed hosting for open-source business applications, on Canadian infrastructure.
- [Quickstart](https://docs.lunary.cloud/getting-started/quickstart.md): From first contact to a running managed service.

## Platform

- [Services & instances](https://docs.lunary.cloud/platform/services-and-instances.md): What an instance is, how its health is observed, and how to run your own image.
- [Operations & runs](https://docs.lunary.cloud/platform/operations-and-runs.md): Plugs are operations, runs are their executions, routines put them on a schedule.

## API

- [Authentication](https://docs.lunary.cloud/api/authentication.md): Bearer tokens minted from the dashboard, scoped to what they need.
- [Pagination](https://docs.lunary.cloud/api/pagination.md): Cursor-based paging with limit and after parameters.
- [MCP server](https://docs.lunary.cloud/api/mcp.md): Connect Claude, Cursor, or any MCP client to your Lunary Cloud services.

## API reference

- [API reference](https://docs.lunary.cloud/api): every endpoint with parameters, scopes, and responses — rendered from the OpenAPI specification.
- [OpenAPI specification](https://lunary.cloud/api/v1/openapi.json): the machine-readable spec the reference renders.
- [MCP server](https://docs.lunary.cloud/api/mcp.md): connect an MCP client to inspect and operate services.
