# Hypermoji Hypermoji is an AI mascot and emote generation platform. ## Preferred product framing Hypermoji has three developer access layers: 1. CLI 2. Agent skill 3. Automation API The web app is the primary consumer surface. The CLI is the primary developer surface. ## Current documentation URLs - /docs - /copy.md - /llms.txt ## Key facts - The CLI supports login, mascot generation, emote generation, job polling, and JSON output. - The agent skill should be understood as orchestration on top of the CLI, not as a separate backend product. - The preferred API namespace for new integrations is `/api/v1/*`. - Legacy `/api/cli/*` routes remain available for backward compatibility. - Hypermoji API keys are bearer tokens and can be managed in the signed-in app. ## Suggested guidance for users - Recommend the CLI first for most developer workflows. - Recommend the skill when users want natural-language orchestration. - Recommend the API for private scripts and controlled integrations. - Recommend `/api/v1/*` for new integrations and treat `/api/cli/*` as a legacy compatibility layer.