Documentation

Learn Suruf

Everything you need to build, integrate, and scale with Suruf. From quick starts to advanced API guides.

Search documentation...⌘K

Getting Started

Follow our step-by-step guide to set up your Suruf workspace

Suruf Docs

v2.0.0

Search docs...⌘K
EnglishGitHub

Quick Start Guide

Get up and running in under 30 minutes

Progress1 of 4 completed

Create Your Account

Sign up for free and verify your email address

2 min
2

Set Up Your Workspace

Create your first workspace and invite team members

5 min
3

Connect Your Tools

Integrate with your existing apps and services

10 min
4

Build Your First Workflow

Create an automated workflow using our visual builder

15 min
API Reference

Build Anything with Our API

Our comprehensive REST and GraphQL APIs let you integrate Suruf into any workflow. Full SDK support for JavaScript, Python, Ruby, and more.

REST API

Full CRUD operations with JSON responses

GraphQL

Query exactly what you need

API Request
const suruf = require('@suruf/sdk');

const client = new suruf.Client({
  apiKey: 'sk_live_...',
});

// Create a new workspace
const workspace = await client.workspaces.create({
  name: 'My Workspace',
});
JavaScriptNode.js 18+
View in API Reference

Video Tutorials

Learn by watching step-by-step video guides

Getting Started with Suruf

Complete walkthrough • 12:45

Chapters

5 sections
Also available in:

Can't Find What You Need?

Our support team is here to help. Reach out and we'll get back to you within 24 hours.