Where to look up
CLI commands
Every
webstorio command and option.CLI configuration
Full
webstorio.config.ts schema.Client SDK
window.webstorio methods on published sites.MCP tools
Tool catalog for the remote MCP server.
Supported libraries
Packages you can import in page code.
Website API
Use these APIs on published websites — the sites your visitors see atmy-site.webstor.io or your custom domain. Page code calls window.webstorio methods, and the SDK talks to your site’s public API behind the scenes.
All website API traffic uses your published site origin — the URL visitors already use:
https://my-shop.webstor.io(Webstorio subdomain)https://www.yourdomain.com(custom domain)
Resources
Which resources are available depends on your enabled website features:
Writes (forms, orders, App Data creates) may require a signed-in visitor session.
Prefer the client SDK in generated page code — it handles requests, cookies, and feature checks for you. If you use
fetch directly, send requests to the same origin as the page (your subdomain or custom domain).
SDK reference
Setup guides: Content & CMS · Forms · Online store · User Authentication · App Data

