---
title: Pipelines
description: Discover Storyblok's documentation with comprehensive developer guides, user manuals, API references, and examples to help you get the most out of the headless CMS platform.
url: https://storyblok.com/docs/api/management/pipelines
---

# Pipelines

With Storyblok’s pipeline stages, define a strict content staging workflow in your space. This is crucial if you want to create a reliable production environment. You can define multiple stages, each with its API access token for your content, to preview and test before it goes live.

The branches endpoint allows you to retrieve, create, update, and delete pipelines.

Endpoint

```bash
/v1/spaces/:space_id/branches
```

## Pagination

-   [Previous: Get User Info](/docs/api/management/oauth/get-user-info)
-   [Next: Create a Branch](/docs/api/management/pipelines/create-a-branch)
