# Mission Control ## Docs - [Account Setup](https://docs.lunarmc.ai/account-setup.md) - [Automations](https://docs.lunarmc.ai/agent-surface/automations.md): Trigger → conditions → actions. Workflow rules that react to events across notes, schedules, agents, knowledge bases, creatives, and incoming webhooks - [Knowledge Bases](https://docs.lunarmc.ai/agent-surface/knowledge-bases.md): Per-account RAG stores — chunked, embedded, retrieved via cosine kNN. Includes a Google Drive ingestion path and a graph-aware `KnowledgeEdge` layer for traversal. - [Agent Surface Overview](https://docs.lunarmc.ai/agent-surface/overview.md): The unified surface across automations, custom agents, skills, knowledge bases, and the operations dashboard - [Agent Surface Permissions](https://docs.lunarmc.ai/agent-surface/permissions.md): Who can access automations / agent builder / skills / KBs — JWT claims, role gating, and the full backend + frontend gate matrix - [Skills](https://docs.lunarmc.ai/agent-surface/skills.md): Reusable, composable prompt + tool bundles that agents pull in as building blocks - [Create Subscription](https://docs.lunarmc.ai/api-reference/endpoint/create-subscription.md): Create a new Stripe subscription - [Customer Detail](https://docs.lunarmc.ai/api-reference/endpoint/customer-360-detail.md): Get detailed customer profile by parent ID - [Search Customers](https://docs.lunarmc.ai/api-reference/endpoint/customer-360-search.md): Search customers by various criteria - [Create Feature](https://docs.lunarmc.ai/api-reference/endpoint/features-create.md): Create a new feature definition - [List Features](https://docs.lunarmc.ai/api-reference/endpoint/features-list.md): List all available features - [Create Feature Flag](https://docs.lunarmc.ai/api-reference/endpoint/flags-create.md): Assign a feature flag to a client - [List Feature Flags](https://docs.lunarmc.ai/api-reference/endpoint/flags-list.md): List all feature flag assignments - [Get JWT Token](https://docs.lunarmc.ai/api-reference/endpoint/get-token.md): Authenticate with email and password to receive a JWT access token and refresh token - [Customer Acquisition Cost](https://docs.lunarmc.ai/api-reference/endpoint/identity-cac.md): Calculate customer acquisition cost metrics - [Customers Block](https://docs.lunarmc.ai/api-reference/endpoint/identity-customers-block.md): Customer identification metrics - [Identity Insight Overview](https://docs.lunarmc.ai/api-reference/endpoint/identity-insight.md): Get the main identity insight view - [LTV Cohort Summary](https://docs.lunarmc.ai/api-reference/endpoint/identity-ltv-cohort.md): Lifetime value cohort analysis summary - [Channel Attribution](https://docs.lunarmc.ai/api-reference/endpoint/interaction-channel-attribution.md): Get channel-level attribution breakdown - [Order Credit Details](https://docs.lunarmc.ai/api-reference/endpoint/interaction-order-credit.md): Get order credit attribution details - [Revenue Comparison](https://docs.lunarmc.ai/api-reference/endpoint/interaction-revenue-comparison.md): Revenue comparison dashboard data - [List Plans](https://docs.lunarmc.ai/api-reference/endpoint/plan-list.md): Get available subscription plans - [Refresh JWT Token](https://docs.lunarmc.ai/api-reference/endpoint/refresh-token.md): Use a refresh token to obtain a new access token - [Register Client](https://docs.lunarmc.ai/api-reference/endpoint/register-client.md): Register a new client account - [Sales Dashboard](https://docs.lunarmc.ai/api-reference/endpoint/sales-dashboard.md): Executive summary sales dashboard data - [KPI Data](https://docs.lunarmc.ai/api-reference/endpoint/sales-kpi.md): Key performance indicator metrics - [Get Ad Attribution](https://docs.lunarmc.ai/api-reference/endpoint/v1-ad-attribution.md): Retrieve ad-level attribution data - [Request API Key](https://docs.lunarmc.ai/api-reference/endpoint/v1-api-key.md): Request a Mission Control API key for v1 API access - [Channel Attribution](https://docs.lunarmc.ai/api-reference/endpoint/v1-channel-attribution.md): Get attribution breakdown by marketing channel - [Conversion Details](https://docs.lunarmc.ai/api-reference/endpoint/v1-conversion-details.md): Get detailed conversion/order data with attribution - [Customer 360 Profile](https://docs.lunarmc.ai/api-reference/endpoint/v1-customer-360.md): Get a comprehensive customer profile by identity ID - [Customer Journey Details](https://docs.lunarmc.ai/api-reference/endpoint/v1-customer-journey.md): Get detailed customer journey touchpoints - [Get Event Sessions](https://docs.lunarmc.ai/api-reference/endpoint/v1-event-sessions.md): Retrieve event sessions data for the authenticated client - [Get Identity Graph](https://docs.lunarmc.ai/api-reference/endpoint/v1-id-graph.md): Retrieve the identity graph showing linked customer identities - [Known Identity Details](https://docs.lunarmc.ai/api-reference/endpoint/v1-known-identity.md): Get details of known (identified) customer identities - [Get Media Attribution](https://docs.lunarmc.ai/api-reference/endpoint/v1-media-attribution.md): Retrieve media-level attribution data showing credit allocation across channels - [Media Source Performance](https://docs.lunarmc.ai/api-reference/endpoint/v1-source-performance.md): Get performance metrics broken down by media source - [API Reference](https://docs.lunarmc.ai/api-reference/introduction.md): Mission Control REST API documentation - [Attribution Models](https://docs.lunarmc.ai/attribution/click-attribution.md): How Mission Control assigns credit across marketing touchpoints - [System Settings Process (Attribution)](https://docs.lunarmc.ai/attribution/current-process.md) - [Revenue Reporting](https://docs.lunarmc.ai/attribution/revenue-reporting.md): Mission Control revenue tracking and attribution analysis - [Concept Clusters](https://docs.lunarmc.ai/creative-analytics/concept-clusters.md): Named clusters over the analysis-text embedding space — auto-generated weekly via k-means + GPT-4o-mini - [Daily Creative Brief](https://docs.lunarmc.ai/creative-analytics/creative-brief.md): Persisted, evidence-backed creative-bet recommendation generated once per day per tenant - [Embeddings & Similarity](https://docs.lunarmc.ai/creative-analytics/embeddings-and-similarity.md): Two-kind pgvector layer powering concept similarity, visual-twin lookups, semantic search, and the net-new-ratio signal - [Hook Exhaustion](https://docs.lunarmc.ai/creative-analytics/hook-exhaustion.md): Per-archetype creative-fatigue signal: composite of spend share, ROAS slope, and net-new ratio over a 28-day rolling window - [Operations & Backfill](https://docs.lunarmc.ai/creative-analytics/operations.md): Management commands, Celery beat schedule, deployment notes, cost monitoring, and troubleshooting - [Creative Analytics Overview](https://docs.lunarmc.ai/creative-analytics/overview.md): Motion-style creative analysis pipeline — vision, transcripts, embeddings, exhaustion, named concept clusters, and a daily brief - [Taxonomy & Tagging](https://docs.lunarmc.ai/creative-analytics/taxonomy.md): 8 system categories, ~70 system tags, per-category confidence floors, and the auto-tag promotion rules - [Quickstart](https://docs.lunarmc.ai/index.md): Mission Control documentation - attribution, identity resolution, and customer insights - [Required Shopify Permissions](https://docs.lunarmc.ai/integrations.md) - [Internal QA - Checklist](https://docs.lunarmc.ai/internal-qa.md) - [Database Design](https://docs.lunarmc.ai/layerfive/database-design.md): Overview of the Mission Control database schema and data flow architecture - [Shopify Custom Pixel Setup](https://docs.lunarmc.ai/layerfive/shopify-custom-pixel.md): Install and configure the Mission Control L5-Tracker custom pixel in your Shopify store - [Architecture](https://docs.lunarmc.ai/lunar-interns/architecture.md): How Lunar Interns are built — infrastructure, services, and data flow. - [Dashboard](https://docs.lunarmc.ai/lunar-interns/dashboard.md): Monitor agents, tasks, PRs, and activity in real time. - [Lunar Interns](https://docs.lunarmc.ai/lunar-interns/overview.md): AI-powered coding agents that pick up Linear tickets, write code, open PRs, and respond to review feedback — fully automated. - [Spawning an Intern](https://docs.lunarmc.ai/lunar-interns/spawning.md): How to create a new agent instance — from the dashboard or CLI. - [Agent Tools](https://docs.lunarmc.ai/lunar-interns/tools.md): The 18 shell tools available to each intern for Linear, GitHub, Slack, Supabase, and git operations. - [Troubleshooting](https://docs.lunarmc.ai/lunar-interns/troubleshooting.md): Common issues and how to fix them. - [Workflow](https://docs.lunarmc.ai/lunar-interns/workflow.md): The complete lifecycle: Linear ticket → code → PR → review → merge. - [Activity Feed](https://docs.lunarmc.ai/mission-control/activity-feed.md): Real-time activity feed showing recent user actions on the dashboard - [Houston](https://docs.lunarmc.ai/mission-control/ai-agents/houston.md): Mission analytics copilot — reports, dashboards, metrics, and channel performance - [AI Agents Overview](https://docs.lunarmc.ai/mission-control/ai-agents/overview.md): Mission Control's multi-agent AI system — architecture, agents, and capabilities - [Social Sally](https://docs.lunarmc.ai/mission-control/ai-agents/social-sally.md): Paid media monitoring, threshold checks, funnel audits, and performance troubleshooting - [Space Bob](https://docs.lunarmc.ai/mission-control/ai-agents/space-bob.md): Creative analysis, A/B testing, ad copywriting, and Creative Studio integration - [Ai best practices](https://docs.lunarmc.ai/mission-control/ai-best-practices.md) - [AI-Assisted Development](https://docs.lunarmc.ai/mission-control/ai-development.md): Using AI coding assistants effectively at LayerFive - [Ai prompts](https://docs.lunarmc.ai/mission-control/ai-prompts.md) - [Ai workflow](https://docs.lunarmc.ai/mission-control/ai-workflow.md) - [Feature Flags](https://docs.lunarmc.ai/mission-control/feature-flags.md): Control which features are available to each client using feature flags - [Performance Reports Overview](https://docs.lunarmc.ai/mission-control/performance-reports.md): Architecture and schema overview for the Mission Control reporting engine - [Creating System Reports](https://docs.lunarmc.ai/mission-control/performance-reports-creating-reports.md): Step-by-step guide to creating configuration-driven system reports - [Report Data Dictionary](https://docs.lunarmc.ai/mission-control/performance-reports-data-dictionary.md): The central repository for all metrics, dimensions, and formulas - [Example: LinkedIn Ads Report](https://docs.lunarmc.ai/mission-control/performance-reports-example.md): End-to-end walkthrough of creating a LinkedIn Ads system report - [Slack Integration](https://docs.lunarmc.ai/mission-control/slack-integration.md): Connect Slack to receive real-time notifications for notes, outliers, task failures, and more - [Cassidy queue intake endpoint](https://docs.lunarmc.ai/notes/cassidy-queue-intake-endpoint.md) ## OpenAPI Specs - [openapi](https://docs.lunarmc.ai/api-reference/openapi.json)