curl -X POST https://mtxbiyilvgwhbdptysex.supabase.co/functions/v1/list-agents \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"is_active": true}'
{
"agents": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Sarah - Receptionist",
"agent_type": "both",
"voice_provider": "elevenlabs",
"is_active": true,
"is_default": true,
"created_at": "2024-01-10T10:00:00Z"
},
{
"id": "661f9511-f30c-52e5-b827-557766551111",
"name": "Mike - Sales",
"agent_type": "outbound",
"voice_provider": "openai",
"is_active": true,
"is_default": false,
"created_at": "2024-01-12T14:00:00Z"
}
],
"total": 2
}
List all AI agents in your account
curl -X POST https://mtxbiyilvgwhbdptysex.supabase.co/functions/v1/list-agents \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"is_active": true}'
{
"agents": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Sarah - Receptionist",
"agent_type": "both",
"voice_provider": "elevenlabs",
"is_active": true,
"is_default": true,
"created_at": "2024-01-10T10:00:00Z"
},
{
"id": "661f9511-f30c-52e5-b827-557766551111",
"name": "Mike - Sales",
"agent_type": "outbound",
"voice_provider": "openai",
"is_active": true,
"is_default": false,
"created_at": "2024-01-12T14:00:00Z"
}
],
"total": 2
}
inbound, outbound, or both.curl -X POST https://mtxbiyilvgwhbdptysex.supabase.co/functions/v1/list-agents \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"is_active": true}'
{
"agents": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Sarah - Receptionist",
"agent_type": "both",
"voice_provider": "elevenlabs",
"is_active": true,
"is_default": true,
"created_at": "2024-01-10T10:00:00Z"
},
{
"id": "661f9511-f30c-52e5-b827-557766551111",
"name": "Mike - Sales",
"agent_type": "outbound",
"voice_provider": "openai",
"is_active": true,
"is_default": false,
"created_at": "2024-01-12T14:00:00Z"
}
],
"total": 2
}