Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Authorize Member
zerotier:authorize_member
Authorize a member to join a ZeroTier network and optionally assign specific IPs.
Write
Medium risk
Create Network
zerotier:create_network
Create a new ZeroTier network with specified configuration.
Write
Medium risk
Deauthorize Member
zerotier:deauthorize_member
Deauthorize a member from a ZeroTier network, blocking their access.
Write
Medium risk
Delete Member
zerotier:delete_member
Permanently delete a member from a ZeroTier network. This action cannot be undone.
Write
High risk
Delete Network
zerotier:delete_network
Permanently delete a ZeroTier network. This action cannot be undone.
Write
High risk
Get Member
zerotier:get_member
Fetch a single network member by ID with authorization and IP assignment details.
Read
Low risk
Get Network
zerotier:get_network
Fetch a single network by ID with configuration and member count.
Read
Low risk
Get Organization
zerotier:get_organization
Fetch organization details and usage information.
Read
Low risk
Get Status
zerotier:get_status
Get the current status of the ZeroTier API and your account.
Read
Low risk
List Members
zerotier:list_members
List all members of a ZeroTier network with filtering options.
Read
Low risk
List Networks
zerotier:list_networks
List all networks accessible with the current API key.
Read
Low risk
Update Network
zerotier:update_network
Update an existing ZeroTier network configuration.
Write
Medium risk