//! 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`.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
pub use CloudApiClient;
pub use ;