stashi.
Low-Cost · Agentic Tuned

Low-cost, agentic-tuned PostgreSQL from $1 a month.

Automatic provisioning via MCP & REST, no ticket queue. Hard-capped fixed pricing from $1/mo protects you from runaway autonomous loop bills. PostgreSQL 17 with TLS and PgBouncer pooling.

Quick MCP setup:npx -y @stashidb/mcp-server
Live terminal sessionPostgreSQL 17 · agent-ready
MCP TOOL CALL · AUTONOMOUS AGENTCHECKPOINT SAVED (~2s)
TOOL INVOCATION (JSON)
{
  "tool": "create_checkpoint",
  "params": {
    "label": "before orders.status migration"
  }
}
GUARDRAILS$1 CapNo loop overages
CHECKPOINT TIME~2sMeasured, not estimated
TOOLcreate_checkpointvia MCP
AGENT DATABASE URLTLS + PGBOUNCER
postgresql://agent_scoped_role:••••••••@db.stashi.dev:6432/orders_api?sslmode=require
ENTRY FLOOR$1 / month (Flat)
AGENTIC PROTOCOLNative MCP Server
FINANCIAL GUARDRAILSZero Compute Overages
ENGINE & POOLPostgreSQL 17 + TLS
Agentic Infrastructure

Built for autonomous loops, subagent swarms, and MCP tools.

When AI agents write schema, execute autonomous migrations, or store multi-agent memory, serverless compute meters can bankrupt you overnight. Stashi combines fast, automatic provisioning with hard-capped flat pricing and one-command checkpoint rollbacks.

01 / MODEL CONTEXT PROTOCOLTOOL CALLING READY

Native MCP Server for Claude, Cursor & Antigravity

Connect agents directly through standard Model Context Protocol. AI assistants inspect your schema, run scoped queries, and create or roll back checkpoints — through the same audited path a human's queries take, nothing hidden from your activity log.

Claude CodeCursor / WindsurfLangGraph & LlamaIndex
02 / FINANCIAL GUARDRAIL100% HARD CAP

Loop-Safe Flat Billing

Autonomous reasoning loops running 24/7 will never spike your card. Hard billing caps at $1, $3, or $5/mo guarantee 0% runaway cloud bills.

Runaway Overage Risk:$0.00 Guaranteed
03 / NO TICKET QUEUEAUTOMATIC PROVISIONING

Isolated PostgreSQL in seconds

Every plan gets its own role and schema, provisioned the moment you ask — no approval queue, no ticket, no human waiting on the other end for agent test runs or new tenant databases.

Measured provisioning time:~3s, typically under 5s
04 / RECOVERY GUARDRAILONE-COMMAND UNDO

Checkpoint & Rollback

If an autonomous agent hallucinates a faulty migration or drops a critical relation, restore the last checkpoint with one command — no manual pg_restore, no DBA on call.

Measured rollback time:seconds, not manual hours
MCP TOOL CALL WALKTHROUGH
CLICK AN ACTION — REAL TOOL NAMES, ILLUSTRATIVE DATA
AUTONOMOUS PROMPT INTENT

Agent: 'Inspect existing tables and row counts before writing the migration.'

NATIVE MCP TOOL INVOCATIONDISPATCHED
list_tables()
POSTGRESQL 17 ENGINE EXECUTIONCOMPLETE
SELECT c.relname AS table_name, c.reltuples::bigint AS estimated_rows,
       pg_size_pretty(pg_total_relation_size(c.oid)) AS total_size
FROM pg_class c JOIN pg_namespace n ON n.oid = c.relnamespace
WHERE c.relkind = 'r' AND n.nspname NOT IN ('pg_catalog', 'information_schema')
ORDER BY c.relname;
Status: 200 OKPooling: PgBouncer TLSBilling Cost: $0.00 (Flat plan included)
Hard-capped protection: Active
{
  "mcpServers": {
    "stashi": {
      "command": "npx",
      "args": ["-y", "@stashidb/mcp-server"],
      "env": {
        "STASHI_API_KEY": "st_live_9f8a2bc4e107",
        "STASHI_DATABASE_ID": "DB_xxx"
      }
    }
  }
}
From empty project to connected app

The useful parts stay in view.

The dashboard is built around the work developers and agents actually do: provision in milliseconds, copy TLS credentials, watch node saturation, restore instantly.

NEW DATABASE01 / 02
inventory-api
DEV$11 GB
STARTER$35 GB
PRODUCTION$515 GB
CREATE DATABASE
Provision

Name it. Choose a plan. Create it.

The first screen asks for the few decisions that change the service. Database credentials and the endpoint are generated after provisioning.

  • EnginePostgreSQL 17
  • Plan priceshown before create
  • ConnectionTLS required
CONNECTIONREADY
DATABASE URLpostgresql://inventory_owner:••••••••@db.stashi.dev:6432/inventory?sslmode=require
COPY URLREVEAL PASSWORDROTATE
Connect

The connection string is ready for your app or agent.

Copy the URL into Prisma, Django, Rails, LangChain, Cursor or psql. Credentials can be rotated from the same database view.

  • PoolingPgBouncer
  • Credentialscopy, reveal, rotate
  • Migrationpg_dump / pg_restore
Close view of a populated server rack with network cablingKevin Ache / Unsplash
NODE / NJ-01ACCEPTING DATABASES
CPU 34%
MEMORY 61%
DISK 22%
Infrastructure you can inspect

Capacity is visible before it becomes your problem.

Stashi tracks node pressure and database limits in the operator layer. Customer plans stay simple while the service watches CPU, memory, disk and connection pressure underneath.

Database endpointTLS required
Raw PostgreSQL portprivate
Backupsplan retention
Scalingcapacity based
Pricing

Fixed monthly plans. Zero loop surprises.

Start with the workload you have. Storage, connection limits and backup retention are published with each plan.

Compare plans
DEV$1

Agent sandboxes, experiments, and scratchpads.

STARTER$3

Small apps and multi-agent memory.

PRODUCTION$5

High-concurrency swarms and active apps.

DEDICATED$9+

Continuous reasoning & reserved capacity.

Server rack in a dark data center
Ready for agents & developers

Create a PostgreSQL database in seconds.

Create database