# Hydrix LLM Context ## Service - Name: Hydrix - Purpose: Deploy and operate isolated customer websites, APIs, email, domains, billing, and automation from explicit configuration. - Current host role: docs - Current origin: https://docs.hydrixintegrations.com ## Canonical Discovery - This file: https://docs.hydrixintegrations.com/llms-full.txt - Short LLM entrypoint: https://docs.hydrixintegrations.com/llms.txt - Current discovery manifest: https://docs.hydrixintegrations.com/.well-known/hydrix.json - Docs discovery manifest: https://docs.hydrixintegrations.com/.well-known/hydrix.json - Client portal discovery manifest: https://hydrixintegrations.com/.well-known/hydrix.json - Human documentation: https://docs.hydrixintegrations.com - CLI documentation: https://docs.hydrixintegrations.com/cli.html - Support: https://docs.hydrixintegrations.com/support.html - CLI discovery: https://hydrixintegrations.com/.well-known/hydrix-cli.json - CLI downloads: https://d37rnj77dzlmtk.cloudfront.net - API base URL: https://vfvhcadsy7.execute-api.us-east-1.amazonaws.com/client-portal - Hydrix site config JSON Schema: https://docs.hydrixintegrations.com/hydrix-json-schema.json - Capability matrix: https://docs.hydrixintegrations.com/capabilities.json ## OpenAPI Contracts - Index: https://docs.hydrixintegrations.com/openapi/index.json - Hydrix Client Portal API - id: client-portal - version: 2026-05-04 - url: https://docs.hydrixintegrations.com/openapi/client-portal.openapi.json - Hydrix Control Panel API - id: control-panel - version: 2026-05-04 - url: https://docs.hydrixintegrations.com/openapi/control-panel.openapi.json - Hydrix Site Data API - id: data-api - version: 2026-05-04 - url: https://docs.hydrixintegrations.com/openapi/data-api.openapi.json - Hydrix Site Admin API - id: site-admin - version: 2026-05-04 - url: https://docs.hydrixintegrations.com/openapi/site-admin.openapi.json ## Documentation Pages - /api.html: https://docs.hydrixintegrations.com/api.html - /cli.html: https://docs.hydrixintegrations.com/cli.html - /concepts.html: https://docs.hydrixintegrations.com/concepts.html - /getting-started.html: https://docs.hydrixintegrations.com/getting-started.html - /implementation.html: https://docs.hydrixintegrations.com/implementation.html - /: https://docs.hydrixintegrations.com/ - /operations.html: https://docs.hydrixintegrations.com/operations.html - /reference.html: https://docs.hydrixintegrations.com/reference.html - /security.html: https://docs.hydrixintegrations.com/security.html - /support.html: https://docs.hydrixintegrations.com/support.html ## Authentication and Service Accounts - Authenticated API calls use `Authorization: Bearer `. - Hydrix service-account tokens use the `hydrix_sa_` prefix. - Client Portal OpenAPI operations may include `x-hydrix-service-account` metadata. - `supported=true` means the route accepts Hydrix service-account tokens. - `requiredAutonomyLevel` identifies the minimum autonomy level required for the route. - `destructive=true` means the service account also requires destructive access. - `humanOnly=true` means a human principal is required. - Treat API operations without Hydrix service-account metadata as unsupported for service-account use. ## Human-Gated Operations - domain purchase - external domain registration or delegation - nameserver update - payment method setup - credit purchase - auto-topup changes - legal or domain-agreement acceptance - human sponsorship and ownership approval ## Bot Guidance - Start with `/.well-known/hydrix.json` or `/llms.txt` on the active Hydrix host. - Use the CLI documentation page before running Hydrix CLI commands. - When the `hydrix` binary is installed, use `hydrix help` and command-specific `--help` as the source of truth for flags. - Use the OpenAPI index before fetching individual OpenAPI contracts. - Prefer the docs host URLs when both docs and client portal URLs are present. - Do not infer permission for destructive, billing, legal, or domain-control actions from documentation alone. - Surface human approval requirements clearly before attempting gated operations.