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

# Sync Amelia Agents

`POST /v1/integrations/amelia/sync`

Import the org's Amelia cognitive agents, then re-pull what Bluejay already tracks.

Every cognitive agent the credentials can see becomes a Bluejay agent, deduped on the Amelia
agent's uuid. Flows are not a roster: a domain's flows are components of one bot, so a flow is
only ever refreshed on an agent that already names one. Agents missing a domain code, or naming
neither a flow nor a cognitive agent, are skipped rather than failed, so one unconfigured agent
can't block the rest.

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- object

## 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/f48cef80963f/schema)
