Skip to main content

Quick Start

Build and deploy your first workflow in under 5 minutes.

1. Create an account

Sign up at agents.hakonalabs.com. No credit card required on the free tier.

2. Connect an integration

From the dashboard, go to Integrations and authenticate at least one app. OAuth apps (Slack, GitHub, Google) connect with a single click. For API-key integrations, paste your key into the connection dialog.

3. Open the workflow builder

Click New Workflow from the dashboard. You'll land in the visual canvas.

4. Add a trigger

Click the + button to place a trigger node — for example, "When a new issue is opened in GitHub." Every workflow starts with exactly one trigger.

5. Add an action

Click + after the trigger to add an action node — for example, "Post a message to a Slack channel." Configure the action using the data fields from the trigger.

6. Test and deploy

Click Test Run to execute the workflow with live data. Review the step logs, then click Deploy to activate. The workflow will run automatically whenever the trigger fires.


Next: Connecting Integrations