Skip to main content
⚡ 5 Minutes Beginner

Quick Start Guide

Deploy your first AI agent and start automating tasks in under 5 minutes. No coding required.

🎯 What You'll Build

By the end of this guide, you'll have a working AI agent that can automatically qualify leads, respond to customer inquiries, or handle any of our 74 pre-built automation workflows.

Prerequisites

An email address to create your account
5 minutes of your time
No credit card required to get started
1

Create Your Account

Head to our trial signup page and enter your details:

Sign Up Form
you@company.com
John Smith
Acme Corp
Start Free Trial →
💡

Pro Tip

Use your work email to unlock team collaboration features and easier billing management.

2

Browse the Agent Library

After signing up, you'll land on the Agent Marketplace. Here you can browse our library of pre-built AI agents organized by category:

🎯

Sales & Lead Gen

Lead qualification, follow-ups, appointment booking

💬

Customer Support

Ticket triage, FAQ responses, escalation

📧

Email Automation

Auto-responses, follow-up sequences, inbox management

📊

Data & Analytics

Report generation, data enrichment, insights

Click on any agent to see detailed information about what it does, pricing, and required integrations.

3

Select and Configure Your Agent

Let's use the Lead Qualification Agent as an example. Click on it to open the configuration page:

Configuration Options

How will leads enter this workflow?

📝 Web Form
🔗 Webhook
📊 CRM

What makes a lead "qualified" for your business?

Company size > 50 employees
Budget > $10,000/month
Decision maker role

Where should qualified leads be sent?

💬 Slack Channel
📧 Email
4

Connect Your Integrations

Most agents need to connect to your existing tools. Click "Connect" next to each required integration:

💬

Slack

Send notifications to your team

Connected
📊

HubSpot

Sync leads to your CRM

ℹ️

OAuth Security

All integrations use secure OAuth connections. We never store your passwords.

5

Deploy & Test

Click the "Deploy Agent" button. Your agent will be live within seconds!

🎉 Agent Deployed Successfully!

Your Lead Qualification Agent is now live and processing leads.

Test Your Agent

Use the built-in test feature to verify everything works:

# Test webhook payload
curl -X POST https://agents.inteliworks.com/webhook/abc123 \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Jane Smith",
    "email": "jane@bigcorp.com",
    "company": "BigCorp Inc",
    "employees": 250,
    "budget": "$25,000/month"
  }'