Memorylayer

Hosted memory runtime for agents

Service status

Online, simple, inspectable.

This page describes the live service shape. For machines, use the status, readiness, and architecture JSON endpoints.

runtime database health ops
01 / Runtime
FastAPI on VPS

The hosted app runs as a long-lived Python service instead of a serverless function.

02 / Database
Postgres backed

App metadata and workspace Engram schemas live in Postgres.

03 / Health
Public checks

Health and service status endpoints expose basic uptime and public counts.

04 / Ops
Workspace visibility

Usage, audit, ingest runs, and export routes help operators inspect behavior.

RuntimeFastAPI on Uvicorn port 8090.
DatabasePostgres app metadata and Engram workspace schemas.
Public health/api/health, /api/service/status, and /api/service/readiness.
OK

bounded readiness checks

VPS

runtime target

POSTGRES

workspace storage

254

capability entries

Readiness checks

The readiness route is bounded so a broken database connection cannot hang an operator dashboard forever.

pass

Database

The check completed inside the service readiness budget.

pass

Runtime Cache

0 warm runtimes from a max of 16.

pass

Security Config

The check completed inside the service readiness budget.

pass

Public Surface

5 public service contract routes are wired.

Operational endpoints

Useful URLs for operators and uptime checks.

EndpointPurposeAuth
/api/healthMinimal public health check.None
/api/service/statusPublic service metadata and feature count.None
/api/service/readinessBounded database, runtime cache, security, and surface checks.None
/api/service/architectureRuntime, storage, model, limit, security, and route contract.None
/api/service/deploy-planRelease script, preflight checks, remote shape, and live checks.None
/api/workspaces/{slug}/usageWorkspace API activity and route counts.Workspace key
/api/workspaces/{slug}/observabilityWorkspace latency, failures, slow routes, cache, and ingest health.Workspace key
/api/workspaces/{slug}/auditWorkspace audit history.Workspace key
/openapi.jsonMachine-readable API contract.None