WeInc
Manage WeInc AI website builder organizations — projects, publishing, custom domains, and previews — via a hosted remote MCP server.
Documentation
Build with URL
Generate an app directly from a shareable URL. Anyone who opens the link gets a project seeded with your prompt and the build starts automatically (logged-out users sign up first, then resume).
https://my.we.inc/build?prompt=A%20landing%20page%20for%20a%20dentist
Embed a Build with WeInc button on your site with the button generator. Optional params: model, template.
REST API
A versioned REST API for managing projects, clients, plans, templates, analytics, and webhooks, plus AI generation, publishing, and custom domains. Authenticate with an org API key: Authorization: Bearer wk_….
Full machine-readable spec: https://my.we.inc/api/v1/docs (OpenAPI 3).
Embed / OEM
Embed the WeInc builder in your product. Your already-authenticated users prompt → preview → publish → connect a custom domain, without ever seeing a WeInc login. Three integration depths:
- Full UI widget — drop our builder (chat + editor + live preview) into an iframe, branded to you.
- Hybrid — your UI, our iframe only for the live preview/editor pane.
- Headless — call the REST API and render results yourself.
Identity is a trusted server-to-server handoff: your backend calls POST /api/embed/session with your embed credentials and your user, and receives a scoped session token (embt_…).
MCP server
Connect AI clients like Claude Desktop and Cursor to manage WeInc projects through natural language. The MCP endpoint lives at https://my.we.inc/api/mcp and exposes tools for listing and creating projects, generating, publishing, managing domains, and more.