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 hosts safe same-origin Website Chat and Calendar Booking routes. TROPIKAL still owns the Jobs, workflow execution, Calendar policy, and provider access. Approved Connected Data remains available after the site owner syncs it in the Website dashboard.
Choose a Connector
| Website system | Package | Use when |
|---|---|---|
| Laravel Filament | tropikal-ai/connect-filament |
Your site uses Laravel 11 or 12 with Filament 3. |
| WordPress | tropikal-ai/connect-wordpress |
Your site runs WordPress and you want a normal plugin install path. |
| n2n Rocket | tropikal-ai/connect-n2n |
Your site uses n2n Rocket CMF. |
| Custom PHP adapter | tropikal-ai/connect |
You are building a connector for another PHP system. |
Connector Lifecycle
- Install the connector package.
- Open the connector admin screen in the website system.
- Click Connect.
- Review discovered business objects.
- Enable Read, Write, or Delete only where needed.
- Return to TROPIKAL and click Sync Connected Data.
- Use the approved objects in website chat or jobs.
- Use Add Job in the local admin screen to activate Chat or Booking.
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.
- Public Chat and Booking calls stay same-origin and contain no private connector credentials.