docker/compose
Agent API Documentation
This endpoint provides machine-readable documentation optimized for AI coding assistants like Claude, Cursor, and GitHub Copilot.
API Endpoint
GEThttps://auth.merlin.build/api/public/wiki/docker/compose/agentReturns JSON with full documentation structure including services, architecture, API reference, and code insights.
How to Use with AI Agents
Copy this prompt to use with Claude, ChatGPT, or any AI coding assistant:
I need help working on the "docker/compose" codebase. Here's the AI-optimized documentation URL: https://merlin.build/wiki/docker/compose/agent Instructions: 1. Fetch the documentation from the URL above 2. Review the project structure, services, and architecture 3. Use this context to help me with questions about the codebase
Response Preview
{
"name": "docker/compose",
"owner": "docker",
"repo": "compose",
"documentation": {
"overview": "...",
"architecture": "...",
"services": "...",
"modules": "...",
"apiReference": "..."
}
}