Pragmabase is in public beta — Try the playground free →
← EnterpriseSelf-Hosted
Your Infrastructure

Deploy on your terms.
Zero data egress.

Run the full Pragmabase platform — agent runtime, Qdrant memory, x402 payments, Soroban guardrails — entirely within your perimeter. Your cloud, your Stellar node, your compliance.

Deployment options3 paths

Docker Compose

Quickest setup

Single-server or small cluster. Quickest path to a running deployment. Ideal for evaluation and staging.

terminal
docker pull pragmabase/platform:latest
Configure .env (Stellar node, Qdrant, Postgres)
docker compose up -d
pb admin init --domain your.host

Kubernetes (Helm)

Recommended

Production-grade deployment with horizontal scaling, rolling updates, and native secret management.

terminal
helm repo add pragmabase https://charts.pragmabase.io
helm install pb pragmabase/platform \
--set stellar.network=mainnet \
--set qdrant.endpoint=qdrant.svc

Bare Metal

Max isolation

Full control over the host layer. Suitable for air-gapped environments and maximum-security deployments.

terminal
Download the platform binary bundle
Run pb-server with systemd / supervisord
Configure private Stellar validator (optional)
Point to your Qdrant + Postgres instances
Stack components

Every component you
own and control.

Pragmabase is fully modular. Bring your existing Qdrant, Postgres, and identity provider. Run a managed Stellar node or connect your own private validator. Every layer is swappable.

PB Platform

Core agent runtime, API layer, wallet manager

Stellar Node

Payment settlement (managed or private validator)

Qdrant

Vector memory store — self-hosted or managed

PostgreSQL

Agent metadata, audit logs, policy store

Soroban RPC

Smart contract guardrail execution layer

Identity Provider

SAML / OIDC — your existing IdP, plugged in

Minimum requirements

Starter (Docker)

  • 4 vCPU / 16 GB RAM
  • 100 GB SSD
  • Ubuntu 22.04+
  • 5 agents max

Production (K8s)

  • 16+ vCPU / 64 GB RAM
  • 500 GB SSD (Qdrant)
  • Kubernetes 1.27+
  • 25+ agents

Air-gapped

  • Private Stellar validator
  • No external DNS required
  • HSM support (optional)
  • FIPS-compliant builds

Get your deployment kit.

Enterprise customers get a pre-configured Helm chart, Terraform modules, architecture review session, and a dedicated support engineer for the first 30 days.