@xpert-ai/plugin-sites
v0.1.2
Published
Sites app plugin for creating, saving, deploying, and inspecting hosted sites from data-xpert Assistants.
Readme
Sites
Sites is a data-xpert Agentic App plugin that creates, saves, deploys, and inspects hosted site projects from an Assistant.
Features
- Sites project records with
.openai/hosting.json-style hosting metadata. - Saved deployable versions before production publishing.
- Production deployment URLs served by the plugin at
/api/xpert-sites/:slug. - Access modes:
admins_only,workspace_all, andcustom. - Hosted environment values with secret masking in Workbench data.
- Assistant middleware tools and a Sites Builder assistant template.
Local Development
pnpm --filter @xpert-ai/plugin-sites build
pnpm --filter @xpert-ai/plugin-sites testLocal deployments default to:
http://localhost:3000/api/xpert-sites/<site-slug>In production, Sites derives this base from the xpert-pro backend API_BASE_URL
environment variable and appends /api/xpert-sites.
