AI Workflow Framework
Build AI-powered content generation workflows with RebusAI. Create websites, ebooks, courses, surveys, and videos automatically.
Popular Topics
Available Workflows
The AI Workflow Framework includes five production-ready workflows for generating different types of content.
| Workflow | Output | Stages | Approvals | |
|---|---|---|---|---|
| Website | Multi-page responsive website | 9 | 2 | Learn more |
| Ebook | Complete book with chapters | 7 | 2 | Learn more |
| Course | Educational course with modules | 6 | 2 | Learn more |
| Survey | Professional questionnaire | 4 | 1 | Learn more |
| Video | Script + slides + narration | 9 | 2 | Learn more |
Quick Example
Create a website project programmatically:
Python
# Create a website project via RebusAI shell
project = env['project.project'].create({
'name': 'My Company Website',
'ai_template_id': env.ref('ai_workflow_website.website_template').id,
})
# Configure project parameters
project.write({
'ai_params': {
'industry': 'Technology',
'website_type': 'corporate',
'page_count': 5,
'target_audience': 'B2B decision makers',
'description': 'Professional website for a SaaS company',
}
})
# Start the workflow
project.action_start_workflow()
Need help?
Can't find what you're looking for? Check our tutorials or reach out for support.