Skip to content

Connect Developer Overview

TROPIKAL Connect adapters let a website system expose approved Connected Data to Tropikal. Install the adapter in the website project, open the local admin screen, connect the site, then grant Read, Write, or Delete per business object.

The adapter does not run website chat or workflows. Tropikal uses approved Connected Data after the site owner syncs it in the Website dashboard.

Choose a Connector

Website systemPackageUse when
Laravel Filamenttropikal-ai/connect-filamentYour site uses Laravel 11 or 12 with Filament 3.
WordPresstropikal-ai/connect-wordpressYour site runs WordPress and you want a normal plugin install path.
n2n Rockettropikal-ai/connect-n2nYour site uses n2n Rocket CMF.
Custom PHP adaptertropikal-ai/connectYou are building a connector for another PHP system.

Connector Lifecycle

  1. Install the connector package.
  2. Open the connector admin screen in the website system.
  3. Click Connect.
  4. Review discovered business objects.
  5. Enable Read, Write, or Delete only where needed.
  6. Return to Tropikal and click Sync Connected Data.
  7. Use the approved objects in website chat or workflows.

Default access is none. Empty grants expose nothing.

Security Defaults

  • Setup is completed from the local admin screen.
  • Administrators do not paste private credentials into Tropikal.
  • Browser pages receive safe status only.
  • Server-to-server bridge calls are signed.
  • Reads return approved fields only.
  • Writes accept approved fields only.
  • Delete requires its own grant.
  • Mutations are audit logged by the connector where supported.