{ "request": { "method": "POST", "url": "https://api.galileo.ai/v2/projects", "headers": { "Galileo-API-Key": "$GALILEO_API_KEY", "Content-Type": "application/json" }, "body": { "name": "rag-eval-q3", "type": "gen_ai" } }, "response": { "status": 201, "body": { "id": "8c2b1f7e-1a3c-4f70-9e0d-8a4b9f0e1d22", "name": "rag-eval-q3", "type": "gen_ai", "created_at": "2026-05-25T12:00:00Z", "created_by": "user_01HZ..." } } }