quantumtaskai-caprover/agents/configs/agents/ai-voice-agent.json
thecyberlearn b0e8c917ef Initial clean CapRover deployment - no secrets
Complete Django AI agent marketplace with security optimizations
and clean deployment documentation without any API keys or secrets.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-04 10:50:55 +05:30

16 lines
693 B
JSON

{
"slug": "ai-voice-agent",
"name": "AI Voice Agent",
"short_description": "Transform your content with AI-powered voice generation and audio solutions",
"description": "Create professional voiceovers, podcasts, and audio content using advanced AI voice technology. Perfect for marketing campaigns, educational content, and multimedia projects.",
"category": "marketing",
"price": 0.0,
"agent_type": "form",
"system_type": "direct_access",
"form_schema": {
"fields": []
},
"webhook_url": "https://agent.jotform.com/0198a8860b46796895f2a40367a6cea4df0c/voice",
"access_url_name": "agents:direct_access_handler",
"display_url_name": "agents:direct_access_display"
}