Creates a new HTTP client instance.
Either a base URL string (e.g., 'https://api.example.com') or a Fetcher binding for Cloudflare Workers
Creates a new prompt or updates an existing one.
The prompt data to write
Promise that resolves when the operation completes
HTTP client for interacting with a Teleprompter REST API.
Supports both direct HTTP URLs and Cloudflare Worker service bindings for flexible deployment scenarios. Implements the full TeleprompterSDK interface for managing prompt templates over HTTP.
Example
Using with a base URL:
Example
Using with a Cloudflare Worker binding: