Connect Control D to Definable AI
Control D is a customizable DNS filtering and traffic redirection platform that allows users to manage internet access, enforce policies, and monitor usage across devices and networks.
About Control D
Control D is a productivity tool. Connect it to Definable AI with one-click OAuth2 — no API keys or custom code required.
What you can automate with Control D
Use Definable AI's agent platform to trigger workflows from Control D, process results with 50+ AI models, and sync data across 900+ connected apps.
Tools & Actions (57 available)
- 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.
- 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 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 devices.
- 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 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 filtering rules should apply. Requires a valid profile_id from GET /profiles.
- 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 to retrieve valid device IDs before calling this action.
- 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 deletion will fail. Use this tool when you need to remove an unused profile from the account. To check if a profile is safe to delete, first verify it has no associated devices using the Get Devices or Get Profile endpoints.
- Delete Profile Rule by Hostname: Delete a custom DNS rule by hostname from a Control D profile. This tool removes a DNS blocking/redirecting rule identified by its hostname from the specified profile. Requires a valid profile_id (obtainable via the Get Profiles action) and the exact hostname of the rule to delete. Common use cases: - Remove a block rule for a specific domain - Delete a redirect/custom DNS rule - Clean up test rules from a profile
- 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., 'example.com', 'ads.domain.com'). Prerequisites: - Obtain profile_id from GET /profiles endpoint - Obtain rule_id (the hostname/domain) from GET /profiles/{profile_id}/rules endpoint Note: Requires write access to the API (read-only tokens will receive a 403 error).
- Delete Profile Schedule: Tool to delete a specific schedule within a profile. Use after confirming profile_id and schedule_id.
- 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_id, and folder_id which can be obtained from: - profile_id: Get Profiles action - folder_id: Get Profile Folders action - rule_id: List Custom Rules in Folder action
- 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 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 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 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 icon identifiers when creating or updating devices.
- 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 resolver configuration details. Optionally filter by device_type to get only 'users' (desktops/mobiles/browsers) or 'routers'.
- 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 Details: Tool to view the authenticated organization's details. Use after confirming a valid API token.
- 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 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 DNS activity, audit security policies, or troubleshoot DNS resolution issues. Prerequisites: - A valid profile_id obtained from GET /profiles endpoint - Analytics must be enabled for the profile to have log data Common use cases: - View recent DNS queries for a profile - Filter logs by date range to analyze specific time periods - Audit which domains were blocked or allowed
- 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 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 are enabled/disabled for a profile. For 3rd party community filters, use the GET /profiles/{profile_id}/filters/external endpoint instead.
- 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 obtaining a valid profile_id from the list profiles endpoint.
- 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, DNS64, CNAME Flattening). Each option includes its type (toggle/dropdown/field), default value, and documentation URL. Use this to discover what settings can be configured when creating or updating profiles.
- 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 Schedules: Tool to list schedules associated with a specific profile. Use after confirming the profile 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 Profile Top Services: Tool to fetch top services accessed within a profile. Use after confirming the profile ID and desired date range.
- 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 Profiles: Tool to list all profiles associated with the authenticated account. Use when you need an overview of accessible profiles.
- 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 identifier when calling other service-related endpoints (e.g., get services by category). No parameters required - returns all available categories.
- 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 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 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) - Account limits and features Use this tool to: - Verify the authenticated account details - Check organization membership and permissions - Get account status and capabilities - Retrieve the user's PK (primary key) for other API calls No parameters required - uses the authenticated API token.
- 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 folder.
- List Custom Rules in Folder: Tool to retrieve custom rules in a specific folder of a profile. Use after confirming both profile ID and folder ID.
- List Custom Rules in Folder: Tool to retrieve custom rules in a specific folder of a profile. The rule_id parameter is actually a folder ID (use '0' for root folder). Returns a list of rules with their domain, action type, and configuration.
- 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.
- 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.
- 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 identifier needed for service-level configuration. First call GET /services/categories to get valid category identifiers.
- Modify Custom Rule for Profile: Modify an existing custom DNS rule for a profile in Control D. Use this to update rule properties such as action type (block/bypass/spoof/redirect), status (enabled/disabled), target hostnames, and redirect destinations. Rule types: - BLOCK (do=0): Block DNS resolution for the hostnames - BYPASS (do=1): Bypass all filters for the hostnames - SPOOF (do=2): Return custom IP addresses (set via/via_v6) - REDIRECT (do=3): Route traffic through a proxy (set via to proxy ID)
- 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 provided alongside the device_id.
- 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 billable event. Requires a write-enabled API token with organization admin permissions.
- 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).
- Modify Profile Filter: Modify the enabled state of a specific native filter on a profile. Use this tool to enable or disable individual content filters like 'ads', 'malware', 'social', etc. on a specific profile. The filter status is set using integer values (1 = enabled, 0 = disabled).
- Modify Service for Profile: Tool to modify a specific service rule for a profile. Use when you need to update blocking, bypassing, spoofing, or proxy-redirect settings after reviewing existing rules.
- Move Profile Rule to Folder: Tool to move a specific custom rule into a different folder. Use after confirming profile_id, rule_id, and folder_id.
- Update Custom Rule by Rule ID: Tool to update an existing custom rule by its ID. Use when modifying details like name, description, severity, or enabled status for a specific rule.
- Update External Filters for Profile: Tool to update external filters for a specific profile. Use when toggling third-party filters after listing them.
- Update Profile Schedule: Tool to update a specific schedule within a profile. Use when you need to modify schedule details after confirming profile_id and schedule_id.
How to connect Control D
- Sign in to Definable AI and go to Apps
- Search for Control D and click Connect
- Authorize via OAuth2 — takes under 30 seconds
- Use Control D actions in your AI agents and workflows