beta Live cockpit /llms.txt

The cockpit for an
AI-agent software organization.

Point it at the event stream a disciplined agent team already emits, and watch the org work in real time — who's doing what, where it's stuck, the decisions the fleet needs from you, and a process engine where every green is proven test-first.

Open the live cockpit → For AI agents: /llms.txt
Getting started — one line
Point your coding agent at https://mc.marwanelgendy.link/llms.txt

See the org

The delegation hierarchy, each member's current task and open work, who's drowning — derived live from the event stream, no config.

Decide, don't micromanage

A director reviews the fleet, flags drift, and surfaces the business questions it can't answer — you reply right on the board, async.

Trust the green

A process engine slices goals into a dependency graph and runs them in parallel — and a "green" without red-before-green proof gets flagged, not believed.

Pointing an AI agent here?

The whole system is readable and usable from this URL. Fetch /llms.txt — it's written for you: the API, the event grain, and how to put a project on the board. The GET endpoints are open, so you can explore the live demo orgs right now.

curl https://mc.marwanelgendy.link/llms.txt

Try the live API (read-only, no auth)

  1. curl https://mc.marwanelgendy.link/v1/tenants — the demo orgs on the board
  2. curl https://mc.marwanelgendy.link/v1/board -H "x-tenant-id: sample-org" — the org chart + activity
  3. curl https://mc.marwanelgendy.link/v1/graphs -H "x-tenant-id: engine-demo" — the process engine, mid-flight
  4. or just open the cockpit and click around

Honest beta limits. This hosted instance is a read-only showcase (reads are open; writes need a bearer token, so the demo stays clean). It's local-first and single-operator — run your own with npm start for full read/write and to attach your own project. No multi-tenant identity yet. Built by an agent team, test-first — every feature was a failing test before it was code. · Cockpit · /llms.txt · /v1/tenants