Pro
Command category for Kythia Pro exclusive features and commands.
/pro
🌸 Exclusive commands for Kythia Pro users — claim subdomains and manage DNS records on
.kyth.me.
Usage
/pro claim subdomain <name>
/pro dns delete <record>
/pro dns help
/pro dns list <subdomain>
/pro dns set <subdomain> <type> <name> <value> [priority]
Subcommands
/pro dns help — 📖 View information and examples for each DNS record type.
/pro claim subdomain <name> — 🌐 Claim a new .kyth.me subdomain (max 5).
| Option | Type | Required | Description |
|---|---|---|---|
name |
Text | ✅ | Your subdomain name (e.g. kythia-cool) |
/pro dns list <subdomain> — 🌐 Show all DNS records for one of your subdomains.
| Option | Type | Required | Description |
|---|---|---|---|
subdomain |
Text | ✅ | The subdomain to inspect (e.g. my-project) |
/pro dns delete <record> — 🌐 Delete a DNS record from a subdomain.
| Option | Type | Required | Description |
|---|---|---|---|
record |
Text | ✅ | Select the record to delete |
/pro dns set <subdomain> <type> <name> <value> [<priority>] — 🌐 Create or update a DNS record.
| Option | Type | Required | Description |
|---|---|---|---|
subdomain |
Text | ✅ | The subdomain to manage (e.g. amazing-project) |
type |
Text | ✅ | Record type. Choices: A (IP Address), CNAME (Alias), TXT (Verification), MX (Mail Server) |
name |
Text | ✅ | Host name — use @ for root |
value |
Text | ✅ | Record value (IP address, domain, or text) |
priority |
Integer | — | For MX records only (default: 10) |