Hosted addons

Attach a database in one command

Managed services that clip onto any repo, deploy, or agent: GPU vector search, PostgreSQL with pgvector and PostGIS, Mongo, cache, auth, and an AI monitor. Connection strings are injected as environment variables your app — and your agents — can use immediately.

app addons — attach Postgres + gobed
Loading recording…

Scripted demo of the app addons flow — create, inspect env, query.

first-party flagships

Search and storage, built in-house

document database

Mongo

Managed MongoDB for document workloads.

APP_ADDON_MONGO_URL

APP_ADDON_MONGO_HOST

APP_ADDON_MONGO_DB

from 60 credits/mo

cache

Memcache

Shared memcache namespace for hot keys and sessions.

APP_ADDON_MEMCACHE_URL

APP_ADDON_MEMCACHE_NAMESPACE

auth + realtime

Auth

Supabase-style auth and realtime channels.

APP_ADDON_AUTH_URL

APP_ADDON_REALTIME_URL

APP_ADDON_AUTH_ANON_KEY

AI ops

Monitor Agent

AI-assisted error intake, dedupe, and auto-tasking.

APP_ADDON_MONITOR_INGEST_URL

APP_ADDON_MONITOR_INGEST_KEY

APP_ADDON_MONITOR_DASHBOARD_URL

from 15 credits/mo

supported environments

One attach, every runtime

Addon variables merge into your environment in a fixed order — account, then project, then addon — so an addon-provided DATABASE_URL lands everywhere the project runs. Agents see the same environment your app does, which is what lets an agent run migrations, seed data, and verify queries without any manual credential handoff.

CLI

app addons create --type postgres --plan starter --attach-default
app addons create --type gobed --plan gpu
app addons env <addon-id>   # print injected variables
app addons list

appnz.yaml

name: my-app
runtime: static
addons:
  - type: postgres
    plan: starter
  - type: gobed
    plan: shared

Secret-marked variables (passwords, service keys) are injected at runtime, scrubbed from build and CI logs, and rotatable per addon — the same secret hygiene as project secrets. Billing meters into the shared credit balance.

Ship the app; clip on the infrastructure

Read the deep pages for the two flagships, or install the CLI and attach your first addon now.