# WeInc > WeInc is an AI app builder. Describe an app in natural language and get a live, > deployable React + Vite + Tailwind application. WeInc can be used through the web > app, embedded into other products (OEM), driven by a REST API, or controlled by > AI clients through an MCP server. ## Docs - [API overview](https://my.we.inc/docs/api): What the WeInc API is and how to start building programmatically. - [Build with URL](https://my.we.inc/docs/api#build-with-url): Generate an app from a shareable URL; embed a "Build with WeInc" button. - [Build-with-URL button generator](https://my.we.inc/build/button): Create an embeddable button snippet. - [OpenAPI spec](https://my.we.inc/api/v1/docs): Full machine-readable OpenAPI 3 spec for the v1 REST API. - [MCP server](https://my.we.inc/docs/api#mcp): Connect Claude Desktop / Cursor to manage WeInc projects in natural language. ## Endpoints - Build with URL: https://my.we.inc/build?prompt=YOUR_PROMPT - REST API base: https://my.we.inc/api/v1 - Embed session (server-to-server): https://my.we.inc/api/embed/session - MCP server: https://my.we.inc/api/mcp ## Optional - [Embed / OEM integration guide](https://my.we.inc/docs/api#oem): Embed the full builder UI, a preview pane, or go fully headless.