# h.computer > Houston Golden's personal computer — an always-on, agentic personal site, > REST API, and MCP server fed by you.md. Reference implementation of the > {human}.computer protocol: a personal OS where every human owns a > sandboxed multi-agent harness wired to their context, connectors, and skills. ## Key pages - [Home](https://h.computer/): living feed, now, projects. - [About](https://h.computer/about): who Houston is. - [Now](https://h.computer/now): what Houston is working on right now. - [Feed](https://h.computer/feed): chronological living feed. - [Blog](https://h.computer/blog): published posts. - [Papers](https://h.computer/papers): research notes. - [Journal](https://h.computer/journal): daily newsletter-shaped entries. - [Projects](https://h.computer/projects): active and shipped projects. - [Ship](https://h.computer/ship): release log. - [Stats](https://h.computer/stats): dev / social / fitness aggregates. - [Year](https://h.computer/year): year-in-review pages. - [Connections](https://h.computer/connections): cross-app + third-party integrations. - [Colophon](https://h.computer/colophon): stack, fonts, design rules. - [your-h](https://h.computer/your-h): roadmap for bringing your own you.md. - [hstack docs](https://h.computer/docs/hstack): install the CLI, REST API, and MCP. ## Agent API - REST: https://h.computer/api/v1 - OpenAPI: https://h.computer/api/v1/openapi.json - MCP (Streamable HTTP): https://h.computer/api/public/mcp - Auth: `X-H-Api-Key: hk_...` (generate at /admin). Public reads need no key. ## Common endpoints - GET /api/v1/now — current focus - GET /api/v1/feed — living feed - GET /api/v1/journal?date=YYYY-MM-DD — daily log - GET /api/v1/blog — published posts - GET /api/v1/papers — research papers - GET /api/v1/stats — aggregated stats - GET /api/v1/search?q=... — full-text across blog/journal/papers - POST /api/v1/status — append to feed (owner) - PATCH /api/v1/journal — upsert daily log (owner) - POST /api/v1/journal/recompile — AI re-compile (owner) ## Protocol + portability - [hstack spec](https://github.com/) (vendored at hstack/ in repo) - [AGENTS.md](https://h.computer/AGENTS.md) - Tenants: single-tenant today (Houston). Multi-tenant {name}.computer rollout planned. ## Optional - Full markdown bundle for agents: https://h.computer/llms-full.txt