---
title: "File Integration Into Workspace"
method: POST
path: "/v1/workspaces/{workspace_id}/integration"
tags: ["Workspaces"]
---

# File Integration Into Workspace

`POST /v1/workspaces/{workspace_id}/integration`

Point the organization's provider integration at this workspace.

Everything a provider sync creates from here on files into this workspace instead of the
organization default, so a team's newly synced agents land in the team's workspace.

Existing agents are NOT relocated: an agent already synced keeps the workspace it is in,
which is the same rule sync_workspace_id follows when it re-syncs one. Resources are only
ever created into a workspace, never moved between them.

Org admin only. Passing the default workspace restores the previous behaviour.

## Path parameters

- `workspace_id` string, required

## Headers

- `X-API-Key` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.dev/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/bf69ab7268a4/schema)
