Quickstart
This guide walks you through creating your first automated process.
1. Create an account
Sign up at neudash.com and create a workspace. Each workspace is an isolated environment with its own processes, streams, and integrations.
2. Create a process
From your workspace dashboard, click New Process. Describe what you want to automate:
“Every Monday morning, pull last week’s sales from my Google Sheet, calculate totals by region, and email a summary to the team.”
Neudash generates Python code that implements this workflow. You can review and edit the code before running it.
3. Connect integrations
Your process needs access to Google Sheets and email. Go to Settings > Integrations and connect your Google Workspace account. Neudash uses OAuth so your credentials stay secure.
4. Run your process
Click Run to execute immediately, or set up a schedule (e.g., every Monday at 8am). Each run creates a log with outputs, errors, and timing information.
5. Monitor and iterate
The Runs tab shows execution history. If something fails, the AI agent can diagnose the issue and suggest fixes. You can also edit the process code directly.
What’s next
- Core Concepts — workspaces, processes, streams, and configurations are the key building blocks
- Integrations — connect Google Workspace, Slack, and more via OAuth in Settings