Optionaloptions: { env?: string; host?: string; token?: string }ProtectedenvProtectedhostProtectedtokenDeactivate an installed integration. POST /v1/integration/{id}/deactivate
List explorable integration templates (subscription/geo aware). GET /v1/integrations/explore
Install (integrate) an integration into the current project. POST /v1/integrate
Optionaldata: Record<string, any>List marketplace-available integrations (subscription/geo aware). GET /v1/marketplace/integrations
Advance/update the onboarding state of an installed integration. POST /v1/integration/{id}/onboarding
Uninstall (remove) an integration from the current project. PUT /v1/integrate
Activate an installed integration. POST /v1/integration/{id}/activate