llms.txt Content
# Godle
> Full version with template examples: https://godle.app/llms-full.txt
> Godle is a free, open AI orchestration standard. It provides 185 expert role contexts, 1,741 prompt templates, 1,731 eval rubrics, 12 multi-agent workflows, and 8 pre-configured team packs — accessible as static JSON (no API key) or via a stateful edge layer (Cloudflare Workers). Godle v3 is agent-native: MCP server and A2A protocol are first-class citizens.
## What Godle Is
Godle is not an AI product you log into. It is a public API and prompt library that developers and AI agents use to build structured, role-aware AI pipelines. Layer 1 is static JSON with CORS enabled (no auth). Layer 2 is a Cloudflare Workers edge layer (API key required) with task execution, sessions, streaming, and eval scoring.
## Key URLs
- [Home](https://godle.app): Overview and prompt generator app
- [AI Prompt Generator](https://godle.app/app): Interactive role-based prompt builder (185 roles, 1741 templates, 20 languages)
- [Jobs — AI Prompts by Role](https://godle.app/jobs): Browse all 185 roles and generate expert prompts for any job function
- [API Documentation](https://godle.app/api): Full v3 API reference with MCP, A2A, sessions, and streaming
- [API Playground](https://godle.app/app/playground/): Interactive sandbox for testing all v3 endpoints live
- [Blog](https://godle.app/blog): Prompt engineering guides and role-specific AI tips
## API v3 — Start Here (Latest)
### Agent Protocol Manifests
- [MCP Manifest](https://godle.app/.well-known/mcp.json): 4 MCP tools — list_roles, get_role, generate_prompt, evaluate_output
- [A2A Agent Card](https://godle.app/.well-known/agent.json): A2A agent identity, capabilities, and task schema
- [Capabilities Index](https://godle.app/api/v3/capabilities.json): Full protocol support, rate limits, SDK version
### Layer 1 — Static JSON (No Auth Required)
- [Manifest](https://godle.app/api/v3/index.json): Version info, stats, all endpoint URLs
- [All R