Documentation Index
Fetch the complete documentation index at: https://docs.simplehost.dev/llms.txt
Use this file to discover all available pages before exploring further.
Overview
SimpleHost uses Razorpay for payment processing. You can upgrade to the Hobby plan ($5/mo) from the dashboard or directly from the terminal using the API. All billing endpoints require authentication.Create Checkout
Response
Open this URL in a browser to complete payment. This is the same as
shortUrl.The Razorpay subscription ID. Used by the dashboard for the embedded checkout popup.
After payment is completed in the browser, your plan upgrades automatically via webhook. There is no need to call any additional endpoint.
Terminal workflow
Subscription Portal
Response
URL to manage your subscription (cancel, update payment method, etc.).
Current subscription status:
"active", "halted", "cancelled", etc.ISO 8601 timestamp of when the current billing period ends.
Errors
| Code | Status | Description |
|---|---|---|
UNAUTHORIZED | 401 | Missing or invalid API key |
INVALID_REQUEST | 400 | Already on the Hobby plan (checkout) or no active subscription (portal) |
INTERNAL_ERROR | 500 | Razorpay API error |