Lume
Platform Capabilities

Everything your enterprise needs. Nothing it doesn't.

Lume is a single platform that runs inside your cloud, connects to your data, and gives every team — technical or not — the tools to build with AI.

Infrastructure

Native cloud deployment — AWS and Azure

Lume deploys directly into your cloud environment using your existing CI/CD pipeline. There's no SaaS connector, no data bridge — just a first-party deployment inside your VPC or VNet. Your IT and security teams retain full control.

  • Deploy into your AWS VPC or Azure VNet
  • Native CI/CD pipeline integration
  • No data leaves your cloud tenancy
  • Managed entirely by your infrastructure team

Your AWS / Azure Cloud

Lume
S3 / Blob
SQL DB
APIs
No data egress
AI Chat

Chat with your enterprise data — like ChatGPT, but yours

Give every team a conversational interface to your internal data. Lume grounds responses in your actual data sources — whether that's a database, document store, or API — and keeps every query inside your security boundary.

  • Connects to databases, document stores, APIs
  • Responses grounded in real-time data
  • Model-agnostic — use GPT, Claude, Llama, or custom
  • Full query audit trail
Connected to Azure SQL
What were our top 5 accounts by revenue last quarter?

Based on Q4 data, your top 5 accounts were Acme Corp ($2.4M), BrightTech ($1.9M), Nordvik ($1.6M), Crestline ($1.1M), and Oakhurst ($0.9M).

Source: Azure SQL · revenue_summary_v2
No-Code Builder

Build real applications — without writing code

Describe what you need. Lume generates production-ready Python backend code and a frontend interface, commits it to version control, and deploys it automatically. The output is real, auditable code — not black-box automation.

  • Generate Python + frontend from plain-language prompts
  • Git-backed — every change versioned
  • Auto-deployed via CI/CD
  • Build web UIs or backend workflows
app/api/reports.py

Files

main.py
models.py
reports.py
utils.py
from fastapi import APIRouter
from .models import ReportQuery

router = APIRouter()

@router.post("/reports")
async def generate_report(
    q: ReportQuery,
) -> dict:
    data = await fetch_data(q)
    return {"result": data}
Dev Agents

A virtual development organisation, integrated with your tools

Lume agents connect to your GitHub repositories and Jira projects to execute the full development lifecycle — from ticket intake through PR review. Configure human-in-the-loop checkpoints to match your organisation's review standards.

  • GitHub and Jira integration out of the box
  • Configurable skillsets per agent team
  • Human-in-the-loop review at every stage
  • Integrated knowledge hub from your codebase
Lume Dev Board · Sprint 12
To Do
Auth service
DB schema
In Progress
API layer
Review
PR #42
Done
CI setup
Agent opened PR #42 · Human review requested
Security

Enterprise security built in — not bolted on

Access control is driven by your organisation's Active Directory. Roles, permissions, and user provisioning all flow from the identity system you already manage. No separate IAM configuration required.

  • Active Directory sync — users and groups
  • Role-based access per workspace and application
  • Org-level, team-level, and row-level permissions
  • No shadow identity system
Azure AD
LDAP
Lume RBAC
Chat
Apps
Agents
Data Models

Define the data shapes that drive everything

Administrators configure data models that the platform uses to drive AI behaviour, application generation, and chat grounding. Models are versioned, auditable, and changeable without redeployment.

  • Schema-driven AI behaviour
  • Version-controlled model definitions
  • Drives app generation and chat context
  • No redeployment required for schema changes
models/customer.json
v3 · live
{
  "model": "Customer",
  "version": 3,
  "fields": [
    { "name": "id",     "type": "uuid" },
    { "name": "name",   "type": "string" },
    { "name": "tier",   "type": "enum",
      "values": ["free","pro","enterprise"] },
    { "name": "arr",    "type": "decimal" }
  ],
  "ai_context": "Use tier to
    personalise responses."
}

Integrates with the tools you already use

Don't see your tool? Lume connects to any data source via API.

GitHubJiraAzure DevOpsAWS CodePipelineAzure ADLDAPSalesforceSnowflakePostgreSQLAzure SQLS3Azure Blob

See Lume in your environment

Book a demo and we'll show you exactly how Lume fits into your existing infrastructure.