Galileo · Example Payload

Galileo Ai Create Project Example

AI EvaluationAI ObservabilityGenAIGuardrailsAgentic AILLMTracingExperimentsPromptsDatasets

Galileo Ai Create Project Example is an example object payload from Galileo, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "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..."
    }
  }
}