Skip to main content

Overview

A handle gives you a personalized URL at yourname.simplehost.dev. Handles are available on the Hobby plan ($5/mo) only.

Handle Rules

  • 3-30 characters long
  • Lowercase letters, numbers, and hyphens only
  • Cannot start or end with a hyphen
  • Must be unique across all users
  • Reserved names (www, api, app, admin, etc.) are not allowed
All handle endpoints require authentication.

Get Handle

Returns your current handle.

Response

If no handle is set:

Claim or Change Handle

Claims a new handle or changes your existing one. Requires the Hobby plan.
string
required
The handle to claim. Must be 3-30 characters, lowercase alphanumeric and hyphens, no leading/trailing hyphens.

Response

When you change your handle, the old one is released immediately and becomes available for others to claim.

Release Handle

Releases your current handle, making it available for others.

Response

Releasing your handle also removes all links associated with it. This action cannot be undone.

Errors