Hypercube

The context transform engine

Hypercube connects to any data source and turns it into navigable markdown pages for agents.

What an agent sees

Request
curl -H "x-api-key: hc_…" \
  https://api.demo.hypercube.sh/c/<cube>
Response · text/markdown
# Acme Store Guide

Acme Outdoors is a small outdoor-gear shop. This cube
is the live store context for agents: what we sell,
who buys, and what's moving.

11 products · 12 orders · $1744 revenue

## Pages

- [Products](/c/<cube>/products)
- [Orders](/c/<cube>/orders)
- [Customers](/c/<cube>/customers)

The numbers in the page are computed from live records at request time.

How it works

01

Connect resources

Sync a Postgres schema or curate tables by hand. Rows live in the cube's store and stay fresh.

02

Write pages in JIM

Markdown with {{ }} JavaScript over your data. One file per page, plain text all the way down.

03

Serve to agents

Every cube is an authenticated markdown API: one URL, an x-api-key header, fresh context.