Please add secure server-side functions for HighLevel Websites/Funnels (and AI Studio).
Users should be able to store third-party API credentials as encrypted secrets and create server-side functions that call external APIs. Website code could invoke the function and receive a controlled response without exposing the API key in page source or browser requests.
Ideally, this would include domain restrictions, authentication options, rate limiting, request logs, and configurable response data.
This would make it possible to build secure custom integrations and interactive applications entirely within HighLevel, without requiring Cloudflare Workers, another backend service, or publicly exposed API credentials.