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.
도메인
도메인, 확인, DNS 상태, 설정 키, 도메인 워크스페이스를 관리합니다. 예시는 A2A 코드 모드를 사용합니다. MCP는execute 도구를 통해 동일한 코드 모드를 노출합니다.
함수
domains.delete
domains.delete.
| 속성 | 값 | 속성 | 값 |
|---|---|---|---|
| 필요 권한 | domain.delete | 인증 필요 | 예 |
| 실행 모드 | sync | 기능 권한 | domain.delete |
| 리소스 유형 | account | 리소스 ID 필드 | account_id |
| 공개 API 경로 | DELETE /v1/public/accounts/{account_id}/domains/{domain} |
인수
인수
| 이름 | 유형 | 필수 |
|---|---|---|
account_id | str | 예 |
domain | str | 예 |
반환값
반환값
| 필드 | 유형 | 필수 |
|---|---|---|
result | {} | 예 |
A2A 예시
A2A 예시
요청:응답:
MCP 예시
MCP 예시
요청:응답:
domains.get
domains.get.
| 속성 | 값 | 속성 | 값 |
|---|---|---|---|
| 필요 권한 | domain.view | 인증 필요 | 예 |
| 실행 모드 | sync | 기능 권한 | domain.view |
| 리소스 유형 | account | 리소스 ID 필드 | account_id |
| 공개 API 경로 | GET /v1/public/accounts/{account_id}/domains/{domain} |
인수
인수
| 이름 | 유형 | 필수 |
|---|---|---|
account_id | str | 예 |
domain | str | 예 |
반환값
반환값
| 필드 | 유형 | 필수 |
|---|---|---|
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 | 아니요 |
dns_records | [{"id": int, "name": str, "ttl": int, "type": str, "value": str, "is_system_managed"?: bool, "priority"?: int | null}] | 아니요 |
inbound_tenant_external_id | str | null | 아니요 |
inbound_tenant_id | str | null | 아니요 |
inbound_tenant_name | str | null | 아니요 |
inbound_tenant_type | str | null | 아니요 |
mailboxes | [{"active": bool, "email": str, "first_name": str, "id": str, "last_name": str}] | 아니요 |
redirect_mode | "301" | "302" | "iframe" | null | 아니요 |
redirect_url | str | null | 아니요 |
tags | [{"id": str, "name": str}] | 아니요 |
updated_at | str | null | 아니요 |
A2A 예시
A2A 예시
요청:응답:
MCP 예시
MCP 예시
요청:응답:
domains.health
domains.health.
| 속성 | 값 | 속성 | 값 |
|---|---|---|---|
| 필요 권한 | domain.view | 인증 필요 | 예 |
| 실행 모드 | sync | 기능 권한 | domain.view |
| 리소스 유형 | account | 리소스 ID 필드 | account_id |
| 공개 API 경로 | GET /v1/public/accounts/{account_id}/domains/{domain}/health |
인수
인수
| 이름 | 유형 | 필수 |
|---|---|---|
account_id | str | 예 |
domain | str | 예 |
refresh | bool | 아니요 |
반환값
반환값
| 필드 | 유형 | 필수 |
|---|---|---|
cache_ttl_seconds | int | 예 |
cached | bool | 예 |
checked_at | str | 예 |
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}} | 예 |
domain_id | str | 예 |
domain_name | str | 예 |
summary_status | "healthy" | "warning" | "critical" | "unknown" | 예 |
timings_ms | {} | 예 |
A2A 예시
A2A 예시
요청:응답:
MCP 예시
MCP 예시
요청:응답:
domains.list
domains.list.
| 속성 | 값 | 속성 | 값 |
|---|---|---|---|
| 필요 권한 | domain.view | 인증 필요 | 예 |
| 실행 모드 | sync | 기능 권한 | domain.view |
| 리소스 유형 | account | 리소스 ID 필드 | account_id |
| 공개 API 경로 | GET /v1/public/accounts/{account_id}/domains |
인수
인수
| 이름 | 유형 | 필수 |
|---|---|---|
account_id | str | 예 |
page | int | 아니요 |
page_size | int | 아니요 |
search | str | null | 아니요 |
workspace_id | str | null | 아니요 |
반환값
반환값
| 필드 | 유형 | 필수 |
|---|---|---|
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}] | 예 |
page | int | 예 |
page_size | int | 예 |
total | int | 예 |
A2A 예시
A2A 예시
요청:응답:
MCP 예시
MCP 예시
요청:응답:
domains.move
domains.move.
| 속성 | 값 | 속성 | 값 |
|---|---|---|---|
| 필요 권한 | domain.move | 인증 필요 | 예 |
| 실행 모드 | sync | 기능 권한 | domain.move |
| 리소스 유형 | workspace | 리소스 ID 필드 | target_workspace_id |
| 공개 API 경로 | POST /v1/public/accounts/{account_id}/domains/{domain}/move |
인수
인수
| 이름 | 유형 | 필수 |
|---|---|---|
account_id | str | 예 |
domain | str | 예 |
target_workspace_id | str | 예 |
반환값
반환값
| 필드 | 유형 | 필수 |
|---|---|---|
account_id | str | 예 |
domain_id | str | 예 |
domain_name | str | 예 |
from_workspace_id | str | 예 |
reconciled | {"linked_records_changed"?: int} | 예 |
to_workspace_id | str | 예 |
status | str | 아니요 |
A2A 예시
A2A 예시
요청:응답:
MCP 예시
MCP 예시
요청:응답:
domains.purchase
domains.purchase.
| 속성 | 값 | 속성 | 값 |
|---|---|---|---|
| 필요 권한 | domain.purchase | 인증 필요 | 예 |
| 실행 모드 | sync | 기능 권한 | domain.purchase |
| 리소스 유형 | account | 리소스 ID 필드 | account_id |
| 공개 API 경로 | POST /v1/public/accounts/{account_id}/domains/purchase |
인수
인수
| 이름 | 유형 | 필수 |
|---|---|---|
account_id | str | 예 |
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} | 예 |
domains | [str] | 예 |
workspace_id | str | 예 |
반환값
반환값
| 필드 | 유형 | 필수 |
|---|---|---|
results | [{"domain_name": str, "status": str, "error"?: str | null, "error_code"?: str | null, "id"?: str | null}] | 예 |
currency | str | null | 아니요 |
estimated_total | str | null | 아니요 |
failed_count | int | 아니요 |
payment_url | str | null | 아니요 |
purchase_batch_id | str | null | 아니요 |
successful_count | int | 아니요 |
A2A 예시
A2A 예시
요청:응답:
MCP 예시
MCP 예시
요청:응답:
domains.search
domains.search.
| 속성 | 값 | 속성 | 값 |
|---|---|---|---|
| 필요 권한 | domain.create | 인증 필요 | 예 |
| 실행 모드 | sync | 기능 권한 | domain.create |
| 리소스 유형 | account | 리소스 ID 필드 | account_id |
| 공개 API 경로 | GET /v1/public/accounts/{account_id}/domains/search |
인수
인수
| 이름 | 유형 | 필수 |
|---|---|---|
account_id | str | 예 |
domains | [str] | 예 |
workspace_id | str | 예 |
반환값
반환값
| 필드 | 유형 | 필수 |
|---|---|---|
available | bool | 예 |
domain | str | 예 |
price | str | 예 |
alternatives | [{"domain": str, "price": str, "available"?: bool, "currency"?: str, "is_premium"?: bool, "is_suggestion"?: bool}] | 아니요 |
currency | str | 아니요 |
is_premium | bool | 아니요 |
is_suggestion | bool | 아니요 |
unavailable_reason | str | null | 아니요 |
A2A 예시
A2A 예시
요청:응답:
MCP 예시
MCP 예시
요청:응답:
domains.update
domains.update.
| 속성 | 값 | 속성 | 값 |
|---|---|---|---|
| 필요 권한 | domain.update | 인증 필요 | 예 |
| 실행 모드 | sync | 기능 권한 | domain.update |
| 리소스 유형 | account | 리소스 ID 필드 | account_id |
| 공개 API 경로 | PATCH /v1/public/accounts/{account_id}/domains/{domain} |
인수
인수
| 이름 | 유형 | 필수 |
|---|---|---|
account_id | str | 예 |
domain | str | 예 |
auto_renew | bool | null | 아니요 |
redirect_mode | "301" | "302" | "iframe" | null | 아니요 |
redirect_url | str | null | 아니요 |
workspace_id | str | null | 아니요 |
반환값
반환값
| 필드 | 유형 | 필수 |
|---|---|---|
auto_renew | bool | 예 |
id | str | 예 |
workspace_id | str | 예 |
redirect_mode | "301" | "302" | "iframe" | null | 아니요 |
redirect_url | str | null | 아니요 |
A2A 예시
A2A 예시
요청:응답:
MCP 예시
MCP 예시
요청:응답:
domains.verify
domains.verify.
| 속성 | 값 | 속성 | 값 |
|---|---|---|---|
| 필요 권한 | domain.verify | 인증 필요 | 예 |
| 실행 모드 | sync | 기능 권한 | domain.verify |
| 리소스 유형 | account | 리소스 ID 필드 | account_id |
| 공개 API 경로 | POST /v1/public/accounts/{account_id}/domains/{domain}/verify |
인수
인수
| 이름 | 유형 | 필수 |
|---|---|---|
account_id | str | 예 |
domain | str | 예 |
반환값
반환값
| 필드 | 유형 | 필수 |
|---|---|---|
actual_nameservers | [str] | 예 |
domain_id | str | 예 |
expected_nameservers | [str] | 예 |
message | str | 예 |
status | str | 예 |
verified | bool | 예 |
missing_nameservers | [str] | 아니요 |
unexpected_nameservers | [str] | 아니요 |
A2A 예시
A2A 예시
요청:응답:
MCP 예시
MCP 예시
요청:응답: