Sophos Central
Sophos Central security operations for alerts, endpoints, isolation, and scans.
Tools
| Name | Description |
|---|---|
list_alertsList Sophos Central alerts from the Common API. | List Sophos Central alerts from the Common API. |
update_alertUpdate a Sophos Central alert status by exact alert ID. | Update a Sophos Central alert status by exact alert ID. |
list_endpointsList Sophos Central endpoints with bounded pagination. | List Sophos Central endpoints with bounded pagination. |
set_endpoint_isolationTurn Sophos endpoint isolation on or off for exact endpoint IDs. | Turn Sophos endpoint isolation on or off for exact endpoint IDs. |
scan_endpointStart a Sophos Central endpoint scan by exact endpoint ID. | Start a Sophos Central endpoint scan by exact endpoint ID. |
Triggers
| Name | Description |
|---|---|
new_alertTriggers when Sophos Central alert polling observes a new alert after the first baseline run. | Triggers when Sophos Central alert polling observes a new alert after the first baseline run. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('sophos-central', 'list_alerts', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'sophos-central',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Sophos Central to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Sophos Central support?
Sophos Central supports 5 tools including List Alerts, Update Alert, List Endpoints, Set Endpoint Isolation, Scan Endpoint.
Can I use Sophos Central with AI agents?
Yes. Add Sophos Central to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Sophos Central be used in stateful agent workflows?
Yes. Agents can combine Sophos Central tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Sophos Central use?
Sophos Central uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Sophos Central integration cost?
The Sophos Central integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Sophos Central support?
Sophos Central supports 1 triggers including New Alert.
Connect Sophos Central in minutes
Get 20,000 free action executions every month. No credit card required.