Getting Started
Quick Start
Get your first AI agent running with Sprig in a few minutes.
By the end of this guide, you’ll have:
One working agent
A connected knowledge source
A simple workflow
A test run via UI or API
Step 1: Create a Project
Projects help you organize agents, data, and workflows.
Sign in to Sprig
Click New Project
Give it a name (e.g.
Support Automation)
You can always add more projects later.
Step 2: Create Your First Agent
Agents are the core of Sprig.
Go to Agents → Create Agent
Add the basic details:
Name: Support Agent
Role: Answer product questions
Instructions: Respond clearly using only approved documentation
Example configuration:
Save the agent.
Step 3: Connect Knowledge
Agents are only as good as their data.
Go to Knowledge → Add Source
Choose a source type:
Website
Document
Text
Add your product docs or help center URL
Example knowledge source:
Once indexed, your agent can reference this information.
Step 4: Create a Simple Workflow
Workflows define when agents run.
Go to Workflows → Create Workflow
Choose a trigger (e.g. API request)
Add your agent as a step
Example workflow:
What’s Next?
From here, you can:
Add conditional logic to workflows
Connect integrations
Deploy agents across your product
Use the API for advanced control