{
"deployments": [
{
"id": "deployment-uuid-1",
"appId": "ca7a1b8c-a4d4-4824-b92d-89d5b297eb62",
"vercelDeploymentId": "dpl_abc123xyz",
"url": "https://naive-my-landing-page-ca7a1b-h7k2m.vercel.app",
"status": "production",
"isProduction": true,
"triggeredBy": "agent",
"createdAt": "2026-01-15T12:00:00Z"
},
{
"id": "deployment-uuid-2",
"appId": "ca7a1b8c-a4d4-4824-b92d-89d5b297eb62",
"vercelDeploymentId": "dpl_def456",
"url": "https://naive-my-landing-page-ca7a1b-j3n9p.vercel.app",
"status": "preview",
"isProduction": false,
"triggeredBy": "agent",
"createdAt": "2026-01-14T09:30:00Z"
}
]
}