# SG Studio > SG Studio is Silicon Warlock's generative-art instrument at https://sg-studio.siliconwarlock.com. > Two web engines: **Sigil** (WebGL fields) at https://sg-studio.siliconwarlock.com/sigil/ and **Glyph** > (text-native canvas / ASCII) at https://sg-studio.siliconwarlock.com/glyph/. Every piece is a share URL. Rendering is > client-side on the visitor's GPU or canvas — there is no image-render API, no account, > no quota. Embeds are free for any site, personal or commercial. Lineage: Sigil is a fork of Fluid (KrackedDevs, MIT); Glyph is a fork of ASCII (KrackedDevs / TheMasterOfNone, MIT). Original engines, sacred-geometry collection, and branding are Silicon Warlock, 2026. ## Connect (AI agents) - MCP server (streamable HTTP, stateless, no auth): https://sg-studio.siliconwarlock.com/mcp - Claude Code: `claude mcp add --transport http sg-studio https://sg-studio.siliconwarlock.com/mcp` - Grok / other HTTP MCP clients: POST JSON-RPC to that URL - claude.ai: Settings -> Connectors -> Add custom connector -> paste https://sg-studio.siliconwarlock.com/mcp - Sigil tools: `create_piece`, `get_embed_code`, `list_looks`, `get_seed_of_the_day`, `decode_link` - Glyph tools: `create_glyph`, `list_glyph_looks`, `list_glyph_engines`, `decode_glyph_link` - REST: GET https://sg-studio.siliconwarlock.com/api/piece GET https://sg-studio.siliconwarlock.com/api/glyph GET https://sg-studio.siliconwarlock.com/api/looks GET https://sg-studio.siliconwarlock.com/api/today - Seed of the day (Sigil): https://sg-studio.siliconwarlock.com/today - Human docs: https://sg-studio.siliconwarlock.com/sigil/dev.html and https://sg-studio.siliconwarlock.com/sigil/manual.html ## Recipes - Sigil live background: `create_piece` with brand `colors` -> `get_embed_code` -> paste html; keep the body background transparent. - Glyph terminal piece: `create_glyph` with a look (Seal, Warlock, Neo) or engine+charset -> open share_url. - Remix: `decode_link` / `decode_glyph_link` on any share URL -> tweak -> create again. - Static image: open share_url in a browser and use the Export panel. Never promise a server-rendered file.