---
title: "Sync Tenant Integration Tools"
method: POST
path: "/api/v1/admin/tool-sync/tenant-integration/{tenant_integration_id}"
tags: ["Tool Sync (Admin)"]
---

# Sync Tenant Integration Tools

`POST /api/v1/admin/tool-sync/tenant-integration/{tenant_integration_id}`

Sync tools for all agents using a specific tenant integration.

Compares available tools from the discovery provider against provisioned
tools and adds any missing ones.

Requires superadmin authentication.

## Path parameters

- `tenant_integration_id` string, uuid, required

## Response `200`

Successful Response

- TenantSyncResponse — Response for syncing all agents using a tenant integration.
  - `agent_integrations_synced` integer, required
  - `total_tools_added` integer, required
  - `errors` string[], required
  - `success` boolean, required

## Other responses

- `422` — Validation Error

---

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