General Questions
What is Rilo?
What is Rilo?
Do I need to know how to code?
Do I need to know how to code?
What programming language does Rilo use?
What programming language does Rilo use?
Is my data secure?
Is my data secure?
Can I self-host Rilo?
Can I self-host Rilo?
Workflow Capabilities
What can I automate with Rilo?
What can I automate with Rilo?
- Data scraping and collection
- Content generation and processing
- Email and communication workflows
- Social media posting and monitoring
- Data analysis and reporting
- Integration between different services
- And much more!
What are the limitations of Rilo workflows?
What are the limitations of Rilo workflows?
- Workflows are DAGs (no circular dependencies)
- Each workflow has exactly one trigger type
- Cannot access data from previous workflow runs directly
- Social scraping only accesses public data
- Cannot connect to multiple accounts of the same tool in one workflow See Workflow Limitations for details.
Can workflows access data from previous runs?
Can workflows access data from previous runs?
Can I use multiple accounts of the same tool in one workflow?
Can I use multiple accounts of the same tool in one workflow?
What file types can I upload?
What file types can I upload?
Integrations
How many integrations does Rilo support?
How many integrations does Rilo support?
Can I add custom integrations?
Can I add custom integrations?
- Custom APIs: Connect to any REST API
- MCP Servers: Extend Rilo with Model Context Protocol servers Both become available as libraries in your workflows.
What is MCP?
What is MCP?
How do I connect to a service?
How do I connect to a service?
Can I use webhooks as triggers?
Can I use webhooks as triggers?
Workflow Execution
How are workflows executed?
How are workflows executed?
What happens if a block fails?
What happens if a block fails?
Can I pause a workflow execution?
Can I pause a workflow execution?
How long can workflows run?
How long can workflows run?
Can workflows run in parallel?
Can workflows run in parallel?
Credits and Billing
How do credits work?
How do credits work?
What happens if I run out of credits?
What happens if I run out of credits?
Do unused monthly credits roll over?
Do unused monthly credits roll over?
Can I get a refund?
Can I get a refund?
How much do AI operations cost?
How much do AI operations cost?
Workflow Limitations
1. Single Trigger Type
Each workflow can have exactly one trigger type:- Manual trigger
- Scheduled trigger (e.g., “daily at 9 AM”)
- App event trigger (e.g., “when new email arrives”)
2. No Circular Dependencies
Workflows are DAGs (Directed Acyclic Graphs). Blocks cannot depend on each other in a circular way. Each block must have a clear execution order.3. Data Persistence
Workflows cannot access data from previous runs directly. Each execution is isolated. To persist data between runs:- Write to external storage (Google Sheets, databases, file storage)
- Read from those sources in subsequent workflow runs
4. Social Scraping - Public Data Only
Social scraping tools can only access public data:- ✅ Public posts, tweets, Instagram posts
- ❌ Private accounts, DMs, restricted content
5. Single Account Per Tool
You cannot connect to multiple accounts of the same tool in one workflow:- ❌ Fetch from Gmail account A and send from Gmail account B
- ❌ Read from Google Sheet in workspace A and write to Sheet in workspace B
6. Security Restrictions
Rilo never creates blocks that:- Access environment variables or system configuration
- Read API keys, secrets, tokens, or credentials
- Execute shell commands or system calls
- Access system files
- Send data to arbitrary external URLs
Troubleshooting
My workflow isn't executing
My workflow isn't executing
- Do you have enough credits?
- Is the workflow in “verified” state?
- Are all required integrations connected?
- Check the execution logs for error messages
Integration connection failed
Integration connection failed
- Ensure you have the correct permissions
- Try disconnecting and reconnecting
- Check if the service requires additional OAuth scopes
- Contact support if the issue persists
Generated code has errors
Generated code has errors
- Review the block instructions - they may be unclear
- Check if all required config fields are set
- Verify that the required tools are available
- Try regenerating the code with more specific instructions
Workflow is consuming too many credits
Workflow is consuming too many credits
- Review which blocks are using the most credits
- Optimize AI operations (use simpler models when possible)
- Consider caching results when appropriate
- Check for unnecessary API calls
Getting Help
- Documentation: Browse our guides and feature documentation
- Support Email: [email protected]
- Feature Requests: We’re always improving based on user feedback
Still have questions? Check out our Features documentation or Integrations guide.