🦍KNUCKLEDRAGGER/ dev
probing stack…
// builder doorway · knuckledragger.tech

Show me what
you built.

A dev doorway to the KNUCKLEDRAGGER empire — owned iron, real endpoints, no token meter. Present primitive, get underestimated, outthink them. Here's the API, live and same-origin.

bash — knuckledragger.tech
# talk to the router — anonymous, deterministic-first, GPU only when it must
$ curl -s https://knuckledragger.tech/api/chat \
   -H 'Content-Type: application/json' \
   -d '{"message":"what did you build?","persona":"KNUCKLEDRAGGER"}'

# the stack answers for itself:
$ curl -s https://knuckledragger.tech/api/monitoring/brain-router | jq .status
"online" 
01 / PULSE

Router at a glance

Straight off /api/monitoring/brain-router — the AI-Consul escalator that routes L1→Council→L4, avoiding GPU where it can.

Router
querying…
Services in registry
categories
Router uptime
since boot
Queries routed
L1 absorption
02 / LIVE STACK

The stack, honestly

Each row hits that service's own /health through /api/monitoring/*. Green is up, amber is degraded, red is down — measured, not claimed.

03 / API

API reference

Same-origin, JSON, mostly anonymous-OK. Copy a call and paste it into a terminal — these are live paths on this host.

04 / RUN

Run it now

No signup, no key. Calls go to this origin from your browser — you see the raw response.

POST /api/chat
// response prints here — the router may take a few seconds on a cold path
GET /api/harambe/
// harambe exposes each backend module's service classes + methods as JSON
05 / BUILD

What's on the iron

Owned hardware, ~5.7M lines. Two of the load-bearing engines you can build against.

🛠️TITAN Engine

274,750 lines · game / sim runtime

A self-hosted Unity/Unreal-class engine — scene graph, asset pipeline, and build tooling that runs on the cluster instead of a licensed cloud. The "builder temple" workloads land here.

→ endpoints surface via /api/harambe/manufacturing

🐦FlockForge

~16K lines · GitHub-killer · /api/flockforge/*

Repos, CI, and collaboration on your own metal. Frontend :4000 / backend :4001, routed here at /api/flockforge/. Bring your build, keep your source, no per-seat tax.

→ POST /api/flockforge/* (service may be cold — probe /api/monitoring)