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.
Scripted demo of the app addons flow — create, inspect env, query.
first-party flagships
Search and storage, built in-house
gobed
GPU-accelerated semantic search with CAGRA graph indexes and int8 static embeddings.
Our flagship search engine as an addon: a Go vector engine with a 15 MB int8 embedding model, flat/IVF/HNSW indexes on CPU and cuVS CAGRA graph search on GPU. The same engine that powers character, art, and repo search on app.nz.
GOBED_SEARCH_URLGOBED_API_KEYGOBED_INDEXPostgres
PostgreSQL hosting with HNSW vector search, PostGIS, graph traversal, and hybrid retrieval.
Managed PostgreSQL with pgvector (HNSW) and PostGIS enabled by default, recursive-CTE graph traversal, full-text search, and hybrid retrieval patterns that combine all three — attached to your app as DATABASE_URL in one command.
APP_ADDON_POSTGRES_URLDATABASE_URLAPP_ADDON_POSTGRES_HOSTdocument 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.
Deploys
containers, workers, and sites get addon vars at boot
Coding agents
agent runs see the same env as the app they work on
Schedulers & queues
cron agents and queue workers inherit project addons
Notebooks
hosted notebooks can read addon connection vars
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: sharedSecret-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.