Build AI Workflows
Without Code
Everything you need to know to build powerful AI workflows with AgentCanvas. From quick start guides to advanced API documentation.
Get Started in Minutes
Follow these simple steps to create your first AI workflow
Getting Started
Learn the basics of AgentCanvas
Introduction
AgentCanvas lets you build AI-powered applications visually—no coding required. Simply drag and connect different building blocks to create workflows that can process information, generate content, and automate tasks. Think of it like building with LEGO blocks, but for creating intelligent software.
Quick Start Guide
Get started in five steps: Create your account, choose how you want to begin (from scratch, a template, or let AI help you), build your workflow by connecting nodes together, customize how it looks and works, then launch it. You'll have your first working application in just a few minutes.
Account Setup
Sign up with your email to get started. Once registered, you'll be on our free tier where you pay only for what you use. You can upgrade anytime to get monthly credits included with your subscription. Manage your billing, track your usage, and invite team members—all from your account dashboard.
Core Concepts
Understanding the platform fundamentals
Visual Builder
Create workflows by dragging building blocks onto the canvas and connecting them together. Find tools in the node library—things like inputs, outputs, triggers, and processing steps. Click and drag from one node's output to another's input to connect them. Each node has settings you can customize, and you can zoom, pan, and navigate your workflow easily. Undo and redo let you experiment safely.
AI Integration
Connect to popular AI services like ChatGPT (GPT-4, GPT-4o), Claude, Gemini, and others. Each AI service offers different models with varying capabilities and costs. Add your API keys in settings, then use AI nodes in your workflows to generate text, understand data, or make smart decisions. The system automatically calculates costs based on how much you use each service.
Data Flow
Information flows through your workflow from one step to the next. When you connect nodes, the output from one becomes the input for another. The system figures out the right order to run things in, and can run independent steps at the same time for speed. You can reference data from earlier steps anywhere in your workflow using simple placeholders.
Features & Capabilities
Explore platform capabilities
Workflow Designer
The visual designer is where you build your application's logic. You'll use it in Step 3 of creating a new app. It shows you all available tools, lets you test your workflow as you build it, estimates costs before you run anything, and helps catch connection errors early. You can save your progress, export your work, and collaborate with teammates in real-time. Each building block can be customized and connected in multiple ways.
Template Library
Skip the setup and start with ready-made templates from our marketplace. These templates handle common tasks like generating content, processing data, connecting to external services, and automating repetitive work. Import a template directly into the Application Wizard, then customize it to match what you need. Browse by what you're trying to accomplish, or search for specific features.
Team Collaboration
Work on workflows together with your team in real-time. See who else is working on the same project, watch their cursor move, and see changes as they happen—just like editing a document together in Google Docs. Each person gets a color, so you can tell who's doing what. Set permissions so people can view, edit, or manage access. Enterprise accounts can even start voice or video calls directly from the collaboration panel.
API & Development
Technical documentation for developers
API Integration
Programmatically control every aspect of the platform through our API. Create and manage workflows, run applications, interact with AI models, connect external services, collaborate with your team, and handle billing—all through standard HTTP requests. All responses come in JSON format, and you can filter, paginate, and choose which fields to receive.
Authentication
Secure your API access with authentication tokens. Log in with your email and password to get a token, or register for a new account. Tokens last 24 hours, and you can refresh them when they're about to expire. Include your token in the Authorization header of each request. Enterprise customers can use their organization's single sign-on system instead.
Webhooks
Get notified instantly when important events happen in your workflows. Set up webhooks to receive notifications when a workflow starts or finishes, when specific steps complete, if errors occur, or when status changes. Configure these in your workflow settings or through the API. The system automatically retries failed deliveries and verifies that notifications are authentic.
Security
Essential security guidance for building safe and reliable workflows. Learn about the principle of least privilege, reviewing AI output, data protection, access control, and compliance best practices.