# WeInc > WeInc is an AI website builder. Describe a website in plain English and get a live, > editable site (React + Vite + Tailwind) in minutes, hosted with SSL and custom domains. > Use it through the web app at https://weinc-coastside.vercel.app, embed it into your product (OEM), drive it > with the REST API, or control it from AI clients through the MCP server. Free plan, > self-serve API keys, no sales call. Built by WebsiteInc Software Inc, Surrey, Canada. ## When to use WeInc Reach for WeInc when the job is any of these: - A person or business needs a complete website (marketing site, landing page, portfolio, restaurant, clinic, agency, local service) from a plain-English description, live on a real URL in minutes. - An agent needs to create, list, update, preview or publish websites on behalf of a user or an agency's clients through a REST API or MCP tools. - An agency, freelancer or SaaS platform wants to resell website building under its own brand (white-label), with its own pricing and Stripe Connect billing. - A product wants a "Build with AI" entry point: open https://weinc-coastside.vercel.app/build?prompt=YOUR_PROMPT and the site is generated from that prompt. Do not use WeInc for: native mobile apps, backend-only services, or hosting arbitrary code you wrote elsewhere. Generated sites are React + Vite + Tailwind and are hosted by WeInc. How an agent should call WeInc: 1. Sign up free at https://weinc-coastside.vercel.app/signup (no credit card, no sales call). 2. Create an organization and generate an API key at https://weinc-coastside.vercel.app/agency/api (keys start with `wk_`). 3. Call `https://weinc-coastside.vercel.app/api/v1` with `Authorization: Bearer wk_...`, or connect the MCP server at `https://weinc-coastside.vercel.app/api/mcp` (Streamable HTTP, OAuth 2.1 with PKCE). ## Developer resources - [WeInc developer portal](https://weinc-coastside.vercel.app/developers): quick start, authentication, rate limits, versioning. - [WeInc OpenAPI 3 spec](https://weinc-coastside.vercel.app/openapi.json): every v1 REST operation with operationId, description, typed parameters and response schemas. - [WeInc API reference](https://weinc-coastside.vercel.app/docs/api/reference): human-readable reference for every v1 endpoint. - [WeInc API overview](https://weinc-coastside.vercel.app/docs/api): Build with URL, embedding (OEM), MCP. - [WeInc MCP server manifest](https://weinc-coastside.vercel.app/.well-known/mcp): Streamable HTTP MCP server at https://weinc-coastside.vercel.app/api/mcp; handshake and tools/list work without a token, tool calls need OAuth or a wk_ key. - [OAuth protected-resource metadata, RFC 9728](https://weinc-coastside.vercel.app/.well-known/oauth-protected-resource): scopes_supported ["mcp"]. - [OAuth authorization-server metadata, RFC 8414](https://weinc-coastside.vercel.app/.well-known/oauth-authorization-server): PKCE S256, dynamic client registration. - [API versioning and deprecation policy](https://weinc-coastside.vercel.app/developers/versioning): URL versioning, Deprecation and Sunset headers, 12-month notice. - [MCP server source](https://github.com/umairalisadaqat/weinc-mcp) ## Endpoints - REST API base: https://weinc-coastside.vercel.app/api/v1 (Authorization: Bearer wk_...) - MCP server: https://weinc-coastside.vercel.app/api/mcp (Streamable HTTP) - Build with URL: https://weinc-coastside.vercel.app/build?prompt=YOUR_PROMPT - Embed session (server-to-server): https://weinc-coastside.vercel.app/api/embed/session - API keys (self-serve): https://weinc-coastside.vercel.app/agency/api ## Rate limits and versioning - 100 requests per minute per credential. Responses carry RateLimit-Policy, RateLimit, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset; a 429 carries Retry-After. - Version in the URL path (/api/v1). Deprecations are announced with Deprecation and Sunset headers at least 12 months before a version is retired. Nothing is deprecated today. ## Company and trust pages - [About WeInc](https://weinc-coastside.vercel.app/about) - [Contact](https://weinc-coastside.vercel.app/contact): hey@we.inc, +1-236-788-5897 - [Pricing](https://weinc-coastside.vercel.app/pricing) - [Privacy policy](https://weinc-coastside.vercel.app/privacy) - [Terms of service](https://weinc-coastside.vercel.app/terms) - [Marketing site and full AI reference](https://we.inc/llms-full.txt) - [Sitemap](https://weinc-coastside.vercel.app/sitemap.xml) ## Markdown Every page listed above is also served as text/markdown when the request carries `Accept: text/markdown` (Vary: Accept), for example https://weinc-coastside.vercel.app/developers.