CRUD has versioning and privacy
Create, read, update and delete JSON with optimistic locking, projection, cursor pagination and compression history.
dataprivateversionscore
Structured data platform
A API for data storage, collaboration, automation and control JSON.
/api/v1/resources
201
{
"name": "release-config",
"private": true,
"data": {
"region": "ap-southeast-1",
"ready": true
}
}
/api/v1/resources/cfg_8n2m
200
The main data is in PostgreSQL. Cache, version and rate limit use Redis. Jobs and realtime are distributed via RabbitMQ.
Create, read, update and delete JSON with optimistic locking, projection, cursor pagination and compression history.
dataprivateversionscore
Check JSON Schema, prefix and extras before data is written.
Owner, admin, member and viewer have clear rights on resources, comments and invitations.
JWT rotation, API key scopes, IP allowlists, client-side AES-256-GCM, and per-endpoint rate limits.
Imports, exports and bulk run through the job queue. Webhooks have retry, DLQ, signing and replay. SSE has polling fallback.
resource.created
resource.updated
resource.deleted
Health probes, Prometheus metrics, audit archives, backup drills, and graceful shutdown are covered by the same release contract.
Read the operating instructionsGenerate key API, send JSON, and keep the entire data lifecycle in one consistent contract.
Read quickstart