{
    "success": true,
    "service": "grafikit-developer-api",
    "scope": "root",
    "version": "0.2.0",
    "authentication": {
        "developer_key": "Authorization: Bearer grf_mcp_live_...",
        "key_url": "https://www.grafikit.com/developers/mcp/"
    },
    "mcp": {
        "endpoint": "https://mcp.grafikit.com/mcp",
        "discovery": "https://mcp.grafikit.com/.well-known/mcp.json",
        "docs": "https://www.grafikit.com/docs/mcp/"
    },
    "rest": {
        "images": {
            "background_remove": {
                "method": "POST",
                "url": "https://api.grafikit.com/v1/images/background-remove",
                "service_url": "https://api.grafikit.com/bgremover/",
                "auth": "developer_key",
                "description": "Remove image backgrounds and return transparent PNG artwork."
            }
        },
        "print_prepare": {
            "method": "POST",
            "url": "https://api.grafikit.com/print/developer/prepare",
            "auth": "developer_key",
            "description": "Prepare print-ready sticker files from a public HTTPS artwork URL."
        }
    },
    "internal": {
        "print_prepare": "Server-secret protected endpoint for Grafikit services."
    }
}