Setup guides for MCP servers behind the Speakeasy AI Control Plane.
Each guide lives in guides/<slug>/.
Guides ·
Factory ·
Go SDK
Open a freeform issue and apply guide:draft. The Kit 0.1.98 factory resolves
the guide, performs research and bounded review with GPT-5.6 Sol through
OpenRouter, and opens or resumes one factory PR. Every trigger reruns the whole
guide. Outcomes, labels, security boundaries, and troubleshooting are covered
in FACTORY.md.
Local drafting requires Docker and OPENROUTER_API_KEY. It validates the
selected guide but does not publish or use host GitHub/Pulse credentials.
export OPENROUTER_API_KEY=...
mise run draft-guide -- \
--title "Refresh Asana guide" \
--body "Dry-run the Kit factory without publishing" \
--slug asana
mise run lint-guide -- ../guides/asanaSee FACTORY.md for normalized issue-JSON input, stale sweeps,
outcomes, and the local command's exact behavior.
doctrine/— factory doctrine and authoring rolesdoctrine/personas/— audience voicedoctrine/glossary.md— vocabularyresearch/— research initiativesGO-MODULE.md— Go module release process