Swarmz
Integrations

Test a connector

Verify setup, permissions, reads, writes, reconnect, and account isolation

Test the connection path and the provider result before relying on a connector in a published app. A green connection badge proves authorization completed; it does not prove every requested operation has the required permission.

Shared connection checklist

  1. Connect a test provider account from the connector card.
  2. Ask the AI for one safe read and confirm the returned item in the provider.
  3. If the connector supports writes, create one disposable item. Confirm its exact content in the provider, then remove or archive it.
  4. Revoke the app in the provider console and repeat the read. Confirm Swarmz asks for reconnection without exposing a token.
  5. Reconnect and repeat the original read.

Published app-user checklist

Follow the two-user isolation test in Connect accounts for published app users. Test with separate browser profiles so sessions cannot share cookies.

Check failure behavior

Test the failures your app handles:

FailureExpected app behavior
User has not connectedShow a connect action; do not call the provider repeatedly
Missing permissionExplain which permission is required and offer reconnect
Revoked or expired authorizationPreserve app data and offer reconnect
Provider rate limitBack off for the returned retry period
Provider unavailableKeep the action retryable and avoid duplicate writes
Connector disabledBlock new work while keeping disconnect available

Protect test data

Use a provider sandbox or a clearly named test workspace where available. Never paste OAuth client secrets, provider tokens, project gateway keys, or customer records into chat. Connector write operations during a build still require the normal AI write approval.

On this page