Home
BrewPage
Brewpage Kv Store Structure
Brewpage Kv Store Structure
Logical structure for a BrewPage namespaced key-value store and the lifecycle of its keys.
Type:
Properties: 0
Hosting Markdown HTML AI Artifacts File Hosting Developer Tools
BrewPage KV Store Structure is a JSON Structure definition published by BrewPage.
Meta-schema:
JSON Structure
{
"name": "BrewPage KV Store Structure",
"description": "Logical structure for a BrewPage namespaced key-value store and the lifecycle of its keys.",
"entity": "KVStore",
"fields": [
{"name": "id", "type": "string", "required": true, "source": "Server-issued 10-char identifier on POST /api/kv"},
{"name": "namespace", "type": "string", "required": true, "source": "Query param `ns`"},
{"name": "ownerToken", "type": "string", "required": true, "source": "Issued at creation; required for set/delete via X-Owner-Token"},
{"name": "ownerLink", "type": "uri", "source": "Owner-only API URL"},
{"name": "ttlDays", "type": "integer", "source": "Query param `ttl` (1..30, default 15)"},
{"name": "passwordProtected", "type": "boolean", "source": "True when X-Password set at creation"},
{"name": "createdAt", "type": "datetime", "source": "Server timestamp on POST"},
{"name": "expiresAt", "type": "datetime", "source": "createdAt + ttlDays"}
],
"subEntities": [
{
"name": "Key",
"limit": 1000,
"fields": [
{"name": "key", "type": "string", "required": true, "source": "Path parameter on PUT /api/kv/{ns}/{id}/{key}"},
{"name": "value", "type": "any", "source": "Body field on PUT"},
{"name": "updatedAt", "type": "datetime", "source": "Server timestamp on each PUT"}
]
}
],
"relationships": [
{"name": "owner", "type": "belongsTo", "target": "OwnerToken"}
]
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/brewpage-kv-store-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.