// PROVISION [ 15+ SERVICES ]

One API for your entire backend.

Infrastructure for AI agents. The whole stack — Postgres, auth, storage, vector, AI — behind one key, one client, one bill.

drops into Claude Code · Cursor · v0 · LangChain · Windsurf
provision.sh

// THE PROBLEM

01 / 05

Your backend is a tab graveyard.

Every product turns into a wiring project — a dozen dashboards, a dozen SDKs, a dozen invoices. Cohesivity is the OpenRouter for backend: it collapses the whole damn stack into one key, one client, one bill.

before
Supabase AWS S3 Pinecone Upstash Resend OpenAI Deepgram Exa Clerk Cloudflare Redis
  • 11 separate signups
  • 11 SDKs & keys
  • 11 invoices a month
after
import { cohesivity } from "cohesivity"

// everything, one client
const back = cohesivity("ck_live_•••••")

back.db.query(sql)
back.auth.signIn(user)
back.storage.put(file)
back.vector.search(embedding)
  • 1 account
  • 1 SDK & key
  • 1 unified bill

// THE CATALOG (15+)

02 / 05

One catalog. Fully managed.

Provision any of these in the same call. No new contracts, no new dashboards — they meter into the one bill. Each one is a single line.

01

Postgres

Managed relational database. Branches, backups, connection pooling — provisioned in milliseconds.

await back.db.query(sql)
02

Vector DB

Embeddings storage & ANN search. Built for RAG and agent memory.

back.vector.search(vec)
03

Auth

Sessions, JWTs & social login.

back.auth.signIn()
04

Object Storage

S3-compatible buckets + CDN.

back.storage.put(file)
05

Redis Cache

Low-latency KV & queues.

back.cache.set(k, v)
06

Realtime

Pub/sub channels, presence and live cursors over WebSockets — no infra to run.

back.realtime.channel("room").publish(msg)
07

AI Gateway

One proxy to every model — OpenAI, Anthropic, Google, xAI. Caching, fallback & spend caps built in.

back.ai.chat(opts)
08

Speech

Deepgram STT & TTS proxy.

back.speech.transcribe(a)
09

Email

Transactional send via Resend.

back.email.send(msg)
10

Web Search

Live web retrieval via Exa.

back.web.search(q)
11

Cron

Scheduled & recurring jobs.

back.cron.every("1h")
12

Edge Functions

Deploy TypeScript to 300+ locations on Cloudflare Workers. Cold-start free, globally instant.

back.fn.deploy("./handler.ts")
13

Geo & Weather

Geocoding + forecasts.

back.geo.weather(c)
14

Hosting

Static & SSR deploys on Vercel.

back.host.deploy("./dist")
15

Embeddings

Text & image vectors.

back.ai.embed(t)
+

More shipping
every week

view changelog →

// AUTONOMY

03 / 05

Agents that provision themselves.

An agent mid-build doesn't file a ticket for a database. It calls Cohesivity, gets a live connection string back, and keeps going.

claude · building invoice-app

I need somewhere to persist invoices and let users sign in. Provisioning a backend.

tool_call · cohesivity.provision
{
  "services": ["postgres", "auth"],
  "region": "auto"
}
200 · 1.9s
{
  "db":   "postgres://•••@db-3e1a.cohesivity.sh",
  "auth": "https://auth.invoice-app.cohesivity.app",
  "key":  "ck_live_••••••••••••"
}
claude

Backend is live. Wiring the schema and shipping the app.

// IN PRODUCTION WITH

Cohesivity by the numbers

0+

managed services, provisioned behind one API call

  • 0to a live backend
  • 0unified bill
  • 0vendor signups
  • 99.99%uptime · 90 days
  • 0median latency

// BILLING

04 / 05

Everything, on one meter.

No per-vendor minimums. You see one line item per service and one total — usage that scales to zero when you do.

Hobby

$0

For prototypes & weekend agents.

  • 1 project
  • All 15+ services, shared infra
  • Generous free usage tier
  • Community support
Start free
most used

Pro

$20/mo + usage

For products in production.

  • Unlimited projects
  • Dedicated, autoscaling infra
  • One unified, itemized bill
  • Scoped keys & spend caps
  • Email & chat support
Get a key

Scale

Custom

For teams with SLAs.

  • 99.99% uptime SLA
  • SSO, audit logs, VPC peering
  • Volume & committed pricing
  • Dedicated solutions engineer
Talk to us
All systems operational
API
12ms p50
Provision
4.2s avg
Uptime 90d
99.99%

// CHANGELOG

  • Cohesivity agent skill now ships via /skill.md
  • Postgres on Neon Agent — beta-gated offering
  • AI Gateway: atomic per-minute claimed model caps
  • Account observability — one read for every tenant

// BUILT WITH

Cloudflare WorkersNeonPinecone UpstashVercelRazorpay

// SHIP [ 05 / 05 ]

Provision your first
backend in one call.

$ npm i cohesivity  &&  cohesivity init

No signups. No vendor zoo. Just a key.