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.
Prerequisites
Section titled “Prerequisites”- A Spawnbase account (sign up here)
- An idea for what you want to automate
Step 1: Create an Agent
Section titled “Step 1: Create an Agent”- Log in to your Spawnbase dashboard
- Click New Agent
- The workflow builder opens with the copilot panel ready
Step 2: Describe What You Want
Section titled “Step 2: Describe What You Want”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 SlackThe 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
Step 3: Review the Canvas
Section titled “Step 3: Review the Canvas”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.
Step 4: Connect Your Apps
Section titled “Step 4: Connect Your Apps”Before running, connect the apps your agent uses:
- Click the Sentry node → Connect → authorize via OAuth
- Click the Slack node → Connect → authorize your workspace
Connections are saved — you only do this once.
Step 5: Test
Section titled “Step 5: Test”- Click Run in the header
- Watch each node execute in real-time
- Click any node to inspect its input and output
- Fix errors and re-run if needed
Step 6: Deploy
Section titled “Step 6: Deploy”Once testing passes, click Deploy. Your agent is live and will run every morning at 9am.
What’s Next?
Section titled “What’s Next?”- Learn what agents are and how they work
- Explore the visual builder in depth
- Browse all supported apps
- Read a use-case guide: Automate Sentry triage