Skip to content

Quickstart

Spawnbase is an AI-powered platform for building agents that automate real work. Describe what you want in plain English, and the AI copilot builds it. Then fine-tune on the visual canvas.

  • A Spawnbase account (sign up here)
  • An idea for what you want to automate
  1. Log in to your Spawnbase dashboard
  2. Click New Agent
  3. The workflow builder opens with the copilot panel ready

In the copilot chat, describe your automation:

Every morning at 9am, pull unresolved Sentry issues,
summarize the critical ones with AI, and post the summary to #engineering in Slack

The copilot plans the workflow and builds the nodes on the canvas:

  • Schedule Trigger — daily at 9:00 AM
  • Sentry Action — fetch unresolved issues
  • AI Agent — summarize and prioritize by severity
  • Slack Action — post to #engineering

The generated workflow appears on the canvas. Each node shows its type, label, and connections. Click any node to see and edit its configuration in the side panel.

Before running, connect the apps your agent uses:

  1. Click the Sentry node → Connect → authorize via OAuth
  2. Click the Slack node → Connect → authorize your workspace

Connections are saved — you only do this once.

  1. Click Run in the header
  2. Watch each node execute in real-time
  3. Click any node to inspect its input and output
  4. Fix errors and re-run if needed

Once testing passes, click Deploy. Your agent is live and will run every morning at 9am.