Skip to content
Diagram of Public API surrounded by MCP, OAuth, Plugin, Docker STF, and custom frontendDiagram of Public API surrounded by MCP, OAuth, Plugin, Docker STF, and custom frontend

Everything is a public API.

Plugins, Docker STFs, and custom frontends. Developer docs for a loosely coupled AI work platform.
Start here

Before design or Q&A, install all skills from all three repositories. Even a custom-frontend-only project usually needs workspace-side knowledge.

Terminal window
npx skills add d6e-ai/d6e-plugin-skills --skill '*' -y
npx skills add d6e-ai/d6e-docker-stf-skills --skill '*' -y
npx skills add d6e-ai/d6e-custom-frontend-skills --skill '*' -y

Path-specific minimal sets: Installing Agent Skills.

Plugin

Package prompts, STFs, and workflows in template.yaml and install from URL or the Marketplace.

Guide →
Docker STF

Any-language containers with a stdin/stdout JSON contract — portable business logic.

Guide →
Custom frontend

An ordinary web app that logs users in via OAuth2 and calls the public API. Usually combined with Plugin / Docker STF.

Guide →

Full site text is at /llms.txt. Raw design-philosophy Markdown is also at www.d6e.ai/docs/design-philosophy.md.