Brand Guide
Rendered live from the canonical guide to stay in sync with updates.
Loading guide...
Unable to load the guide. Try refreshing or check the network.
The definitive source for Expanso and Bacalhau brand systems. Use this guide to keep visuals, typography, and messaging consistent across every touchpoint.
Branding is published as a skill in the Expanso Skills marketplace. Open skills.expanso.io, search for "Branding", and follow the install instructions for your environment.
The Branding MCP supports MCP discovery plus JSON-RPC. Point your MCP client at the discovery manifest and call tools directly.
POST /brand/mcp
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/list"
}
POST /brand/mcp
{
"jsonrpc": "2.0",
"id": 2,
"method": "tools/call",
"params": {
"name": "get_brand_tokens"
}
}
Rendered live from the canonical guide to stay in sync with updates.