Skip to content

Our approach

These are not slogans: they are architectural constraints we honour in every product we ship.

01

On-Prem First

Every product runs on customer hardware, not ours.

How it shapes our products
Genesis ships on Rocky Linux with Podman Compose: no mandatory SaaS dependency, no telemetry.
What it means for you
Your data, your models and your logs stay inside your perimeter.
02

Framework Agnostic

Adapter pattern everywhere: orchestrators, AI providers, auth, communication.

How it shapes our products
Moving from CrewAI to LangGraph, or from OpenAI to a local model on vLLM, is a configuration change, not a rewrite.
What it means for you
No technology lock-in: replace one layer without touching the others.
03

API First

The versioned, documented API is the contract. The UI is a consumer.

How it shapes our products
Everything the Genesis console does is available over the API: automations, integrations and pipelines use the same endpoints.
What it means for you
You integrate our products into existing processes without waiting for a UI feature.
04

Enterprise Security by Default

Security is not an add-on: it is the default configuration.

How it shapes our products
Argon2, short-TTL JWT, RBAC, audit logs, secret encryption, SSRF protection, ready for OIDC, Entra ID and LDAP.
What it means for you
You pass security reviews with what is already in the product, with no improvised hardening.
05

Multi-Tenant Logical Isolation

Single-tenant deployments with `tenant_id` present throughout the domain.

How it shapes our products
Clean boundaries between data, permissions and audit trails even when the install serves one organization.
What it means for you
Adding divisions, subsidiaries or separate environments does not require a migration.
06

Container-Native Runtime

Podman Compose locally and in production. Kubernetes is not required.

How it shapes our products
The same compose file describes development and production, with Traefik as the entry point.
What it means for you
You go live with the infrastructure team you already have, with no platform to babysit.
07

Observable & Governable

Every sensitive action is visible, traced and, when needed, approvable.

How it shapes our products
Health endpoints, worker heartbeats, structured audit trails and approval workflows for critical actions.
What it means for you
You know what an agent did, when, and on whose behalf — even months later.