CONTROL PLANE · DATA PLANE

Your agent ships the whole backend.

One HTTP API provisions your database, auth, realtime, storage, vector search and AI — POST /api/genesis writes a .cohesivity file in a single curl. No consoles. One bill.

READ THE DOCS
agent ▸ genesis READY

ONE API. EVERY PROVIDER.

// THE MECHANISM

One request. A whole backend.

  1. 01

    POST /api/genesis

    Your agent fires a single request. No dashboard, no vendor signups, no copy-pasted keys.

  2. 02

    provision · all services

    Cohesivity stands up database, auth, realtime, storage, vector, AI and email behind one endpoint.

  3. 03

    wrote .cohesivity

    A scoped credentials file lands in your repo. The artifact is the proof — your backend is live.

// THE CATALOG

Every service, one endpoint.

DATABASE

Cloudflare D1 · SQLite over HTTP

/edge/database

POSTGRES

Neon Postgres, public

/edge/postgres

REALTIME

WebSocket rooms & pub/sub

/edge/realtime

AUTH

Google sign-in, zero console

/api/resources/social-login

VECTOR DB

Pinecone embeddings

/edge/vector-database

STORAGE

R2 blobs, public or signed

/edge/object-storage

CACHE

Upstash Redis, REST

/edge/redis

HOSTING · EDGE

Vercel deploys · Workers + cron

/api/resources/*

AI GATEWAY

OpenAI · Anthropic · Deepgram · Exa

/edge/ai-gateway

EMAIL

Resend transactional

/edge/resend-api

// THE ARCHITECTURE

Provision once. Call it forever.

CONTROL PLANE

cohesivity.ai/api/*

  • provision
  • lifecycle
  • billing

The agent sets it up.

DATA PLANE

cohesivity.ai/edge/*

  • query
  • stream
  • proxy

Your app runs it at the edge.

// ONE PAGE, TWO READERS

Built for whoever's reading.

You describe the app. Your agent calls Cohesivity, provisions the backend, and hands you a running stack — no console sprawl, no vendor signups, one bill.

# genesis
$ curl -s -X POST https://cohesivity.ai/api/genesis > .cohesivity
# → 6 services live · query at /edge/*

// BY THE NUMBERS

0CURL TO PROVISION
0FREE EPHEMERAL TENANT
0VENDOR SIGNUPS
0SERVICES IN THE CATALOG
// RISK REVERSAL

Free for 72 hours.
Yours when you claim it.

Spin up an ephemeral tenant in one curl, free for 72 hours, zero card. Like what your agent built? Claim it with Google and keep everything — same credentials, same .cohesivity, no migration.

// SECURE BY DEFAULT

Keys you never touch.
Secrets you never paste.

Credentials live in the scoped .cohesivity file — never in a vendor console or a chat log. Your agent provisions against per-tenant keys; you get one bill and one place to revoke.

// SHIP TODAY

Ship the whole backend
in one curl.

Your next project's backend is one request away.

READ THE DOCS