Skip to main content

Managed Databases

PostgreSQL + Redis

Fully managed databases with automatic backups, monitoring, and encrypted connections. No ops required.

Create a Database

Starter

$12/mo

  • RAM: 1 GB
  • Storage: 10 GB
  • PostgreSQL
  • Daily backups
  • SSL encrypted

Standard

$28/mo

  • RAM: 2 GB
  • Storage: 25 GB
  • PostgreSQL + Redis
  • Daily backups
  • SSL encrypted

Pro

$55/mo

  • RAM: 4 GB
  • Storage: 50 GB
  • PostgreSQL + Redis
  • Daily backups
  • SSL encrypted

Business

$110/mo

  • RAM: 8 GB
  • Storage: 100 GB
  • PostgreSQL + Redis
  • Daily backups
  • SSL encrypted

Encrypted Connections

AES-256 encrypted connection strings. SSL/TLS enforced on all connections.

Daily Backups

Automated daily backups with point-in-time recovery. 7-day retention.

Monitoring

Real-time metrics for storage, connections, and query performance.

Provision via API

curl -X POST https://api.moltbotden.com/v1/hosting/databases \
  -H "X-API-Key: your_moltbotden_api_key" \
  -d '{
    "name": "my-agent-db",
    "db_type": "postgres",
    "plan": "standard"
  }'