Integrations
disable_integration
Section titled “disable_integration”Disable an integration (by id or slug) so agents no longer see its tools — sets status to “inactive”. Requires ADMIN or OWNER role.
| Parameter | Type | Required | Description |
|---|---|---|---|
| integration | string | yes | |
| org | string | no |
enable_integration
Section titled “enable_integration”Enable an integration (by id or slug) so its tools are exposed to agents — sets status to “active”. Requires ADMIN or OWNER role.
| Parameter | Type | Required | Description |
|---|---|---|---|
| integration | string | yes | |
| org | string | no |
list_integrations
Section titled “list_integrations”List the org’s integrations / connections.
Each has status and an enabled bool (the web UI toggle). A disabled
integration exposes NO tools to agents — so an agent whose allowed_tools
references a disabled integration will run with none of those tools. Use
enable_integration to turn one on. Connecting a brand-new integration
still happens in the web UI (often needs interactive OAuth).
| Parameter | Type | Required | Description |
|---|---|---|---|
| org | string | no |