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.

  1. Sign in to Sprig

  2. Click New Project

  3. 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.

  1. Go to Agents → Create Agent

  2. Add the basic details:

    • Name: Support Agent

    • Role: Answer product questions

    • Instructions: Respond clearly using only approved documentation

Example configuration:

{
  "name": "Support Agent",
  "instructions": "Answer user questions using verified product docs only.",
  "temperature": 0.2
}

Save the agent.

Step 3: Connect Knowledge

Agents are only as good as their data.

  1. Go to Knowledge → Add Source

  2. Choose a source type:

    • Website

    • Document

    • Text

  3. 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.

  1. Go to Workflows → Create Workflow

  2. Choose a trigger (e.g. API request)

  3. 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

Create a free website with Framer, the website builder loved by startups, designers and agencies.