Skip to main content
POST
/
api
/
integrations
/
sync-tools
Sync integration tools
curl --request POST \
  --url https://api.agentixx.io/api/integrations/sync-tools \
  --header 'Content-Type: application/json' \
  --header 'x-tenant-id: <api-key>' \
  --cookie better-auth.session_token= \
  --data '{}'
{
  "ok": true,
  "updated": 123
}

Authorizations

better-auth.session_token
string
cookie
required

Session cookie set by Better Auth on sign-in.

x-tenant-id
string
header
required

Tenant/workspace UUID. Required on all /api/* endpoints.

Body

application/json

Sync integration tool descriptions from registry

Response

Tools synced

ok
boolean
required
updated
number
required