The visionEvery tenant ships with a team of agents.
Classical clouds give you CPU, memory and disk. We give you all of that and a persistent runtime where AI agents review code, ingest data, watch dashboards, open pull requests and respond to incidents — scoped to your tenant, billed by your tenant, never crossing the border.
Code reviewer
Hooks into every PR opened in the tenant Gitea org. Comments, suggests fixes, opens follow-up PRs. Models pinned per plan.
agent: code-reviewer
model: claude-opus-4-7
scope: pull_requests
Data ingestor
Cron-driven jobs that pull from sources you describe in YAML and land into the tenant's Postgres or object bucket. Schema-aware.
agent: data-ingestor
schedule: "@hourly"
sink: postgres://main
Incident responder
Watches Grafana alerts + Loki logs. Triages, links runbooks, opens an issue. If you authorise it, rolls back a Deployment via PR.
agent: incident-responder
alerts: grafana://*
authority: propose
Schema migrator
Reads diffs against your ORM, generates safe migrations, proposes them through Gitea, executes after approval.
agent: schema-migrator
source: prisma|alembic
approvals: 1
Cost watchdog
Reads OpenCost hourly, flags drift over your budget, opens a PR that scales the offending Deployment or shifts to spot nodes.
agent: cost-watchdog
budget: $50/day
authority: propose
Customer copilot
Sits inside your product as an SDK. Inherits the tenant's policies and secrets — no key-juggling, no separate billing.
agent: customer-copilot
sdk: @livellm/agent
billing: inherits