# Anunnaki – AI Email Marketing Platform Anunnaki is a full-stack AI-powered email marketing platform. It provides campaign management, smart subscriber segmentation, visual email and landing page builders, marketing automation, and an AI writing assistant. The product is a SaaS offering with a public REST API and a free email analyzer tool. ## Public pages - / — Marketing homepage and product overview - /resources — Free email copywriting framework library (40+ frameworks) - /analyze — Free email analyzer tool: subject line, spam risk, and AI suggestions - /founding-members — Founding-member offer page ## Public tools (no login required) - /api/analyze-email — POST endpoint: submit an email address for public deliverability and quality analysis (lead-generation tool) ## Authenticated app areas (require login) - /dashboard — Main app dashboard with campaign stats and activity feed - /campaigns — Email campaign list and editor - /series — Drip / email-series builder - /automations — Visual marketing-automation workflow builder - /subscribers — Subscriber list, segmentation, and tag management - /segments — Smart segment management - /ai-writer — AI email copywriting assistant - /templates — Email template library - /knowledge-base — Brand knowledge base used for AI content generation - /brand-kit — Brand voice and style settings - /brand-assets — Logo and image asset library - /pages — AI-generated landing pages - /funnels — Multi-step funnel builder - /domains — Custom domain management - /analytics — Campaign and subscriber analytics - /api-docs — Interactive REST API documentation (public API reference) - /mcp-guide — Model Context Protocol integration guide for AI agents - /settings — Account and email-provider settings - /billing — Subscription and billing management - /partner — Affiliate / partner program ## Public REST API Base URL: /api/v1 The public REST API supports subscriber management (add, update, unsubscribe), tag assignment, and campaign/series triggering via API key authentication. Full reference available at /api-docs. ## MCP (Model Context Protocol) server Endpoint: /api/mcp (Streamable HTTP, stateless) Anunnaki exposes an MCP server that AI agents and LLM tools can connect to for programmatic access to campaigns, subscribers, segments, automations, and series. Authenticate with an `ank_` prefixed API key. Details at /mcp-guide. ## Shared / public content patterns - /shared/series/:token — Publicly shareable email-series landing pages - /p/:slug — Published landing pages (platform domain) - /f/:slug — Published funnel pages (platform domain) - /p/:username/:slug — Published landing pages under path-based custom routing - /f/:username/:slug — Published funnel pages under path-based custom routing Note: Custom domains (customer-owned domains pointed at Anunnaki) serve published landing pages and funnels directly at the root path and slug paths of that domain. Each custom domain has its own /sitemap.xml and /robots.txt. ## Crawl notes - The app is a React SPA; canonical public content is listed above. - /api/v1/* routes return JSON; see /api-docs for the full schema. - /api/mcp is intended for AI agent tool-use, not web crawling. - Tracking pixel and click-redirect routes (/t/, /c/) should not be indexed. - /confirm/* and /unsubscribe/* are subscriber-specific utility pages and are excluded from indexing (noindex) and disallowed in robots.txt.