# My Vibe Design > Art-direction studio for AI builders. You choose a visual direction with visual > controls; it compiles a complete design brief (palette, typography, surface, > rhythm, motion) that an AI builder follows instead of inventing a generic > house style. ## What it is for - Stopping AI-generated interfaces from converging on the same default look. - Turning a vague taste ("calm fintech, trustworthy, data-dense") into explicit, buildable design tokens and instructions. - Borrowing structure and feel from a curated library of high-performing sites and apps, then applying it across every control at once. ## Agent access - MCP endpoint: https://myvibedesign.kognexity.com/api/public/mcp Tool: `compile_vibe_brief` (input: `intent`, optional `dialect`, `surface`). - REST endpoint: POST https://myvibedesign.kognexity.com/api/public/compile Body: `{ "state": { ... }, "dialect": "lovable" }` - OpenAPI 3.1 spec: https://myvibedesign.kognexity.com/api/public/openapi.json - Capability document (keyless): https://myvibedesign.kognexity.com/api/public/capabilities.json - Tool overview (keyless, human-readable): https://myvibedesign.kognexity.com/tools - How to get a key: https://myvibedesign.kognexity.com/docs/keys - Auth: `Authorization: Bearer ` (Pro plan). Server-to-server only. - Errors: `{ "error": { "code", "message", "request_id" } }` with stable codes. - Rate limit: 60 requests/minute/key. Responses carry RateLimit-Limit, RateLimit-Remaining, RateLimit-Reset; 429 `rate_limited` includes Retry-After. - Idempotency: send `Idempotency-Key` (8-128 chars) on /api/public/compile to make retries safe. - Full documentation: https://myvibedesign.kognexity.com/docs/api Recommended agent behaviour: call `compile_vibe_brief` before generating UI, then follow the returned brief literally — do not substitute your own palette or type. ## Key pages - Studio: https://myvibedesign.kognexity.com/ - Sample brief (no account needed): https://myvibedesign.kognexity.com/sample - Builder proof (how each dialect differs): https://myvibedesign.kognexity.com/builders - Honest comparison vs native builder styling: https://myvibedesign.kognexity.com/why - Brief-to-build walkthroughs: https://myvibedesign.kognexity.com/work - Changelog: https://myvibedesign.kognexity.com/changelog - Pricing: https://myvibedesign.kognexity.com/pricing - API & MCP docs: https://myvibedesign.kognexity.com/docs/api - Agent tools: https://myvibedesign.kognexity.com/tools - API keys: https://myvibedesign.kognexity.com/docs/keys - Status: https://myvibedesign.kognexity.com/status - Security: https://myvibedesign.kognexity.com/security - Privacy: https://myvibedesign.kognexity.com/privacy - Terms: https://myvibedesign.kognexity.com/terms - Changelog: https://myvibedesign.kognexity.com/changelog - Contact: https://myvibedesign.kognexity.com/contact ## Plans - Free: 3 General-dialect briefs, no card required. - Pro: unlimited briefs, all builder dialects (Lovable, Cursor, v0, Claude Code), downloads, saved taste profiles, and API/MCP access. ## Contact hello@kognexity.com — replies within two business days.