curl --location --request GET 'https://snakk-backend-production.up.railway.app/api/agents' \
--header 'X-API-Key: <api-key>'{
"agents": [
{
"id": "agent-uuid",
"name": "Support Agent",
"phone_number": "+4712345678",
"instructions": "Du er en support agent",
"voice": "marin",
"is_active": true,
"tools": [
{
"id": "tool-uuid",
"name": "checkWeather",
"webhook_url": "https://hook.eu2.make.com/xxx"
}
]
}
]
}