//! systemprompt.io Cloud API client.
//!
//! - [`CloudApiClient`] is constructed in `client.rs`.
//! - Low-level HTTP verbs live in `methods.rs`.
//! - Top-level endpoints live in `endpoints.rs`; tenant-scoped endpoints in
//! `tenant_api.rs`.
//! - SSE stream subscriptions live in `streams.rs`.
pub use CloudApiClient;
pub use ;