---
title: "Sync Vapi Agents"
method: POST
path: "/v1/integrations/vapi/sync"
tags: ["vapi"]
---

# Sync Vapi Agents

`POST /v1/integrations/vapi/sync`

Trigger an async sync of all Vapi assistants into Bluejay agents.

Admins may pass organization_id to sync any org.
Non-admins are restricted to their own org.

## Headers

- `X-API-Key` string, required

## Request body

- SyncVapiAgentsRequest
  - `organization_id` string, nullable
  - `dry_run` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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