{
                "service": "Digital Ocean Domains API & Webflow OAuth Proxy",
                "endpoints": {
                    "/domains.json": "Get domains list (requires token)",
                    "/static/": "Browse static files (requires token)",
                    "/health": "Health check (no auth)",
                    "/webflow/auth": "Start Webflow OAuth authorization",
                    "/webflow/auth/automated": "Automated OAuth for ETL/server use (POST)",
                    "/webflow/redirect": "OAuth callback endpoint",
                    "/webflow/token/status": "Check OAuth token status",
                    "/webflow/api/*": "Proxy to Webflow API (handles OAuth automatically)"
                },
                "authentication": {
                    "domains_api": {
                        "query_param": "?token=your_token",
                        "header": "Authorization: Bearer your_token"
                    },
                    "webflow_api": "OAuth handled automatically - visit /webflow/auth to authorize"
                },
                "examples": {
                    "webflow_sites": "/webflow/api/v2/sites",
                    "webflow_collections": "/webflow/api/v2/sites/{site_id}/collections"
                }
            }