systemprompt-cloud 0.1.22

systemprompt.io Cloud infrastructure - API client, credentials, OAuth
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod client;
mod streams;
mod tenant_api;
mod types;

pub use client::CloudApiClient;
pub use types::{
    CheckoutEvent, CheckoutResponse, DeployResponse, ListSecretsResponse, Plan, ProvisioningEvent,
    ProvisioningEventType, RegistryToken, RotateCredentialsResponse, StatusResponse,
    SubscriptionStatus, Tenant, TenantInfo, TenantSecrets, TenantStatus, UserInfo, UserMeResponse,
};