Manage

Manage your 10x deployment lifecycle: API keys, environments, authentication, ROI analytics, and licensing. The open-source Console app provides a web interface, while the REST API enables programmatic access.

%%{init: {'theme': 'dark', 'themeVariables': { 'primaryColor': '#101519', 'primaryTextColor': '#fff', 'primaryBorderColor': '#272d33', 'lineColor': '#4ade80', 'background': '#01080f'}}}%%
graph LR
    CloudReporter["📊 Cloud Reporter"]
    EdgeApps["⚡ Edge Apps"]
    CloudStreamer["☁️ Storage Streamer"]
    Engine["🔧 10x Engine"]
    Prometheus["📊 Prometheus"]
    UserMetrics["📉 User Metrics"]
    Services["λ Services"]
    AI["🤖 AI Models"]
    Identity["🔐 Identity"]
    APIKey["🔑 API Key"]
    SPA["🖥️ Console"]
    Grafana["📈 ROI Analytics"]
    REST["🔌 REST API"]
    Status["💚 Status"]
    License["📋 License"]

    CloudReporter --> Engine
    EdgeApps --> Engine
    CloudStreamer --> Engine
    Engine --> Prometheus
    Engine --> UserMetrics
    Engine -.-> License
    Prometheus --> Services
    Services <--> AI
    Services --> Identity
    Services --> APIKey
    Identity --> SPA
    Identity --> Grafana
    APIKey --> REST
    APIKey --> Status

    classDef default fill:#101519,stroke:#272d33,color:#fff,stroke-width:1px,rx:8,ry:8
    classDef input fill:#6366f1,stroke:#4f46e5,color:#fff,stroke-width:2px
    classDef engine fill:#10b981,stroke:#059669,color:#fff,stroke-width:2px
    classDef frontend fill:#059669,stroke:#047857,color:#fff,stroke-width:2px
    classDef services fill:#0891b2,stroke:#0e7490,color:#fff,stroke-width:2px
    classDef ai fill:#f59e0b,stroke:#d97706,color:#000,stroke-width:2px
    classDef metrics fill:#8b5cf6,stroke:#7c3aed,color:#fff,stroke-width:2px
    classDef auth fill:#ea580c,stroke:#c2410c,color:#000,stroke-width:2px

    class CloudReporter,EdgeApps,CloudStreamer input
    class Engine engine
    class SPA,Grafana,REST,Status,License frontend
    class Services services
    class AI ai
    class Prometheus,UserMetrics metrics
    class Identity,APIKey auth

    click License "license/"
    click CloudReporter "../apps/cloud/reporter/"
    click EdgeApps "../apps/edge/"
    click CloudStreamer "../apps/cloud/streamer/"
    click Engine "../run/"
    click Prometheus "https://prometheus.io/"
    click UserMetrics "../run/output/metric/"
    click Services "deployment/"
    click AI "ai/"
    click Identity "authentication/"
    click APIKey "api-keys/"
    click SPA "app/"
    click Grafana "roi-analytics/"
    click Status "status/"
    click REST "../api/"
  • Console App


    Open-source web app for managing deployments and visualizing ROI.

    Learn more

  • Deployment


    Deploy the Console, Grafana, and Prometheus infrastructure.

    Learn more

  • AI Models


    AI-powered insights with Log10x-managed or Bring Your Own Key (BYOK).

    Learn more

  • Identity


    Pluggable identity providers: Auth0 (SaaS) or bring your own OIDC.

    Learn more

  • API Key


    Generate and rotate API keys for authenticating 10x Engine deployments.

    Learn more

  • Environments


    Isolate metrics and data by team, project, or deployment stage.

    Learn more

  • ROI Analytics


    Cost analysis, ROI dashboards, and visualization.

    Learn more

  • Status


    Monitor service health and integrate with your own status systems.

    Learn more

  • License


    Usage tracking for air-gapped and on-premise deployments.

    Learn more

  • Logging


    Log file locations, Log4j2 configuration, custom plugins, and debugging techniques.

    Learn more