Endpoints Reference

44 Endpoints

Method Endpoint What It Does

Core

GET

/

Health check — document counts, system status

GET

/stats

Repository metrics — 1,855 pages across 20 categories

GET

/attributes

127 antora.yml attributes — single source of truth

Content — Pages & Search

GET

/pages

List pages with category and type filtering

GET

/pages/{path}

Full page content, metadata, and include directives

GET

/search?q=

Full-text search across 3,486 files with ranked results and context

Standards & Governance

GET

/standards

All 20 standards with STD-NNN identifiers and lifecycle status

Projects

GET

/projects

All projects with compliance metadata

POST

/projects

Scaffold project per STD-001

PATCH

/projects/{slug}/status

Update project status in metadata partial

Case Studies

GET

/case-studies

Operational records across 5 types (incidents, changes, RCAs, deployments, TAC)

GET

/case-studies/{type}

Filter by type — list incidents, changes, RCAs, deployments, TAC

GET

/case-studies/{type}/{slug}

Full case study content

POST

/case-studies/incidents

Create incident report per STD-011

POST

/case-studies/changes

Create change request per STD-005

POST

/case-studies/rcas

Create root cause analysis per STD-010

Skills

GET

/skills

All Claude Code automation skills with frontmatter

GET

/skills/{name}

Skill detail — the full SKILL.md content

Worklogs

GET

/worklogs

Daily worklogs, filterable by year and month

GET

/worklogs/{date}

Specific worklog by date

Knowledge Systems

GET

/patterns

Pattern Journal organized by Aristotelian taxonomy

GET

/patterns/{domain}

Patterns in a specific domain (security, ai, networking)

GET

/codex

CLI reference library — 17 categories with page counts

GET

/codex/{category}

Entries in a category (bash, vim, git, awk)

GET

/sessions

AI collaboration session captures

Education (44% of site)

GET

/education

808 pages across certifications, training, literature, math

GET

/education/{sub}

Subcategory listing

Portfolio & Reference

GET

/portfolio

77 project entries across 12 categories

GET

/reference

Commands, diagrams, math, music, systems

GET

/reference/{sub}

Subcategory listing

Infrastructure

GET

/api-hub

ISE, Vault, pfSense, WLC, Keycloak, OpenAI API docs

GET

/api-hub/{vendor}

Vendor-specific API documentation

GET

/runbooks

Operational procedures and guides

GET

/objectives

Strategic goals, certifications, career

Meta & Tracking

GET

/meta

Strategic systems, velocity metrics, retrospectives

GET

/trackers

Progress dashboards and task tracking

GET

/templates

20 document type templates

GET

/drafts

Work in progress documents

GET

/discoveries

Micro-learning captures

Reusable Content

GET

/partials

1,135 reusable content blocks by category

GET

/partials/{path}

Specific partial content

GET

/examples

496 code files across 21 categories

GET

/examples/{path}

Specific example file content

Graph Analysis

GET

/graph/references/{path}

Backlink analysis — who links to this page?

40 read endpoints. 4 write endpoints. 44 total. Every content category in domus-captures has a dedicated endpoint. Every write operation produces files that comply with the same standards a human would follow. The API does not bypass governance — it enforces it.