The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "MuAPI \u2014 Design Guide (Palette + Type + Components)",
"nodes": [
{
"parameters": {},
"id": "368ea75f-74b8-4cea-bcba-1dbdef855bbe",
"name": "When clicking Test",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"category": "textToImage",
"model": "gpt-image-2",
"prompt": "Page 1: color palette page \u2014 5 large swatches with hex codes and names, premium design-system layout.",
"aspect_ratio": "3:2"
},
"id": "96f50f05-7728-43dd-9d6f-668939e91b69",
"name": "Palette",
"type": "n8n-nodes-muapi.muapiPredictor",
"typeVersion": 1,
"position": [
460,
300
],
"credentials": {
"muapiApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"category": "textToImage",
"model": "nano-banana-pro",
"prompt": "Page 2: typography pairings \u2014 H1/H2/H3 + body samples, two type families displayed side-by-side, editorial layout.",
"aspect_ratio": "3:2"
},
"id": "bd67b05e-d58c-4637-8308-e3bd5d22e1b8",
"name": "Typography",
"type": "n8n-nodes-muapi.muapiPredictor",
"typeVersion": 1,
"position": [
720,
300
],
"credentials": {
"muapiApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"category": "textToImage",
"model": "nano-banana-pro",
"prompt": "Page 3: UI component preview \u2014 buttons, input fields, cards, navbar, all on a soft neutral background.",
"aspect_ratio": "3:2"
},
"id": "9217b109-cead-4395-9dc6-475046215bda",
"name": "Components",
"type": "n8n-nodes-muapi.muapiPredictor",
"typeVersion": 1,
"position": [
980,
300
],
"credentials": {
"muapiApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"When clicking Test": {
"main": [
[
{
"node": "Palette",
"type": "main",
"index": 0
},
{
"node": "Typography",
"type": "main",
"index": 0
},
{
"node": "Components",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "d777c1a5-311c-4ec0-91d5-622fc026a8cf",
"id": "49e9be56-f2af-4ffb-9b15-408391062458",
"meta": {
"templateCredsSetupCompleted": false
},
"tags": [
"muapi",
"starter",
"skill"
]
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
muapiApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
MuAPI — Design Guide (Palette + Type + Components). Uses n8n-nodes-muapi. Event-driven trigger; 4 nodes.
Source: https://github.com/SamurAIGPT/n8n-nodes-muapi/blob/main/workflows/Skill_DesignGuide.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
MuAPI — Brand Kit (Logo + Palette + Type). Uses n8n-nodes-muapi. Event-driven trigger; 4 nodes.
MuAPI — Character Story Video. Uses n8n-nodes-muapi. Event-driven trigger; 4 nodes.
MuAPI — Multi-Angle Product Shots (3 angles). Uses n8n-nodes-muapi. Event-driven trigger; 4 nodes.
MuAPI — 3D Logo Animation (Edit + Veo). Uses n8n-nodes-muapi. Event-driven trigger; 3 nodes.
MuAPI — AI Fight Scene. Uses n8n-nodes-muapi. Event-driven trigger; 3 nodes.