---
title: Branch Deployments
description: Discover how to create branch deployments using MAPI.
url: https://storyblok.com/docs/api/management/branch-deployments
---

# Branch Deployments

Endpoint

```bash
POST /v1/spaces/:space_id/deployments
```

This endpoint is used to trigger the deployment process across the branches. Stories created via the Management API are created in the default branch. Subsequently, they can be released to other branches (e.g. Staging, Production) by creating a branch deployment and triggering it.

> [!NOTE]
> Install the [Pipelines app](https://www.storyblok.com/apps/branches) to use this endpoint.

## Pagination

-   [Previous: Update an AI Style Group in an Organization](/docs/api/management/ai-style-groups/organizations/update-ai-style-group-organization)
-   [Next: Create a Branch Deployment](/docs/api/management/branch-deployments/create-a-branch-deployment)
