experience-portal-create
Installation
SKILL.md
Create Digital Experience Portal
Create a new Digital Experience (formerly Communities) portal/site in Salesforce. Supports employee service portals, partner portals (PRM), and general customer communities.
Every operation runs through the headless-360 MCP server (mcp__headless-360__discover →
mcp__headless-360__describe → mcp__headless-360__dispatch / mcp__headless-360__dispatch_readonly).
Do not use the Salesforce CLI (its api request, data query, or org open subcommands), the project-codey MCP
server, raw curl, or any other HTTP client — dispatch/dispatch_readonly is the only way this
skill talks to the org. See references/mcp-invocation.md for the exact call shapes.
Scope
- In scope: Creating Digital Experience sites via the headless-360 Connect API dispatcher. Portal type selection. Basic configuration (name, URL, templates). Self-service portals with embedded service configs. Making the site reachable end to end — activating the Network (
status: Live), adding member profiles, and publishing the Experience Builder pages (seereferences/post-creation-activate-publish.md). - Out of scope: Deep post-creation customization (page layout/component authoring in Builder). Content authoring. Branding beyond initial setup. Individual per-user record management (membership is added at the profile/permission-set level, not per user).