External Services Estimated reading: 5 minutes 2 views Contributors Summary: Understand how Antimanual Builder Pro connects to external services, including AI providers and CDN attachments. Learn what data is transmitted, when requests occur, and how to manage performance, security, and troubleshooting for reliable page building and imported content workflows. External Services in Antimanual Builder Pro refers to the third-party systems the plugin may contact when you enable AI, use CDN attachments, or rely on external asset delivery. These integrations are optional in many workflows, but they are important to understand because they affect performance, data flow, and page rendering. This section explains which services can be used, what data may be transmitted, and how to control those connections responsibly. If you are building in a corporate environment, reviewing external services early helps you choose the right provider, confirm compliance requirements, and avoid unnecessary dependencies. What External Services Cover Antimanual Builder Pro uses external services in a limited and intentional way. The plugin itself stores and processes imported content locally, but some features depend on outside providers. Most commonly, this includes AI providers used for generation or planning, and CDN-hosted libraries attached to a page for layout or interactivity. AI providers, such as OpenAI, Gemini, Anthropic, Grok, DeepSeek, and OpenCode Zen CDN libraries for CSS and JavaScript attachments Placeholder image services, when an imported design references remote image URLs Optional Spider Themes notices and related service calls in supported workflows For a broader understanding of how imports and hosted resources behave, see and . When Data Is Sent External requests are not constant. In the recommended workflow, data is transmitted only when you explicitly trigger an AI action or when a page is configured to load a remote asset. This design reduces unnecessary network traffic and keeps the import process predictable. For AI workflows, the type of data sent depends on the feature you use. For example, page generation, conversational refinement, or ZIP project planning may transmit prompts, summaries, or content snippets to the provider you selected in the companion plugin. AI generation sends content only when you start an AI task ZIP project planning may send bounded summaries of HTML files Chat or knowledge base features send messages only when visitors interact CDN attachments are loaded by the browser at page render time Supported AI Providers Antimanual Builder Pro supports multiple AI providers through the free Antimanual plugin. This gives teams flexibility when choosing a model family for generation, refinement, or planning. The provider you configure determines where the request is sent and which account credentials are used. Typical supported providers include OpenAI, Gemini, Anthropic, Grok, DeepSeek, and OpenCode Zen. Your site content is not sent to these services unless you explicitly use an AI feature. This is especially important for organizations that want to separate manual page editing from AI-assisted workflows. Choose one provider based on your team’s requirements Use your own API key where required Review provider-side retention and privacy settings before production use Test prompts with non-sensitive content first For setup guidance, internal documentation on is the best next step. CDN Attachments and Page Performance External CSS and JavaScript libraries are often used for sliders, animation tools, icon sets, and other advanced interface elements. CDN attachments let you reference those files without copying them into your theme, which keeps your site structure cleaner and simplifies maintenance. You can control where scripts load, such as in the head or at the end of the body, and apply async or defer behavior when the library supports it. This helps you balance page speed with script requirements and avoid conflicts caused by loading order. Load styling files early when layout depends on them Use body-end placement for scripts that do not block rendering Apply async for independent scripts Apply defer when execution should wait until parsing completes For practical guidance, see . Security and Data Handling Considerations External services should always be reviewed with care in production environments. The plugin avoids arbitrary code input surfaces and sanitizes content at save and render time, but your overall security posture still depends on the third-party services you choose to connect. Before enabling any hosted asset or AI workflow, confirm that the provider is trusted, the endpoint is correct, and the service is compatible with your deployment standards. This is especially relevant when importing existing pages, attaching CDN assets, or allowing AI-assisted content generation across a team. Use trusted providers only Verify API keys and access controls Review privacy, retention, and logging policies Inspect browser console errors when a library does not load Troubleshooting External Services If a connected service does not work as expected, start by checking the URL, network availability, and load order. Many failures are caused by unavailable assets, incorrect endpoints, or libraries that require a specific execution sequence. For scripts, also confirm whether the provider expects async, defer, or immediate loading. If AI features fail, verify that the companion plugin is active, the API key is valid, and the chosen provider is available. If a remote asset fails to appear, review browser developer tools for missing file errors, blocked requests, or JavaScript conflicts. Check the service URL or CDN link Confirm the provider account is active Validate API credentials and permissions Review browser console and network logs Recommended Usage Pattern The most reliable approach is to keep external dependencies limited to the pages that truly need them. Use local editing and import tools for most of your build, then add AI services or CDN libraries only where they support a specific outcome. This keeps pages lighter, reduces maintenance overhead, and improves consistency across projects. For more detail on how imported content is preserved and processed, review and . Enable external services only when needed Prefer narrow, page-level dependencies Test rendering after each change Document provider choices for future maintainers Used carefully, external services can extend Antimanual Builder Pro without forcing you to rebuild assets into your theme. The result is a flexible workflow that supports AI-assisted creation, external libraries, and controlled page enhancement while keeping the core build process organized. ArticlesAI Providers (Sent Only When You Trigger AI) Spider Themes Notices Placehold.co Placeholder Images External Services - PreviousSanitization at Save and Render TimeNext - External ServicesAI Providers (Sent Only When You Trigger AI)