Operator
← All integrations
Control d logo

Connect Control d to OpenClaw on Operator.io

Control d is a customizable DNS filtering and traffic redirection platform. It helps you manage internet access, enforce policies, and monitor usage across devices and networks.

Automate Control d with AI

Operator runs your personal agent on OpenClaw, the open source agent framework, and points it straight at Control d. You message the agent on Telegram or Discord, tell it what you need in plain language, and it operates Control d on its own, running actions like delete device by id, delete profile, delete profile rule by rule id.

Your agent reaches Control d directly or through connectors like Composio MCP and Pipedream MCP, which handle the sign in and token refresh for you, so there is nothing to wire up and no API keys to paste.

What your agent can do with Control d

Your agent can call any of these Control d actions by name as part of a larger task. Ask for the outcome you want and it picks the right ones.

Delete Device by ID

Permanently delete a Control-D device/endpoint by its ID. WARNING: This is a destructive operation. Deleting a device will break DNS resolution on any physical gadget configured to use this device's unique DNS resolvers. Use GET /devices...

Delete Profile

Permanently deletes a Control D profile by its unique identifier (PK). IMPORTANT: The profile must be orphaned (not enforced by any device) before it can be deleted. If the profile is currently assigned to one or more devices, the deleti...

Delete Profile Rule by Rule ID

