Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cloudsineai-5cd7c547.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Ports

ServiceTCP portPurpose
SSH22Vendor maintenance access. Restrict source CIDR.
HTTPS443Prompt inspection and administrative dashboard.

DNS — Forwarding mode

Forwarding mode requires each GenAI application to be assigned a unique FQDN that resolves to the Protector Plus instance (AMI) or Ingress (Kubernetes). The FQDN is the application identifier — Protector Plus applies the bound security profile based on the FQDN of the incoming request. Example assignment:
FQDNProtector Plus actionOrigin
app1.protect.example.comApply Security Profile 1LLM endpoint for App 1
app2.protect.example.comApply Security Profile 2LLM endpoint for App 2

DNS — Non-forwarding mode

Non-forwarding mode does not require an FQDN. The application calls the Protector Plus API directly with an API key. The Runtime LLM URL is a pseudo-URL (e.g., app1.pseudo.local) used internally for binding, not a resolvable DNS name.