WWeb Agent
Next.js + Prisma + PostgreSQL + OpenAI-compatible LLM

Persona Memory,
Without the Noise.

Anonymous multi-user backend for LinkedIn snapshot ingestion, persona generation, and agent-ready memory retrieval. Same endpoints, cleaner surface.

Open API docsInstallable skillPrivacy policy
Primary SurfaceAnonymous session, ingest, persona, and memory APIs
Guide Entryguide.md stays the stable agent handoff path

Available endpoints

The HTTP surface remains unchanged. This pass only realigns the presentation layer.

POST /api/sessionPOST /api/ingestPOST /api/personaGET /api/persona/:idGET /api/api-keyPOST /api/api-keyDELETE /api/api-keyGET /api/memory/latestGET /api/health

Anonymous Sessions

Session, ingest, and persona flows stay structured for browser extension clients without exposing raw provider details.

Persona Memory Surface

API docs, skill install guidance, and the memory endpoint remain easy to discover from one landing surface.

Operationally Minimal

Next.js App Router, Prisma, PostgreSQL, and an OpenAI-compatible model adapter keep the stack compact.