Delete a custom DNS rule from a Control D profile by its rule identifier (hostname/domain). This tool removes a DNS filtering rule from the specified profile. Rules in Control D are identified by the hostname/domain they target (e.g., 'e...

Delete Rule from Folder

Delete a custom DNS rule from a specific folder in a Control D profile. This action permanently removes a custom rule (e.g., block, bypass, spoof, or redirect) from the specified folder within a profile. Requires valid profile_id, rule_i...

Delete Profile Schedule

Tool to delete a specific schedule within a profile. Use after confirming profile_id and schedule_id.

List Known Access IPs

List up to the latest 50 IP addresses that were used to query against a specific Device (resolver). Use this to retrieve known access IPs associated with a device in your Control D account.

Get Analytics Endpoints

Tool to list analytics storage regions and their endpoints. Use after authenticating to retrieve available analytics regions.

Get Analytics Levels

Tool to retrieve available analytics log levels for Control D devices. Use when you need to know what analytics options can be configured on devices (No Analytics, Some Analytics, Full Analytics).

Get Billing Payments

Tool to retrieve billing history of all payments made. Use when you need to access payment records, transaction history, or billing information for the account.

Get Billing Products

Retrieve all products currently activated on the Control D account. Use this to view active billing products, subscriptions, and their details.

Get Devices

Lists all Control D devices (endpoints) associated with the account. Each device represents a unique DNS resolver that enforces a Profile (set of filtering rules). Use this to retrieve device inventory, check device status, or get resolv...

Get Device Types

List all allowed device types in Control D. Returns categorized device types (OS, Browser, TV, Router) with their available icon identifiers and human-readable labels. Use when you need to display device type options or validate device i...

Get IP

Tool to retrieve the current IP address and datacenter information for the API request. Use when you need to check which IP address is being used or which Control D datacenter is handling requests.

Get Network Stats

Tool to retrieve network stats on available services in different POPs (Points of Presence). Use when you need information about service availability across Control D's network infrastructure.

Get Organization Members

Tool to view organization membership. Use to retrieve a list of all members in the organization including their email, status, permission levels, and last activity.

Get Organization Details

Tool to view the authenticated organization's details. Use after confirming a valid API token.

Get Sub-Organizations

Tool to view sub-organizations and their details. Use when you need to list all sub-organizations under the authenticated organization account.

Get Profiles

Tool to list all profiles associated with the authenticated account. Use when you need an overview of accessible profiles.

Get Profile Options

Retrieves all available configuration options for DNS profiles in Control D. Returns a list of profile options including security filters (Safe Search, AI Malware Filter), TTL settings, block responses, and advanced DNS options (DNSSEC,...

Get Profile by ID

Tool to retrieve details of a specific profile by its ID. Use when you need full profile details after confirming the profile_id.

Get Profile Analytics

Retrieve analytics data for a Control D profile. Returns DNS query statistics and traffic data for the specified profile. Use profile_id='0' to get analytics for all profiles, or specify a profile ID from the List Profiles endpoint.

Get Profile Analytics Logs

Retrieves DNS query activity logs for a specific Control D profile. This tool fetches analytics logs that record DNS queries made through the profile, including details about blocked, allowed, and redirected queries. Use this to monitor...

Get Analytics Log Entry

Tool to retrieve a specific analytics log entry by its ID. Use when you need details of an analytics log for a given profile.

Get Profile Analytics Summary

Tool to fetch a summary of analytics data for a given profile. Use after confirming profile ID and desired date range.

Get Profile Analytics Top Domains

Tool to fetch top domains accessed within a specific profile. Use after confirming profile ID.

Get Profile Top Services

Tool to fetch top services accessed within a profile. Use after confirming the profile ID and desired date range.

Get Profile Filters

List all native (Control D curated) filters for a profile and their current states. Native filters are hand-curated blocklists maintained by Control D (e.g., 'Ads & Trackers', 'Malware', 'Adult Content'). Use this to see which filters ar...

List External Filters for Profile

Tool to list third-party filters for a specific profile. Use when you need to retrieve all external filters and their states after confirming the profile ID.

Get Profile Folders

List all rule folders (groups) within a Control D profile. Rule folders are used to organize and group custom DNS rules. Each folder has an action type (BLOCK, BYPASS, SPOOF, or REDIRECT) and contains multiple rules. Use this after obtai...

List Custom DNS Rules for Profile

Retrieve custom DNS rules for a Control D profile. Returns rules that control domain resolution (BLOCK, BYPASS, SPOOF, or REDIRECT actions). Omit folder_id to list root folder rules, or provide a folder_id to list rules in a specific fol...

Get Specific Rule in Folder

Tool to retrieve a specific rule within a folder by its ID. Use when you need full details of a custom rule in a profile's folder.

Get Profile Schedules

Tool to list schedules associated with a specific profile. Use after confirming the profile ID.

Get Profile Schedule

Tool to retrieve a specific schedule by its ID within a profile. Use when you need details of a profile schedule after confirming the profile_id and schedule_id.

Get Profile Services

Tool to list services associated with a specific profile. Use when you need to retrieve all services that have any associated rules after confirming the profile ID.

Get Proxies

Tool to retrieve the list of usable proxy locations that traffic can be redirected through. Use when you need to see available proxy exit locations for routing traffic via transparent proxies.

Get Service Categories

List all available service categories in Control D. Returns categories like audio, video, social, gaming, etc. Each category contains multiple services that can be blocked or allowed. Use the returned 'PK' field as the category identifie...

List Services by Category

Retrieves all services within a specific ControlD service category. Use this to discover available services (like Spotify, Netflix, Steam, etc.) that can be configured for DNS filtering or redirection. Each service includes its unique PK...

Get Users

Retrieve the authenticated user's account information from Control D. This tool returns comprehensive user account data including: - Basic user info (email, status, 2FA settings) - Organization membership and permissions (if applicable)...

Create Device

Create a new device (DNS endpoint) in Control D. Each device gets unique DNS resolvers that enforce configured profiles. Requires a valid profile_id from GET_PROFILES. Returns DNS resolver URLs (DoH, DoT) and IPs for configuring client d...

Create Profile

Create a new blank profile or clone an existing one. Profiles define DNS filtering rules, services, and settings that can be applied to devices. Use this to provision a new profile before assigning rules, filters, or devices to it.

Create Custom DNS Rule

Create custom DNS rules for a profile to control domain resolution. Use this to block ads/trackers, bypass filtering for specific domains, spoof DNS responses with custom IPs, or redirect traffic through proxies.

Create Custom Rules in Profile Folder

Tool to create custom rules within a specific folder for a profile. Use after confirming the profile and folder IDs and preparing rule definitions.

Create Profile Schedule

Create a new time-based schedule within a Control D profile. Schedules allow automatic enforcement of profile rules during specified time windows. Use this to set up recurring time periods (e.g., work hours, bedtime) when specific DNS fi...

Modify Device

Modify an existing Control D device's settings. Use this tool to update device properties such as name, associated profiles, analytics level, IP learning, restrictions, DDNS settings, and status. At least one field to update must be prov...

Modify Organization

Modify organization settings such as name, contact details, website, and device limits. Use this to update organization metadata or change billing-related limits (max_users, max_routers). Note: Changing max_users or max_routers is a bill...

Modify Profile

Modify an existing profile by its ID. Use this to update profile properties such as the display name, deactivation timestamp, or lock status. Requires at least one modifiable field (name, disable_ttl, lock_status, lock_message).

Bulk Update Profile Filters

Tool to bulk update filters on a specific profile. Use when you need to enable or disable multiple filters at once. Provide a list of filter IDs with desired states.

Update External Filters for Profile

Tool to update external filters for a specific profile. Use when toggling third-party filters after listing them.

Plus 6 more Control d actions your agent can call.

How to connect Control d

You authorize Control d once from your dashboard. Operator holds the connection and refreshes the access tokens on its own, so your agent keeps working with Control d without you signing in again. The same setup unlocks every other app your agent can reach, so you only do it once.

When you are ready, the get started guide walks through standing up your OpenClaw agent.

Common questions about Control d

How do I connect Control d to Operator?
Connecting Control d is a one time sign in from your Operator dashboard. Operator keeps the connection live and rotates the token on its own, so the agent stays connected to Control d and you never reauthorize by hand.
Can my agent pull and update data in Control d?
Yes. It can read records, write new ones, and answer questions about what is stored. Point it at Control d and ask for a figure or a list, or have it keep a table in step with another app you have connected, all in plain language.
Do I need to write code or manage Control d API keys?
No. Operator manages the Control d connection and token refresh, so there are no API keys to paste and nothing to deploy.
Can my agent use Control d together with my other apps?
Yes. The same agent reaches every app you connect, so it can move between Control d and tools like Posthog, Gosquared, Google Analytics in one job, reading from one and acting in another without you wiring anything between them.

More apps to automate

Apps your agent runs alongside Control d, or browse all integrations.

Put your agent on Control d

Sign in, connect Control d, and hand your agent the work. Your first week is free.

Try for free