API Health Check
Last Updated: August 20, 2026Returns the current health status of the API. No authentication required. Use this endpoint to verify connectivity before making authenticated requests.
Get Current User
Last Updated: August 20, 2026Returns profile information for the currently authenticated user.
List API Tokens
Last Updated: August 20, 2026Lists all personal access tokens belonging to the current user. Requires the * scope.
Revoke API Token
Last Updated: August 20, 2026Permanently revokes the specified API token (addressed by UUID). This action cannot be undone. Requires the * scope.
List Cloudflare Integrations
Last Updated: August 20, 2026Returns all Cloudflare accounts connected to the current team. Requires the read:servers scope.
List Servers
Last Updated: August 20, 2026Returns a paginated list of all servers in your team. Supports filtering by search term and status. Requires the read:servers scope.
Get Server
Last Updated: August 20, 2026Returns full details for a specific server. Requires the read:servers scope.
List Sites on Server
Last Updated: August 20, 2026Returns all sites hosted on the specified server. Requires the read:servers scope.
List Cron Jobs
Last Updated: August 20, 2026Returns all cron jobs configured on the specified server. Requires the read:servers scope.
Create Server Cron Job
Last Updated: August 20, 2026Creates a server-level cron job and installs it on the server synchronously. The user is validated against the server's actual Linux users via SSH. Requires the write:servers scope and the…
