Dashboard
How it Works Documentation Quick Start PAPI — Pages & Assets MAPI — Dynamic Data Integrations SAPI — Sessions & Forms MCP Server OpenClaw Skill Tools Deploy Dashboard
Site Context

Site Context

⚡ Built-in — Platform Built-in

Design context per project — kleuren, fonts, stijlnotities. Wordt automatisch meegestuurd in get_project_status. Gebruik set-context om design keuzes op te slaan zodat alle AI-interacties consistent zijn met de bestaande site-stijl.

⚡ Built-in — No Setup Required This integration is built into the WebsitePublisher platform. All endpoints are available immediately — no API key needed.

Endpoints (2)

POST set-context

Set or update design context for a project. Uses deep merge — only provided fields are overwritten, existing fields are preserved. Call this at the start of a new project to establish the visual identity.

Field Type Required Description
color_palette array No Color palette object. Keys: primary, secondary, accent, background, text. Values: hex color strings (e.g. "#2D5A3D").
fonts array No Font families object. Keys: heading, body. Values: font family name strings (e.g. "Playfair Display").
style_notes string No Free-form style description for AI context, e.g. "Modern minimalist, lots of whitespace, rounded corners, soft shadows".
locale string No Primary content language (ISO 639-1), e.g. "nl", "en", "de".
GET get-context

Get the current design context for a project. Returns null if no context has been set yet. Note: design context is also included in the get_project_status response.

No input parameters required.

MCP Tool Names

When using this integration through an AI assistant (Claude, ChatGPT, Cursor, etc.), the endpoints are available as MCP tools:

EndpointMCP Tool Name
set-context site_context_set_context
get-context site_context_get_context
← Back to all integrations