systemprompt-api 0.1.18

HTTP API server and gateway for systemprompt.io OS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod client;
pub mod clients;
pub mod core;
pub mod discovery;
pub mod endpoints;
pub mod health;
mod responses;
pub mod webauthn;
pub mod wellknown;

pub use core::{authenticated_router, public_router, router};
pub use health::*;
pub use wellknown::wellknown_routes;