Kandji
Apple device management for Kandji devices, users, blueprints, and Lost Mode operations.
Tools
| Name | Description |
|---|---|
list_devicesList Kandji Apple device records with bounded pagination. | List Kandji Apple device records with bounded pagination. |
get_deviceGet Kandji device details by exact device ID. | Get Kandji device details by exact device ID. |
list_blueprintsList Kandji blueprints for assignment and fleet review. | List Kandji blueprints for assignment and fleet review. |
list_usersList Kandji user records with bounded pagination. | List Kandji user records with bounded pagination. |
get_lost_mode_detailsGet Kandji Lost Mode details for a specific device. | Get Kandji Lost Mode details for a specific device. |
send_device_actionSend an official Kandji device action such as lock, restart, shutdown, daily check-in, update inventory, or Lost Mode enablement. | Send an official Kandji device action such as lock, restart, shutdown, daily check-in, update inventory, or Lost Mode enablement. |
cancel_lost_modeCancel Kandji Lost Mode for one exact device ID. | Cancel Kandji Lost Mode for one exact device ID. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('kandji', 'list_devices', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'kandji',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Kandji to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Kandji support?
Kandji supports 7 tools including List Devices, Get Device, List Blueprints, List Users, Get Lost Mode Details, and more.
Can I use Kandji with AI agents?
Yes. Add Kandji 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 Kandji be used in stateful agent workflows?
Yes. Agents can combine Kandji 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 Kandji use?
Kandji uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Kandji integration cost?
The Kandji integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Kandji in minutes
Get 20,000 free action executions every month. No credit card required.