create_support_ticket
Open a support ticket with the BorealHost team.
Use this to escalate platform-side problems you cannot fix with the available tools (billing issues, infrastructure faults, API bugs). A human answers every ticket — poll get_support_ticket for updates.
Requires: API key with write scope.
Args: subject: Short summary (max 200 chars) message: Full description (max 20000 chars) category: Optional (e.g. "technical", "billing") site: Optional site slug the ticket concerns
Returns: {"id", "subject", "status", "message": "Ticket created..."}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | ||
| message | Yes | ||
| subject | Yes | ||
| category | No |