Use templates from your agent loop
Goodeye templates are reusable workflow runbooks. Browse metadata on the web, then fetch or fork the runbook through Goodeye.
Install the CLI
Install with uv
uv tool install goodeyeInstall with pipx
pipx install goodeyeBrowse public templates
List templates
goodeye templates listLexical search
goodeye templates list --search sqlFetch a template
Fetching returns the template body through Goodeye. The body is not rendered on this website.
Get latest template
goodeye templates get @handle/slugFork a template after login
Login
goodeye loginFork
goodeye templates fork @handle/slugUse MCP
Connect the Goodeye MCP server from your agent client, then call the template tools directly.
MCP tool
get_template(identifier="@handle/slug")Use REST
List public templates
curl "https://api.goodeyelabs.com/v1/templates"Fetch through REST
curl -H "accept: application/json" "https://api.goodeyelabs.com/v1/templates/@handle/slug"REST API docs live at api.goodeyelabs.com/v1/docs.