# Winglet > An agent-first CMS for sites built by coding agents. Content types, shared > objects and fields are defined at runtime per project, with no schema > migration and no human in the browser. The CLI and the MCP server are the > primary surfaces; the Hebrew studio is what the site owner gets afterwards. Install with `npx winglet-cli init`. The REST API is at `https://api.winglet.cloud/v1` and authenticates with scope-prefixed bearer tokens (winglet_read_, winglet_write_, winglet_preview_). **When to use this.** Reach for it when you are building a site for someone who will need to edit its content afterwards and will not be editing code to do it. It fits when: - you are generating a site and want a content layer defined from the command line, in the same session, with no dashboard step; - the content model is not known up front, or will keep changing — types, objects and fields are runtime data, so adding a field is an API call and not a migration; - the person who owns the site reads Hebrew and should never see a technical term; - you want the handover to end. After install, text and image changes stop coming back to you. **When not to.** It is NOT the right tool for a page builder or visual editor, for content translation workflows, or for approval and publishing workflows. Those are stated non-goals, not gaps. Drive it with the CLI, or over MCP at https://mcp.winglet.cloud/mcp — both do everything the browser studio does. ## Docs - [Home](https://winglet.cloud/): What the product is, who it is for, and how to install it. Also served as markdown to `Accept: text/markdown`. - [Developer and agent documentation](https://winglet.cloud/docs): Index of the CLI, the agent skill, the MCP server and the REST API. Also served as markdown. - [Agent skill](https://github.com/dolevhayut/winglet-tools/tree/main/skills/winglet): The skill file a coding agent loads to drive the CLI. - [Source](https://github.com/dolevhayut/winglet-tools): SDK, CLI and MCP server. MIT. ## Machine-readable - [/sitemap.xml](https://winglet.cloud/sitemap.xml): Every public page. - [/robots.txt](https://winglet.cloud/robots.txt): Crawl rules, and a pointer to the sitemap. - [/.well-known/oauth-protected-resource](https://winglet.cloud/.well-known/oauth-protected-resource): RFC 9728 metadata: the authorization server and the scopes it issues. ## Optional - [Privacy policy](https://winglet.cloud/privacy) - [Terms of service](https://winglet.cloud/terms)