curl --request POST \
--url https://eu-gcp-api.vg-stuff.com/v3/agents \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"agent": {
"title": "My Customer Service Agent",
"description": "An AI agent that handles customer inquiries",
"nodes": [],
"ownerID": "workspace_123",
"lastModified": 1234567890,
"SECRET_API_KEY": "vg_abcdef123456"
}
}
'