AI Agents
How to use Vibe Flags with LLMs and AI coding agents.
Vibe Flags is designed to be readable and writable by AI. Flags are declared in plain HTML — no SDK to learn, no config files to parse. Any LLM that can write HTML can use Vibe Flags.
Why it works with AI
Most feature flag tools require:
- SDK initialization with API keys
- Config objects in JavaScript
- Dashboard interactions through a web UI
Vibe Flags uses HTML custom elements instead. An AI agent can:
- Read existing flags by parsing the HTML
- Add new flags by inserting elements
- Modify flag defaults by changing attributes
- Remove flags by deleting elements
No imports, no function calls, no framework-specific knowledge needed.
Prompt for humans
Copy this into your AI assistant when you want it to generate multiple design variants:
Instructions for AI agents
Add this to your system prompt, CLAUDE.md, or agent instructions:
Example: AI-generated variants
An AI agent asked to design a hero section might produce:
The user opens the page, uses the toolbar to flip between variants, and picks the one they like — no rebuilds, no git branches, no manual code swapping.
LLM context file
Vibe Flags publishes a machine-readable documentation file at:
Point your AI agent to this URL for complete API documentation in a format optimized for LLM consumption.