Documentation Index
Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt
Use this file to discover all available pages before exploring further.
Dominios
Gestionar dominios, verificación, estado DNS, claves de configuración y espacios de trabajo de dominio. Los ejemplos usan el modo de código A2A. MCP expone el mismo modo de código mediante su herramientaexecute.
Funciones
domains.delete
domains.delete.
| Propiedad | Valor | Propiedad | Valor |
|---|---|---|---|
| Permiso requerido | domain.delete | Autenticación requerida | sí |
| Modo de ejecución | sync | Capacidad | domain.delete |
| Tipo de recurso | account | Campo ID del recurso | account_id |
| Ruta API pública | DELETE /v1/public/accounts/{account_id}/domains/{domain} |
Argumentos
Argumentos
| Nombre | Tipo | Requerido |
|---|---|---|
account_id | str | sí |
domain | str | sí |
Devuelve
Devuelve
| Campo | Tipo | Requerido |
|---|---|---|
result | {} | sí |
Ejemplo A2A
Ejemplo A2A
Solicitud:Respuesta:
Ejemplo MCP
Ejemplo MCP
Solicitud:Respuesta:
domains.get
domains.get.
| Propiedad | Valor | Propiedad | Valor |
|---|---|---|---|
| Permiso requerido | domain.view | Autenticación requerida | sí |
| Modo de ejecución | sync | Capacidad | domain.view |
| Tipo de recurso | account | Campo ID del recurso | account_id |
| Ruta API pública | GET /v1/public/accounts/{account_id}/domains/{domain} |
Argumentos
Argumentos
| Nombre | Tipo | Requerido |
|---|---|---|
account_id | str | sí |
domain | str | sí |
Devuelve
Devuelve
| Campo | Tipo | Requerido |
|---|---|---|
id | str | sí |
name | str | sí |
outbound_routing_ready | bool | sí |
status | str | sí |
workspace_id | str | sí |
auto_renew | bool | no |
created_at | str | null | no |
dedicated_ip_id | str | null | no |
dns_records | [{"id": int, "name": str, "ttl": int, "type": str, "value": str, "is_system_managed"?: bool, "priority"?: int | null}] | no |
inbound_tenant_external_id | str | null | no |
inbound_tenant_id | str | null | no |
inbound_tenant_name | str | null | no |
inbound_tenant_type | str | null | no |
mailboxes | [{"active": bool, "email": str, "first_name": str, "id": str, "last_name": str}] | no |
redirect_mode | "301" | "302" | "iframe" | null | no |
redirect_url | str | null | no |
tags | [{"id": str, "name": str}] | no |
updated_at | str | null | no |
Ejemplo A2A
Ejemplo A2A
Solicitud:Respuesta:
Ejemplo MCP
Ejemplo MCP
Solicitud:Respuesta:
domains.health
domains.health.
| Propiedad | Valor | Propiedad | Valor |
|---|---|---|---|
| Permiso requerido | domain.view | Autenticación requerida | sí |
| Modo de ejecución | sync | Capacidad | domain.view |
| Tipo de recurso | account | Campo ID del recurso | account_id |
| Ruta API pública | GET /v1/public/accounts/{account_id}/domains/{domain}/health |
Argumentos
Argumentos
| Nombre | Tipo | Requerido |
|---|---|---|
account_id | str | sí |
domain | str | sí |
refresh | bool | no |
Devuelve
Devuelve
| Campo | Tipo | Requerido |
|---|---|---|
cache_ttl_seconds | int | sí |
cached | bool | sí |
checked_at | str | sí |
checks | {"dns": {"status": "healthy" | "warning" | "critical" | "unknown", "a"?: {"status": "healthy" | "warning" | "critical" | "unknown", "actual"?: [str] | null, "code"?: str | null, "days_remaining"?: int | null, "error"?: str | null, "expected"?: [str] | null, "expires_at"?: str | null, "issuer"?: str | null, "record"?: str | null, "records"?: [str] | null, "status_code"?: int | null} | null, "dkim"?: {"status": "healthy" | "warning" | "critical" | "unknown", "actual"?: [str] | null, "code"?: str | null, "days_remaining"?: int | null, "error"?: str | null, "expected"?: [str] | null, "expires_at"?: str | null, "issuer"?: str | null, "record"?: str | null, "records"?: [str] | null, "status_code"?: int | null} | null, "dmarc"?: {"status": "healthy" | "warning" | "critical" | "unknown", "actual"?: [str] | null, "code"?: str | null, "days_remaining"?: int | null, "error"?: str | null, "expected"?: [str] | null, "expires_at"?: str | null, "issuer"?: str | null, "record"?: str | null, "records"?: [str] | null, "status_code"?: int | null} | null, "error"?: str | null, "mx"?: {"status": "healthy" | "warning" | "critical" | "unknown", "actual"?: [str] | null, "code"?: str | null, "days_remaining"?: int | null, "error"?: str | null, "expected"?: [str] | null, "expires_at"?: str | null, "issuer"?: str | null, "record"?: str | null, "records"?: [str] | null, "status_code"?: int | null} | null, "ns"?: {"status": "healthy" | "warning" | "critical" | "unknown", "actual"?: [str] | null, "code"?: str | null, "days_remaining"?: int | null, "error"?: str | null, "expected"?: [str] | null, "expires_at"?: str | null, "issuer"?: str | null, "record"?: str | null, "records"?: [str] | null, "status_code"?: int | null} | null, "spf"?: {"status": "healthy" | "warning" | "critical" | "unknown", "actual"?: [str] | null, "code"?: str | null, "days_remaining"?: int | null, "error"?: str | null, "expected"?: [str] | null, "expires_at"?: str | null, "issuer"?: str | null, "record"?: str | null, "records"?: [str] | null, "status_code"?: int | null} | null}, "ports": {"status": "healthy" | "warning" | "critical" | "unknown", "error"?: str | null, "imap_143"?: {"status": "healthy" | "warning" | "critical" | "unknown", "actual"?: [str] | null, "code"?: str | null, "days_remaining"?: int | null, "error"?: str | null, "expected"?: [str] | null, "expires_at"?: str | null, "issuer"?: str | null, "record"?: str | null, "records"?: [str] | null, "status_code"?: int | null} | null, "imaps_993"?: {"status": "healthy" | "warning" | "critical" | "unknown", "actual"?: [str] | null, "code"?: str | null, "days_remaining"?: int | null, "error"?: str | null, "expected"?: [str] | null, "expires_at"?: str | null, "issuer"?: str | null, "record"?: str | null, "records"?: [str] | null, "status_code"?: int | null} | null, "smtp_25"?: {"status": "healthy" | "warning" | "critical" | "unknown", "actual"?: [str] | null, "code"?: str | null, "days_remaining"?: int | null, "error"?: str | null, "expected"?: [str] | null, "expires_at"?: str | null, "issuer"?: str | null, "record"?: str | null, "records"?: [str] | null, "status_code"?: int | null} | null, "submission_587"?: {"status": "healthy" | "warning" | "critical" | "unknown", "actual"?: [str] | null, "code"?: str | null, "days_remaining"?: int | null, "error"?: str | null, "expected"?: [str] | null, "expires_at"?: str | null, "issuer"?: str | null, "record"?: str | null, "records"?: [str] | null, "status_code"?: int | null} | null}, "ssl": {"status": "healthy" | "warning" | "critical" | "unknown", "actual"?: [str] | null, "code"?: str | null, "days_remaining"?: int | null, "error"?: str | null, "expected"?: [str] | null, "expires_at"?: str | null, "issuer"?: str | null, "record"?: str | null, "records"?: [str] | null, "status_code"?: int | null}, "web": {"status": "healthy" | "warning" | "critical" | "unknown", "error"?: str | null, "http_root"?: {"status": "healthy" | "warning" | "critical" | "unknown", "actual"?: [str] | null, "code"?: str | null, "days_remaining"?: int | null, "error"?: str | null, "expected"?: [str] | null, "expires_at"?: str | null, "issuer"?: str | null, "record"?: str | null, "records"?: [str] | null, "status_code"?: int | null} | null, "http_www"?: {"status": "healthy" | "warning" | "critical" | "unknown", "actual"?: [str] | null, "code"?: str | null, "days_remaining"?: int | null, "error"?: str | null, "expected"?: [str] | null, "expires_at"?: str | null, "issuer"?: str | null, "record"?: str | null, "records"?: [str] | null, "status_code"?: int | null} | null, "https_root"?: {"status": "healthy" | "warning" | "critical" | "unknown", "actual"?: [str] | null, "code"?: str | null, "days_remaining"?: int | null, "error"?: str | null, "expected"?: [str] | null, "expires_at"?: str | null, "issuer"?: str | null, "record"?: str | null, "records"?: [str] | null, "status_code"?: int | null} | null, "https_www"?: {"status": "healthy" | "warning" | "critical" | "unknown", "actual"?: [str] | null, "code"?: str | null, "days_remaining"?: int | null, "error"?: str | null, "expected"?: [str] | null, "expires_at"?: str | null, "issuer"?: str | null, "record"?: str | null, "records"?: [str] | null, "status_code"?: int | null} | null}} | sí |
domain_id | str | sí |
domain_name | str | sí |
summary_status | "healthy" | "warning" | "critical" | "unknown" | sí |
timings_ms | {} | sí |
Ejemplo A2A
Ejemplo A2A
Solicitud:Respuesta:
Ejemplo MCP
Ejemplo MCP
Solicitud:Respuesta:
domains.list
domains.list.
| Propiedad | Valor | Propiedad | Valor |
|---|---|---|---|
| Permiso requerido | domain.view | Autenticación requerida | sí |
| Modo de ejecución | sync | Capacidad | domain.view |
| Tipo de recurso | account | Campo ID del recurso | account_id |
| Ruta API pública | GET /v1/public/accounts/{account_id}/domains |
Argumentos
Argumentos
| Nombre | Tipo | Requerido |
|---|---|---|
account_id | str | sí |
page | int | no |
page_size | int | no |
search | str | null | no |
workspace_id | str | null | no |
Devuelve
Devuelve
| Campo | Tipo | Requerido |
|---|---|---|
items | [{"id": str, "name": str, "outbound_routing_ready": bool, "status": str, "workspace_id": str, "auto_renew"?: bool, "created_at"?: str | null, "dedicated_ip_id"?: str | null, "inbound_tenant_external_id"?: str | null, "inbound_tenant_id"?: str | null, "inbound_tenant_name"?: str | null, "inbound_tenant_type"?: str | null, "redirect_mode"?: "301" | "302" | "iframe" | null, "redirect_url"?: str | null, "tags"?: [{"id": str, "name": str}], "updated_at"?: str | null}] | sí |
page | int | sí |
page_size | int | sí |
total | int | sí |
Ejemplo A2A
Ejemplo A2A
Solicitud:Respuesta:
Ejemplo MCP
Ejemplo MCP
Solicitud:Respuesta:
domains.move
domains.move.
| Propiedad | Valor | Propiedad | Valor |
|---|---|---|---|
| Permiso requerido | domain.move | Autenticación requerida | sí |
| Modo de ejecución | sync | Capacidad | domain.move |
| Tipo de recurso | workspace | Campo ID del recurso | target_workspace_id |
| Ruta API pública | POST /v1/public/accounts/{account_id}/domains/{domain}/move |
Argumentos
Argumentos
| Nombre | Tipo | Requerido |
|---|---|---|
account_id | str | sí |
domain | str | sí |
target_workspace_id | str | sí |
Devuelve
Devuelve
| Campo | Tipo | Requerido |
|---|---|---|
account_id | str | sí |
domain_id | str | sí |
domain_name | str | sí |
from_workspace_id | str | sí |
reconciled | {"linked_records_changed"?: int} | sí |
to_workspace_id | str | sí |
status | str | no |
Ejemplo A2A
Ejemplo A2A
Solicitud:Respuesta:
Ejemplo MCP
Ejemplo MCP
Solicitud:Respuesta:
domains.purchase
domains.purchase.
| Propiedad | Valor | Propiedad | Valor |
|---|---|---|---|
| Permiso requerido | domain.purchase | Autenticación requerida | sí |
| Modo de ejecución | sync | Capacidad | domain.purchase |
| Tipo de recurso | account | Campo ID del recurso | account_id |
| Ruta API pública | POST /v1/public/accounts/{account_id}/domains/purchase |
Argumentos
Argumentos
| Nombre | Tipo | Requerido |
|---|---|---|
account_id | str | sí |
contact_info | {"address_1": str, "city": str, "country": str, "email": str, "first_name": str, "last_name": str, "organization": str, "phone": str, "state": str, "zip": str} | sí |
domains | [str] | sí |
workspace_id | str | sí |
Devuelve
Devuelve
| Campo | Tipo | Requerido |
|---|---|---|
results | [{"domain_name": str, "status": str, "error"?: str | null, "error_code"?: str | null, "id"?: str | null}] | sí |
currency | str | null | no |
estimated_total | str | null | no |
failed_count | int | no |
payment_url | str | null | no |
purchase_batch_id | str | null | no |
successful_count | int | no |
Ejemplo A2A
Ejemplo A2A
Solicitud:Respuesta:
Ejemplo MCP
Ejemplo MCP
Solicitud:Respuesta:
domains.search
domains.search.
| Propiedad | Valor | Propiedad | Valor |
|---|---|---|---|
| Permiso requerido | domain.create | Autenticación requerida | sí |
| Modo de ejecución | sync | Capacidad | domain.create |
| Tipo de recurso | account | Campo ID del recurso | account_id |
| Ruta API pública | GET /v1/public/accounts/{account_id}/domains/search |
Argumentos
Argumentos
| Nombre | Tipo | Requerido |
|---|---|---|
account_id | str | sí |
domains | [str] | sí |
workspace_id | str | sí |
Devuelve
Devuelve
| Campo | Tipo | Requerido |
|---|---|---|
available | bool | sí |
domain | str | sí |
price | str | sí |
alternatives | [{"domain": str, "price": str, "available"?: bool, "currency"?: str, "is_premium"?: bool, "is_suggestion"?: bool}] | no |
currency | str | no |
is_premium | bool | no |
is_suggestion | bool | no |
unavailable_reason | str | null | no |
Ejemplo A2A
Ejemplo A2A
Solicitud:Respuesta:
Ejemplo MCP
Ejemplo MCP
Solicitud:Respuesta:
domains.update
domains.update.
| Propiedad | Valor | Propiedad | Valor |
|---|---|---|---|
| Permiso requerido | domain.update | Autenticación requerida | sí |
| Modo de ejecución | sync | Capacidad | domain.update |
| Tipo de recurso | account | Campo ID del recurso | account_id |
| Ruta API pública | PATCH /v1/public/accounts/{account_id}/domains/{domain} |
Argumentos
Argumentos
| Nombre | Tipo | Requerido |
|---|---|---|
account_id | str | sí |
domain | str | sí |
auto_renew | bool | null | no |
redirect_mode | "301" | "302" | "iframe" | null | no |
redirect_url | str | null | no |
workspace_id | str | null | no |
Devuelve
Devuelve
| Campo | Tipo | Requerido |
|---|---|---|
auto_renew | bool | sí |
id | str | sí |
workspace_id | str | sí |
redirect_mode | "301" | "302" | "iframe" | null | no |
redirect_url | str | null | no |
Ejemplo A2A
Ejemplo A2A
Solicitud:Respuesta:
Ejemplo MCP
Ejemplo MCP
Solicitud:Respuesta:
domains.verify
domains.verify.
| Propiedad | Valor | Propiedad | Valor |
|---|---|---|---|
| Permiso requerido | domain.verify | Autenticación requerida | sí |
| Modo de ejecución | sync | Capacidad | domain.verify |
| Tipo de recurso | account | Campo ID del recurso | account_id |
| Ruta API pública | POST /v1/public/accounts/{account_id}/domains/{domain}/verify |
Argumentos
Argumentos
| Nombre | Tipo | Requerido |
|---|---|---|
account_id | str | sí |
domain | str | sí |
Devuelve
Devuelve
| Campo | Tipo | Requerido |
|---|---|---|
actual_nameservers | [str] | sí |
domain_id | str | sí |
expected_nameservers | [str] | sí |
message | str | sí |
status | str | sí |
verified | bool | sí |
missing_nameservers | [str] | no |
unexpected_nameservers | [str] | no |
Ejemplo A2A
Ejemplo A2A
Solicitud:Respuesta:
Ejemplo MCP
Ejemplo MCP
Solicitud:Respuesta: